From 6a7dc7cab7752c61e8636b2163231d86ef1841c3 Mon Sep 17 00:00:00 2001 From: Thanusree-Microsoft <168087422+Thanusree-Microsoft@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:14:07 +0530 Subject: [PATCH 1/2] Update CustomizingAzdParameters.md Added link --- docs/CustomizingAzdParameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CustomizingAzdParameters.md b/docs/CustomizingAzdParameters.md index 770c50e8f..c3ac28645 100644 --- a/docs/CustomizingAzdParameters.md +++ b/docs/CustomizingAzdParameters.md @@ -19,7 +19,7 @@ By default this template will use the environment name as the prefix to prevent | `AZURE_ENV_EMBEDDING_MODEL_CAPACITY` | integer | `80` | Set the capacity for embedding model deployment. | | `AZURE_ENV_IMAGETAG` | string | `latest` | Set the image tag (allowed values: `latest`, `dev`, `hotfix`). | | `AZURE_LOCATION` | string | `japaneast` | Sets the Azure region for resource deployment. | -| `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID` | string | `` | Reuses an existing Log Analytics Workspace instead of provisioning a new one. | +| `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID` | string | Guide to get your [Existing Workspace ID](/docs/re-use-log-analytics.md) | Reuses an existing Log Analytics Workspace instead of provisioning a new one. | | `AZURE_EXISTING_AI_PROJECT_RESOURCE_ID` | string | `` | Reuses an existing AI Foundry Project Resource Id instead of provisioning a new one. | From 9ae5d49ac2d24c80dc4db98af7ba6e32af912dd4 Mon Sep 17 00:00:00 2001 From: Thanusree-Microsoft <168087422+Thanusree-Microsoft@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:15:19 +0530 Subject: [PATCH 2/2] Update re-use-log-analytics.md Updated link --- docs/re-use-log-analytics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/re-use-log-analytics.md b/docs/re-use-log-analytics.md index d59a92660..9d48b0f92 100644 --- a/docs/re-use-log-analytics.md +++ b/docs/re-use-log-analytics.md @@ -1,4 +1,4 @@ -[← Back to *DEPLOYMENT* guide](https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator/blob/psl-re-use-log-update-CA/docs/DeploymentGuide.md#deployment-options--steps) +[← Back to *DEPLOYMENT* guide](/docs/DeploymentGuide.md#deployment-options--steps) # Reusing an Existing Log Analytics Workspace To configure your environment to use an existing Log Analytics Workspace, follow these steps: @@ -28,4 +28,4 @@ azd env set AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID '` with the value obtained from Step 3. ### 5. Continue Deployment -Proceed with the next steps in the [deployment guide](https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator/blob/psl-re-use-log-update-CA/docs/DeploymentGuide.md#deployment-options--steps). +Proceed with the next steps in the [deployment guide](/docs/DeploymentGuide.md#deployment-options--steps).