1- [ ← Back to * DEPLOYMENT* guide] ( ../docs /DeploymentGuide.md )
1+ [ ← Back to * DEPLOYMENT* guide] ( ../documents /DeploymentGuide.md )
22
33# Reusing an Existing Log Analytics Workspace
44To configure your environment to use an existing Log Analytics Workspace, follow these steps:
@@ -9,16 +9,16 @@ Go to https://portal.azure.com
99### 2. Search for Log Analytics
1010In the search bar at the top, type "Log Analytics workspaces" and click on it and click on the workspace you want to use.
1111
12- ![ alt text] ( ../docs/images /re_use_log/logAnalyticsList.png )
12+ ![ alt text] ( ../documents/Images /re_use_log/logAnalyticsList.png )
1313
1414### 3. Copy Resource ID
1515In the Overview pane, Click on JSON View
1616
17- ![ alt text] ( ../docs/images /re_use_log/logAnalytics.png )
17+ ![ alt text] ( ../documents/Images /re_use_log/logAnalytics.png )
1818
1919Copy Resource ID that is your Workspace ID
2020
21- ![ alt text] ( ../docs/images /re_use_log/logAnalyticsJson.png )
21+ ![ alt text] ( ../documents/Images /re_use_log/logAnalyticsJson.png )
2222
2323### 4. Set the Workspace ID in Your Environment
2424Run the following command in your terminal
@@ -28,4 +28,4 @@ azd env set AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID '<Existing Log Analytics Worksp
2828Replace ` <Existing Log Analytics Workspace Id> ` with the value obtained from Step 3.
2929
3030### 5. Continue Deployment
31- Proceed with the next steps in the [ deployment guide] ( ../docs /DeploymentGuide.md ) .
31+ Proceed with the next steps in the [ deployment guide] ( ../documents /DeploymentGuide.md ) .
0 commit comments