Skip to content

Commit

Permalink
Fix links in azure_app_service.md (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeannotdamoiseaux authored Nov 22, 2024
1 parent 57e6bba commit 4fb965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/azure_app_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To deploy to Azure App Service, please follow the following steps:
azd env set DEPLOYMENT_TARGET appservice
```

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).
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).
6. Provision the resources and deploy the code:

```bash
Expand Down

0 comments on commit 4fb965f

Please sign in to comment.