File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ azd env set AZURE_EXISTING_AI_PROJECT_RESOURCE_ID "/subscriptions/<sub-id>/resou
128128
129129``` bash
130130# Set the resource ID of your existing Log Analytics workspace
131- azd env set existingLogAnalyticsWorkspaceId " /subscriptions/<sub-id>/resourceGroups/<rg>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>"
131+ azd env set AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID " /subscriptions/<sub-id>/resourceGroups/<rg>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>"
132132```
133133
134134## Post-Deployment
@@ -308,5 +308,6 @@ When `enablePrivateNetworking` is enabled:
308308
309309## Related Documentation
310310
311+ - [ Deployment Guide] ( DEPLOYMENT.md )
311312- [ Image Generation Configuration] ( IMAGE_GENERATION.md )
312313- [ Azure Developer CLI Documentation] ( https://learn.microsoft.com/azure/developer/azure-developer-cli/ )
You can’t perform that action at this time.
0 commit comments