Skip to content

Commit 46e9224

Browse files
authored
Merge pull request #89166 from msmbaldwin/patch-18
Update quick-create-net.md
2 parents 8058404 + 361db3f commit 46e9224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dotnet add package Microsoft.Azure.Management.ResourceManager.Fluent
7979
This quickstart uses a pre-created Azure key vault. You can create a key vault by following the steps in the [Azure CLI quickstart](quick-create-cli.md), [Azure PowerShell quickstart](quick-create-powershell.md), or [Azure portal quickstart](quick-create-portal.md). Alternatively, you can simply run the Azure CLI commands below.
8080

8181
> [!Important]
82-
> Each Key Vault must have a unique name. The following example creates a Key Vault named *myKV*, but you must name yours something different and use that name throughout this quickstart.
82+
> Each key vault must have a unique name. Replace <your-unique-keyvault-name> with the name of your key vault in the following examples.
8383
8484
```azurecli
8585
az group create --name "myResourceGroup" -l "EastUS"

0 commit comments

Comments
 (0)