Skip to content

Commit

Permalink
Update DeploySQLMIADAuth.ps1
Browse files Browse the repository at this point in the history
Updated ArcBox-SQL database server password
  • Loading branch information
chintalavr authored Sep 30, 2023
1 parent 1404a2f commit 517ec39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/artifacts/DeploySQLMIADAuth.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ $sqlServerConnection = @"
"database": "",
"authenticationType": "SqlLogin",
"user": "sa",
"password": "$sa_password",
"password": "ArcDemo123!!",
"applicationName": "azdata",
"groupId": "C777F06B-202E-4480-B475-FA416154D458",
"databaseDisplayName": ""
Expand Down

0 comments on commit 517ec39

Please sign in to comment.