Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 9949eab

Browse files
polatenginbrandonh-msft
authored andcommitted
a note is added to step 6
1 parent 6696b6a commit 9949eab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ An output from the Terraform is a deployment script you must run in order to pop
9797
./deploy_app.sh
9898
```
9999

100+
> Note: You may need to refresh the files in the Explorer Panel in VS Code to see the generated `deploy_app.sh` file under `terraform` folder.
101+
100102
from the `terraform/` directory you're in after running `terraform apply`.
101103

102104
> Note: We can't set the APPINSIGHTS_INSTRUMENTATIONKEY value via Terraform (yet) because it will erase all other App Settings if we deploy via ARM template, and there's a race condition between the Function App and they KeyVault if we try to embed it as part of the Function App's deployment. In a production scenario this would be done as part of the DevOps pipeline being used to execute the Terraform plan. Likewise, the DevOps pipeline would build & deploy the Function App.

0 commit comments

Comments
 (0)