Skip to content

Commit

Permalink
Update keyvault to use vault polices by default (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshb-msft authored Jun 4, 2024
1 parent 497c838 commit d10dcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ az sql db create --resource-group $ResourceGroupForDeployment --server $SQLServe

Write-host " 🔵 KeyVault"
Write-host " ➡️ Create KeyVault"
az keyvault create --name $KeyVault --resource-group $ResourceGroupForDeployment --output $azCliOutput
az keyvault create --name $KeyVault --resource-group $ResourceGroupForDeployment --enable-rbac-authorization false --output $azCliOutput
Write-host " ➡️ Add Secrets"
az keyvault secret set --vault-name $KeyVault --name ADApplicationSecret --value="$ADApplicationSecret" --output $azCliOutput
az keyvault secret set --vault-name $KeyVault --name DefaultConnection --value $Connection --output $azCliOutput
Expand Down

0 comments on commit d10dcd6

Please sign in to comment.