feat: Add support for reusing existing Log Analytics Workspace #710
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
Support for existing Log Analytics Workspace:
existingLogAnalyticsWorkspaceIdtoinfra/main.bicep,infra/main.json, and parameter files, allowing users to specify the resource ID of an existing Log Analytics Workspace. All modules that require a Log Analytics Workspace now use this parameter if provided, falling back to provisioning a new workspace only if not set. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Documentation updates:
docs/CustomizingAzdParameters.mdanddocs/DeploymentGuide.mdto describe the new environment variableAZURE_ENV_LOG_ANALYTICS_WORKSPACE_IDand how to use it. Added a collapsible section in the deployment guide to highlight reusing an existing workspace. [1] [2]docs/re-use-log-analytics.mdwith step-by-step instructions and screenshots to help users find the correct workspace ID and configure their environment.Infrastructure logic improvements:
Parameter and template consistency:
Minor template maintenance:
infra/main.json. [1] [2] [3]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information