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/tutorial-rotation.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ This tutorial demonstrates how to automate the periodic rotation of secrets for
21
21
22
22

23
23
24
-
1. Thirty days before 30 days before the expiration date of a secret, Key Vault publish the "near expiry" event to Event Grid.
24
+
1. Thirty days before the expiration date of a secret, Key Vault publish the "near expiry" event to Event Grid.
25
25
1. Event Grid checks the event subscriptions and, using http post, calls the Function App endpoint subscribed to this event.
26
-
1. The function App receives secret information, generates new random password, and create a new version for the secret with a new password in Key Vault.
26
+
1. The function App receives the secret information, generates a new random password, and creates a new version for the secret with a new password in Key Vault.
27
27
1. The function App updates SQL with new password.
@@ -236,12 +236,12 @@ Open the "sqluser" secret and view the original and rotated version
236
236
To verify SQL credentials, create a web application. This web application will get the secret from key vault, extract sql database information and credentials from the secret, and test the connection to sql.
237
237
238
238
The web app requires below components and configuration:
239
-
- Web App with SystemManaged Identity
239
+
- Web App with System-Managed Identity
240
240
- Access policy to access secrets in Key Vault using Web App Managed Identity
0 commit comments