Skip to content

Commit b376132

Browse files
committed
validation
1 parent 8221b55 commit b376132

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/app-service/tutorial-custom-container-sidecar.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ First you create the resources that the tutorial uses. They're used for this par
8181
:::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.":::
8282
8383
> [!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).
8585
8686
1. Select **Review + create**, then select **Create**.
8787
@@ -127,8 +127,7 @@ You configure environment variables for the containers like any App Service app,
127127
:::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.":::
128128
129129
> [!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)
132131
## 5. Verify in Application Insights
133132
134133
The otel-collector sidecar should export data to Application Insights now.
@@ -152,8 +151,8 @@ azd down
152151
## Frequently asked questions
153152

154153
- [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)
157156

158157
## What are the differences for sidecar-enabled custom containers?
159158

articles/app-service/tutorial-sidecar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ azd down
243243

244244
## Frequently asked questions
245245

246-
- [How do sidecar containers handle internal communication?](includes/tutorial-sidecar/common-faqs.md#how-do-sidecar-containers-handle-internal-communication)
247-
- [Can a sidecar container receive internet requests?](includes/tutorial-sidecar/common-faqs.md#can-a-sidecar-container-receive-internet-requests)
246+
- [How do sidecar containers handle internal communication?](#how-do-sidecar-containers-handle-internal-communication)
247+
- [Can a sidecar container receive internet requests?](#can-a-sidecar-container-receive-internet-requests)
248248
- [How do I instrument other language stacks?](#how-do-i-instrument-other-language-stacks)
249249

250250
[!INCLUDE [common-faqs](includes/tutorial-sidecar/common-faqs.md)]

0 commit comments

Comments
 (0)