Skip to content

Commit 5ae1435

Browse files
committed
docs: mention restart-app.sh script in secrets tutorial
1 parent 4ccdfc4 commit 5ae1435

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/tutorials/secrets.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,13 @@ To make sure the Benefits application uses the latest secret values in Key Vault
3838

3939
The steps are:
4040

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.
43+
44+
```bash
45+
cd terraform
46+
./restart-app.sh <environment_letter>
47+
```
4348

4449
The effects of following those steps should be:
4550

0 commit comments

Comments
 (0)