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: docs/tutorials/secrets.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,13 @@ To make sure the Benefits application uses the latest secret values in Key Vault
38
38
39
39
The steps are:
40
40
41
-
1. After setting new secret values, go to the App Service configuration in Azure Portal, and change the value of the setting named `change_me_to_refresh_secrets`.
42
-
1. Save your changes.
41
+
1. After setting new secret values, cd into the `/terraform` directory
42
+
2. run the command below, which updates a dummy environment variable called `change_me_to_refresh_secrets` in the relevant App Service configuration in Azure Portal.
0 commit comments