Skip to content

Commit cfc94d7

Browse files
committed
tutorial-rotation
1 parent 2453a45 commit cfc94d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/key-vault/tutorial-rotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: mbaldwin
1717

1818
The best way to authenticate to Azure services is by using a [managed identity](managed-identity.md), but there are some scenarios where that isn't an option. In those cases, access keys or secrets are used. You should periodically rotate access keys or secrets.
1919

20-
This tutorial demonstrates how to automate the periodic rotation of secrets for databases and services that use single-user password authentication. Specifically, this tutorial rotates SQL Server passwords stored in Azure Key Vault by using a function triggered by Azure Event Grid notification:
20+
This tutorial shows how to automate the periodic rotation of secrets for databases and services that use single-user password authentication. Specifically, this tutorial rotates SQL Server passwords stored in Azure Key Vault by using a function triggered by Azure Event Grid notification:
2121

2222
![Diagram of rotation solution](./media/rotate1.png)
2323

@@ -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 will 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 Azure CLI by running the following command:
4747

4848
```azurecli
4949
az resource list -o table

0 commit comments

Comments
 (0)