Skip to content

Commit ac7e059

Browse files
feat: Updated the deployment guide
1 parent e97c225 commit ac7e059

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

documentation/DeploymentGuide.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,14 @@ For **production deployments**, the repository also provides [`main.waf-aligned.
4747

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.
50-
> 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.
50+
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.
52+
```
53+
param logAnalyticsWorkspaceConfiguration = {
54+
dataRetentionInDays: 30
55+
existingWorkspaceResourceId: '<Provide existing log analytics workspace id here>'
56+
}
57+
```
5158

5259
> [!IMPORTANT]
5360
> The WAF-aligned configuration is under active development. More Azure Well-Architected recommendations will be added in future updates.

0 commit comments

Comments
 (0)