From 4fb965f350f440a0e93c4cce027f8c4da8089847 Mon Sep 17 00:00:00 2001 From: Jeannot Damoiseaux <62134006+jeannotdamoiseaux@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:55:12 +0100 Subject: [PATCH] Fix links in azure_app_service.md (#2186) --- docs/azure_app_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure_app_service.md b/docs/azure_app_service.md index a902f1d7f2..ac8157b5f6 100644 --- a/docs/azure_app_service.md +++ b/docs/azure_app_service.md @@ -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