-
Couldn't load subscription status.
- Fork 377
docs: Update re-use-log-analytics.md for link update #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| [← Back to *DEPLOYMENT* guide](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/blob/psl-reuselog-file/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 '<Existing Log Analytics Worksp | |||||
| Replace `<Existing 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/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/blob/psl-reuselog-file/docs/DeploymentGuide.md#deployment-options--steps). | ||||||
| Proceed with the next steps in the [deployment guide](/docs/DeploymentGuide.md#deployment-options--steps). | ||||||
|
||||||
| Proceed with the next steps in the [deployment guide](/docs/DeploymentGuide.md#deployment-options--steps). | |
| Proceed with the next steps in the [deployment guide](./DeploymentGuide.md#deployment-options--steps). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider using a relative path without a leading slash (e.g.,
./DeploymentGuide.md#deployment-options--steps) to ensure links work correctly in different hosting contexts.