Skip to content

Commit 66bf1fa

Browse files
authored
Merge pull request #125836 from tulikac/update-sidecar-docs
Minor edits for sidecars
2 parents eeb12e2 + a6a4af2 commit 66bf1fa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/app-service/configure-custom-container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This guide provides key concepts and instructions for containerization of Window
2121

2222
::: zone pivot="container-linux"
2323

24-
This guide provides key concepts and instructions for containerization of Linux apps in App Service. If you're new to Azure App Service, follow the [custom container quickstart](quickstart-custom-container.md) and [tutorial](tutorial-custom-container.md) first. For sidecar containers (preview), see [Tutorial: Configure a sidecar container for custom container in Azure App Service (preview)](tutorial-custom-container-sidecar.md).
24+
This guide provides key concepts and instructions for containerization of Linux apps in App Service. If you're new to Azure App Service, follow the [custom container quickstart](quickstart-custom-container.md) and [tutorial](tutorial-custom-container.md) first. For sidecar containers, see [Tutorial: Configure a sidecar container for custom container in Azure App Service](tutorial-custom-container-sidecar.md).
2525

2626
::: zone-end
2727

@@ -478,7 +478,7 @@ Further troubleshooting information is available at the Azure App Service blog:
478478
## Configure multi-container apps
479479
480480
> [!NOTE]
481-
> Sidecar containers (preview) will succeed multi-container apps in App Service. To get started, see [Tutorial: Configure a sidecar container for custom container in Azure App Service (preview)](tutorial-custom-container-sidecar.md).
481+
> Sidecar containers will succeed multi-container apps in App Service. To get started, see [Tutorial: Configure a sidecar container for custom container in Azure App Service](tutorial-custom-container-sidecar.md).
482482
483483
- [Use persistent storage in Docker Compose](#use-persistent-storage-in-docker-compose)
484484
- [Preview limitations](#preview-limitations)
@@ -562,7 +562,7 @@ The following lists show supported and unsupported Docker Compose configuration
562562
::: zone pivot="container-linux"
563563

564564
> [!div class="nextstepaction"]
565-
> [Tutorial: Configure a sidecar container for custom container in Azure App Service (preview)](tutorial-custom-container-sidecar.md)
565+
> [Tutorial: Configure a sidecar container for custom container in Azure App Service](tutorial-custom-container-sidecar.md)
566566

567567
::: zone-end
568568

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,6 @@ You configure sidecar-enabled apps differently than apps that aren't sidecar-ena
170170
## More resources
171171

172172
- [Configure custom container](configure-custom-container.md)
173+
- [Try out sidecars in this guided lab](https://mslabs.cloudguides.com/guides/Sidecars%20in%20Azure%20App%20Service)
173174
- [Deploy custom containers with GitHub Actions](deploy-container-github-action.md)
174175
- [OpenTelemetry](https://opentelemetry.io/)

articles/app-service/tutorial-sidecar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,6 @@ You can use a similar approach to instrument apps in other language stacks. For
272272

273273
## More resources
274274

275+
- [Try out sidecars in this guided lab](https://mslabs.cloudguides.com/guides/Sidecars%20in%20Azure%20App%20Service)
275276
- [Deploy to App Service using GitHub Actions](deploy-github-actions.md)
276277
- [OpenTelemetry](https://opentelemetry.io/)

0 commit comments

Comments
 (0)