Skip to content

Commit 6bd4ffd

Browse files
Merge pull request #290801 from cephalin/sidecar
minor edits
2 parents 5c3c9d6 + 1c5de63 commit 6bd4ffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/tutorial-sidecar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ First you create the resources that the tutorial uses. They're used for this par
5050
Open resource group in the portal: <b>https://portal.azure.com/#@/resource/subscriptions/&lt;subscription-id&gt;/resourceGroups/&lt;group-name&gt;</b>
5151
</pre>
5252
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.
5454
5555
> [!NOTE]
5656
> `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
103103

104104
### [Use ARM template](#tab/template)
105105

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.
107107

108108
```azurecli-interactive
109109
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
231231
The otel-collector sidecar should export data to Application Insights now.
232232
233233
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.
235235
236236
:::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.":::
237237

0 commit comments

Comments
 (0)