You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CustomizingAzdParameters.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ By default this template will use the environment name as the prefix to prevent
16
16
|`AZURE_ENV_MODEL_VERSION`| string |`2024-08-06`| Version of the GPT model to be used for deployment. |
17
17
|`AZURE_ENV_IMAGETAG`| string |`latest`| Docker image tag used for container deployments. |
18
18
|`AZURE_ENV_ENABLE_TELEMETRY`| bool |`true`| Enables telemetry for monitoring and diagnostics. |
19
-
19
+
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string |`<Existing Workspace Id>`| Set this if you want to reuse an existing Log Analytics Workspace instead of creating a new one. |
20
20
---
21
21
22
22
## How to Set a Parameter
@@ -27,6 +27,11 @@ To customize any of the above values, run the following command **before** `azd
27
27
azd env set<PARAMETER_NAME><VALUE>
28
28
```
29
29
30
+
Set the Log Analytics Workspace Id if you need to reuse the existing workspace which is already existing
31
+
```shell
32
+
azd env set AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID '/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>'
metadatadescription = 'This module contains the resources required to deploy the Multi-Agent Custom Automation Engine solution accelerator for both Sandbox environments and WAF aligned environments.'
3
3
4
+
@description('Set to true if you want to deploy WAF-aligned infrastructure.')
5
+
paramuseWafAlignedArchitecturebool
6
+
4
7
@description('Optional. The prefix to add in the default names given to all deployed Azure resources.')
0 commit comments