Skip to content

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Thanusree-Microsoft
Copy link

Purpose

  • Updating the documents

Does this introduce a breaking change?

  • Yes
  • No

Other Information

Added use-log-analytic file
Added images
Updated and corrected links
Replaced "Workspace ID" to "Resource ID"

Copy link

@Copilot Copilot AI left a 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 for AZURE_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.     |

Comment on lines +12 to +21
![alt text](../docs/images/re_use_log/logAnalyticsList.png)

### 3. Copy Resource ID
In the Overview pane, Click on JSON View

![alt text](../docs/images/re_use_log/logAnalytics.png)

Copy Resource ID that is your Workspace ID

![alt text](../docs/images/re_use_log/logAnalyticsJson.png)
Copy link
Preview

Copilot AI Jun 25, 2025

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., ![Log Analytics workspaces list](../docs/images/re_use_log/logAnalyticsList.png).

Suggested change
![alt text](../docs/images/re_use_log/logAnalyticsList.png)
### 3. Copy Resource ID
In the Overview pane, Click on JSON View
![alt text](../docs/images/re_use_log/logAnalytics.png)
Copy Resource ID that is your Workspace ID
![alt text](../docs/images/re_use_log/logAnalyticsJson.png)
![Log Analytics workspaces list](../docs/images/re_use_log/logAnalyticsList.png)
### 3. Copy Resource ID
In the Overview pane, Click on JSON View
![Log Analytics workspace overview pane](../docs/images/re_use_log/logAnalytics.png)
Copy Resource ID that is your Workspace ID
![Log Analytics workspace JSON view](../docs/images/re_use_log/logAnalyticsJson.png)

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant