Skip to content

Commit 4fb965f

Browse files
Fix links in azure_app_service.md (#2186)
1 parent 57e6bba commit 4fb965f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure_app_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To deploy to Azure App Service, please follow the following steps:
2828
azd env set DEPLOYMENT_TARGET appservice
2929
```
3030

31-
5. (Optional) This is the point where you can customize the deployment by setting other `azd` environment variables, in order to [use existing resources](docs/deploy_existing.md), [enable optional features (such as auth or vision)](docs/deploy_features.md), or [deploy to free tiers](docs/deploy_lowcost.md).
31+
5. (Optional) This is the point where you can customize the deployment by setting other `azd` environment variables, in order to [use existing resources](deploy_existing.md), [enable optional features (such as auth or vision)](deploy_features.md), or [deploy to free tiers](deploy_lowcost.md).
3232
6. Provision the resources and deploy the code:
3333

3434
```bash

0 commit comments

Comments
 (0)