Skip to content
This repository was archived by the owner on Feb 11, 2024. It is now read-only.

Commit abc752a

Browse files
authored
clean up readme (#1)
1 parent 83d4c76 commit abc752a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ This is especially interesting as, for Event Grid Subscriptions, the target endp
2222
1. Open the repo in its VS Code Dev Container (this ensures you have all the right versions of the necessary tooling)
2323
1. run `az login` and `az account set --subscription <target subscription id>` to connect to your Azure Subscription
2424
1. `cd infrastructure/terraform`
25-
1. run `terraform apply -var 'prefix=<some unique prefix here>' -target module.storage -target module.functions`
25+
1. run `terraform init`
26+
1. run `terraform apply -var 'prefix=<some unique prefix here>' -target module.functions`
2627
1. `cd ../../src/FunctionApp`
2728
1. run `func azure functionapp publish <the name of the functionapp outputted by terraform apply> --csharp`
2829
1. `cd ../../infrastructure/terraform`

0 commit comments

Comments
 (0)