-
Notifications
You must be signed in to change notification settings - Fork 190
docs: Added file, images and update the links #498
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
Conversation
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.
Pull Request Overview
This PR updates the documentation by adding a new guide for reusing an existing Log Analytics Workspace, updating images and links, and replacing the term “Workspace ID” with “Resource ID”.
- Added a new markdown file (re-use-log-analytics.md) with step-by-step instructions and images.
- Updated parameter descriptions in CustomizingAzdParameters.md to refer to the new guide and terminology.
Reviewed Changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.
File | Description |
---|---|
documents/re-use-log-analytics.md | New file with detailed steps and images for using an existing Log Analytics Workspace. |
documents/CustomizingAzdParameters.md | Updated parameter default value to link to the new documentation on Log Analytics Workspace. |
Comments suppressed due to low confidence (2)
documents/re-use-log-analytics.md:19
- The phrase 'Workspace ID' is still present, which may cause confusion given the updated terminology. Consider rephrasing to explicitly use 'Resource ID', for example: 'Copy the Resource ID for your Log Analytics Workspace.'
Copy Resource ID that is your Workspace ID
documents/CustomizingAzdParameters.md:24
- The default value currently provides an instructional message rather than a consistent placeholder as seen with other parameters. Consider using a placeholder (e.g., '') and include a reference to the guide for clarity.
| `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID` | string | Guide to get your [Existing Workspace ID](/documents/re-use-log-analytics.md) | Reuses an existing Log Analytics Workspace instead of creating a new one. |
add new section
update the back link
removed extra space
🎉 This PR is included in version 3.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Purpose
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"
Update DeploymentGuide
re-use-log-analytics