Skip to content

Commit eb9bbcc

Browse files
Fix link to Bicep file in LOCAL_DEPLOYMENT.md
1 parent b92b194 commit eb9bbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/LOCAL_DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Execute the above [shell command](#L81) to run the function locally. You may nee
221221

222222
## Bicep
223223

224-
A [Bicep file](./infra/main.bicep) is used to generate the [ARM template](./infra/main.json). You can deploy this accelerator by the following command if you do not want to use `azd`.
224+
A [Bicep file](../infra/main.bicep) is used to generate the [ARM template](./infra/main.json). You can deploy this accelerator by the following command if you do not want to use `azd`.
225225

226226
```sh
227227
az deployment sub create --template-file ./infra/main.bicep --subscription {your_azure_subscription_id} --location {search_location}

0 commit comments

Comments
 (0)