Skip to content

Commit 3aed992

Browse files
feat: Updated deplopyment guide readme
1 parent ac7e059 commit 3aed992

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/DeploymentGuide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ For **production deployments**, the repository also provides [`main.waf-aligned.
4848
> [!TIP]
4949
> Always review and adjust parameter values (such as region, capacity, security settings and log analytics workspace configuration) to match your organization’s requirements before deploying. For production, ensure you have sufficient quota and follow the principle of least privilege for all identities and role assignments.
5050
51-
> If you want to reuse the existing log analytics workspace update the existingWorkspaceResourceId under the logAnalyticsWorkspaceConfiguration in the bicepparm file with the Log analytics workspace id as shown below.
51+
> To reuse an existing Log Analytics workspace, update the existingWorkspaceResourceId field under the logAnalyticsWorkspaceConfiguration parameter in the bicepparam file with the resource ID of your existing workspace.
52+
For example:
5253
```
5354
param logAnalyticsWorkspaceConfiguration = {
5455
dataRetentionInDays: 30
55-
existingWorkspaceResourceId: '<Provide existing log analytics workspace id here>'
56+
existingWorkspaceResourceId: '/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>'
5657
}
5758
```
5859

0 commit comments

Comments
 (0)