Skip to content

Commit ba84e8b

Browse files
Merge pull request #229370 from BryanTrach-MSFT/patch-130
(AzureCXP) fixes MicrosoftDocs/azure-docs#105734
2 parents 1b93f30 + 9552991 commit ba84e8b

File tree

1 file changed

+2
-2
lines changed
  • articles/app-service/includes/tutorial-connect-msi-key-vault

1 file changed

+2
-2
lines changed

articles/app-service/includes/tutorial-connect-msi-key-vault/cleanup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ At the moment, connection secrets are stored as app settings in your App Service
4040
4141
```azurecli-interactive
4242
vaultResourceId=$(az keyvault show --name $vaultName --query id --output tsv)
43-
myId=$(az ad signed-in-user show --query objectId --output tsv)
43+
myId=$(az ad signed-in-user show --query id --output tsv)
4444
az role assignment create --role "Key Vault Secrets Officer" --assignee-object-id $myId --assignee-principal-type User --scope $vaultResourceId
4545
```
4646
@@ -81,4 +81,4 @@ This command may take a minute to run.
8181

8282
- [Tutorial: Isolate back-end communication with Virtual Network integration](../../tutorial-networking-isolate-vnet.md)
8383
- [Integrate your app with an Azure virtual network](../../overview-vnet-integration.md)
84-
- [App Service networking features](../../networking-features.md)
84+
- [App Service networking features](../../networking-features.md)

0 commit comments

Comments
 (0)