Skip to content

Commit 4a95ff7

Browse files
authored
Merge pull request #102353 from souravmishra-msft/patch-9
(AzureCXP) fixes MicrosoftDocs/azure-docs#46827
2 parents ddd1a32 + 2ea5aeb commit 4a95ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/quick-create-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Type the commands below to create a secret in Key Vault called **ExamplePassword
6969
az keyvault secret set --vault-name "Contoso-Vault2" --name "ExamplePassword" --value "hVFkk965BuUv"
7070
```
7171

72-
You can now reference this password that you added to Azure Key Vault by using its URI. Use **https://ContosoVault.vault.azure.net/secrets/ExamplePassword** to get the current version.
72+
You can now reference this password that you added to Azure Key Vault by using its URI. Use **https://Contoso-Vault2.vault.azure.net/secrets/ExamplePassword** to get the current version.
7373

7474
To view the value contained in the secret as plain text:
7575

0 commit comments

Comments
 (0)