Skip to content

Commit 0f45939

Browse files
authored
Update tutorial-rotation.md
1 parent c2dfaa9 commit 0f45939

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/key-vault/tutorial-rotation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This tutorial uses an existing Azure Resource Manager template to create compone
4343

4444
![Create a resource group](./media/rotate2.png)
4545

46-
You'll now have a key vault, a SQL Server instance, and a SQL database. You can verify this setup in Azure CLI by running the following command:
46+
You'll now have a key vault, a SQL Server instance, and a SQL database. You can verify this setup in the Azure CLI by running the following command:
4747

4848
```azurecli
4949
az resource list -o table
@@ -75,7 +75,7 @@ The function app requires these components:
7575

7676
![Select Purchase](./media/rotate3.png)
7777

78-
After you complete the preceding steps, you'll have a storage account, a server farm, and a function app. You can verify this setup in Azure CLI by running the following command:
78+
After you complete the preceding steps, you'll have a storage account, a server farm, and a function app. You can verify this setup in the Azure CLI by running the following command:
7979

8080
```azurecli
8181
az resource list -o table
@@ -176,7 +176,7 @@ You can find the complete code on [GitHub](https://github.com/jlichwa/azure-keyv
176176
1. Upload the simplerotationsample-fn.zip file to Azure Cloud Shell.
177177

178178
![Upload the file](./media/rotate4.png)
179-
1. Use this CLI command to deploy the zip file to the function app:
179+
1. Use this Azure CLI command to deploy the zip file to the function app:
180180

181181
```azurecli
182182
az functionapp deployment source config-zip -g simplerotation -n simplerotation-fn --src /home/{firstname e.g jack}/simplerotationsample-fn.zip

0 commit comments

Comments
 (0)