You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database-vbs/setup/azuredeploy.bicep
$subscriptionId=Read-Host-Prompt "Enter your subscription id"
10
+
$location=Read-Host-Prompt "Enter a region where you want to deploy the demo environment"
13
11
$sqlAdminUserName=Read-Host-Prompt "Enter the username of the Azure SQL database server administrator for SQL authentication"
14
12
$sqlAdminPasswordSecureString=Read-Host-Prompt "Enter the password of the Azure SQL database server administrator for SQL authentication"-AsSecureString
0 commit comments