-
Notifications
You must be signed in to change notification settings - Fork 31
docs: Added use-log-analytic file and updated links and replaced content #145
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
base: main
Are you sure you want to change the base?
Conversation
creating folder
Updated image links
Added a re-use log-analytics link to existing workspace ID
Updated links
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 adds a new guide for reusing an existing Log Analytics Workspace and updates the parameters documentation to link to it.
- Introduces
re-use-log-analytics.md
with step-by-step instructions and screenshots - Updates
CustomizingAzdParameters.md
to reference the new guide forAZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID
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 for configuring an existing Log Analytics Workspace |
docs/CustomizingAzdParameters.md | Updated default value description to link to the new guide |
Comments suppressed due to low confidence (2)
docs/re-use-log-analytics.md:19
- [nitpick] Clarify the phrasing and capitalization, e.g.,
Copy the Resource ID from the JSON view, which corresponds to your Log Analytics Workspace ID.
Copy Resource ID that is your Workspace ID
docs/CustomizingAzdParameters.md:18
- Use a relative path for the link so it resolves correctly in the repo, e.g.,
[Existing Workspace ID](re-use-log-analytics.md)
or../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) | Set this if you want to reuse an existing Log Analytics Workspace instead of creating a new one. |
 | ||
|
||
### 3. Copy Resource ID | ||
In the Overview pane, Click on JSON View | ||
|
||
 | ||
|
||
Copy Resource ID that is your Workspace ID | ||
|
||
 |
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.
Replace the generic alt text with a descriptive label for screen readers, e.g., 
.
 | |
### 3. Copy Resource ID | |
In the Overview pane, Click on JSON View | |
 | |
Copy Resource ID that is your Workspace ID | |
 | |
 | |
### 3. Copy Resource ID | |
In the Overview pane, Click on JSON View | |
 | |
Copy Resource ID that is your Workspace ID | |
 |
Copilot uses AI. Check for mistakes.
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"