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: articles/app-service/tutorial-sidecar.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ First you create the resources that the tutorial uses. They're used for this par
50
50
Open resource group in the portal: <b>https://portal.azure.com/#@/resource/subscriptions/<subscription-id>/resourceGroups/<group-name></b>
51
51
</pre>
52
52
53
-
1. Open the resource group link in a browser tab. You'll need these output values later.
53
+
1. Copy these output values for later. You can also find them in the portal, in the management pages of the respective resources.
54
54
55
55
> [!NOTE]
56
56
> `azd provision` uses the included templates to create the following Azure resources:
@@ -103,7 +103,7 @@ In this section, you add a sidecar container to your Linux app. The portal exper
103
103
104
104
### [Use ARM template](#tab/template)
105
105
106
-
1. In the Cloud Shell, run the following command to add to the web app the user-assigned managed identity that `azd provision` created. Use the value of `<managed-identity-resource-id>` in the `azd provision` output.
106
+
1. In the Cloud Shell, run the following command to add to the web app the user-assigned managed identity that `azd provision` created. Use the value of `<managed-identity-resource-id>`(a very long string) in the `azd provision` output.
107
107
108
108
```azurecli-interactive
109
109
az webapp identity assign --identities <managed-identity-resource-id>
@@ -231,7 +231,7 @@ In this step, you create the instrumentation for your app according to the steps
231
231
The otel-collector sidecar should export data to Application Insights now.
232
232
233
233
1. Back in the browser tab for `https://<app-name>.azurewebsites.net`, refresh the page a few times to generate some web requests.
234
-
1. Go back to the resource group overview page, then select the Application Insights resource. You should now see some data in the default charts.
234
+
1. Go back to the resource group overview page, then select the Application Insights resource that `azd up` created. You should now see some data in the default charts.
235
235
236
236
:::image type="content" source="media/tutorial-sidecar/app-insights-view.png" alt-text="Screenshot of the Application Insights page showing data in the default charts.":::
0 commit comments