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
azd env set AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID '<Existing Log Analytics Workspace Id>'
190
+
```
191
+
Replace `<Existing Log Analytics Workspace Id>` with the full Resource ID obtained from Step 3.
192
+
193
+
#### 5. Continue Deployment
194
+
Continue with the [deploying steps](#deploying-with-azd).
195
+
196
+
</details>
197
+
137
198
### Deploying with AZD
138
199
139
200
Once you've opened the project in [Codespaces](#github-codespaces), [Dev Containers](#vs-code-dev-containers), or [locally](#local-environment), you can deploy it to Azure by following these steps:
0 commit comments