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-custom-container-sidecar.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ First you create the resources that the tutorial uses. They're used for this par
81
81
:::image type="content" source="media/tutorial-custom-container-sidecar/create-wizard-container-panel.png" alt-text="Screenshot showing the web app create wizard and settings for the container image and the sidecar support highlighted.":::
82
82
83
83
> [!NOTE]
84
-
> These settings are configured differently in sidecar-enabled apps. For more information, see [Differences for sidecar-enabled apps](#differences-for-sidecar-enabled-apps).
84
+
> These settings are configured differently in sidecar-enabled apps. For more information, see [What are the differences for sidecar-enabled custom containers?](#what-are-the-differences-for-sidecar-enabled-custom-containers).
85
85
86
86
1. Select **Review + create**, then select **Create**.
87
87
@@ -127,8 +127,7 @@ You configure environment variables for the containers like any App Service app,
127
127
:::image type="content" source="media/tutorial-custom-container-sidecar/configure-app-settings.png" alt-text="Screenshot showing a web app's Configuration page with two app settings added.":::
128
128
129
129
> [!NOTE]
130
-
> Certain app settings don't apply to sidecar-enabled apps. For more information, see [Differences for sidecar-enabled apps](#differences-for-sidecar-enabled-apps)
131
-
130
+
> Certain app settings don't apply to sidecar-enabled apps. For more information, see [What are the differences for sidecar-enabled custom containers?](#what-are-the-differences-for-sidecar-enabled-custom-containers)
132
131
## 5. Verify in Application Insights
133
132
134
133
The otel-collector sidecar should export data to Application Insights now.
@@ -152,8 +151,8 @@ azd down
152
151
## Frequently asked questions
153
152
154
153
-[What are the differences for sidecar-enabled custom containers?](#what-are-the-differences-for-sidecar-enabled-custom-containers)
155
-
-[How do sidecar containers handle internal communication?](includes/tutorial-sidecar/common-faqs.md#how-do-sidecar-containers-handle-internal-communication)
156
-
-[Can a sidecar container receive internet requests?](includes/tutorial-sidecar/common-faqs.md#can-a-sidecar-container-receive-internet-requests)
154
+
-[How do sidecar containers handle internal communication?](#how-do-sidecar-containers-handle-internal-communication)
155
+
-[Can a sidecar container receive internet requests?](#can-a-sidecar-container-receive-internet-requests)
157
156
158
157
## What are the differences for sidecar-enabled custom containers?
0 commit comments