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: articles/key-vault/quick-create-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Type the commands below to create a secret in Key Vault called **ExamplePassword
69
69
az keyvault secret set --vault-name "Contoso-Vault2" --name "ExamplePassword" --value "hVFkk965BuUv"
70
70
```
71
71
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.
73
73
74
74
To view the value contained in the secret as plain text:
0 commit comments