docs: Added file and images and updated links#197
Merged
Roopan-Microsoft merged 7 commits intomainfrom Jul 4, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new guide for reusing an existing Log Analytics Workspace and updates parameter documentation to reference that guide.
- Introduce
re-use-log-analytics.mdwith step-by-step instructions and screenshots. - Update
CustomizingAzdParameters.mdto link the new guide and clarify the Log Analytics parameter. - Replace “Workspace ID” phrasing and correct links.
Reviewed Changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/re-use-log-analytics.md | New guide on configuring an existing Log Analytics workspace. |
| docs/CustomizingAzdParameters.md | Updated default value row to link to the reuse-log-analytics guide and fixed link paths. |
Comments suppressed due to low confidence (3)
docs/re-use-log-analytics.md:19
- [nitpick] Rephrase for clarity, e.g., "Copy the Resource ID; this serves as your Workspace ID."
Copy Resource ID that is your Workspace ID
docs/re-use-log-analytics.md:28
- Ensure consistent casing for "ID" (use "") and remove the extra spaces before "obtained."
Replace `<Existing Log Analytics Workspace Id>` with the value obtained from Step 3.
docs/CustomizingAzdParameters.md:21
- The default value column now contains a link rather than a literal default; consider moving this link to the description column or specifying a default value, and use a relative path (e.g.,
../docs/re-use-log-analytics.md).
| `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. |
| Go to https://portal.azure.com | ||
|
|
||
| ### 2. Search for Log Analytics | ||
| In the search bar at the top, type "Log Analytics workspaces" and click on it and click on the workspace you want to use. |
There was a problem hiding this comment.
[nitpick] The instruction repeats "click": simplify to "In the search bar, type 'Log Analytics workspaces', select it, then choose the workspace you want to use."
Suggested change
| In the search bar at the top, type "Log Analytics workspaces" and click on it and click on the workspace you want to use. | |
| In the search bar at the top, type "Log Analytics workspaces", select it, then choose the workspace you want to use. |
Updated links and removed space
Added a collapsible section.
Roopan-Microsoft
approved these changes
Jul 4, 2025
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Updating the documents
Does this introduce a breaking change?
Other Information
Added use-log-analytic file
Added images
Updated and corrected links
Replaced "Workspace ID" to "Resource ID"