Skip to content

Commit 92052ce

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#105031
Added a note about SP not being supported anymore and to use managed identity.
1 parent 7000fb7 commit 92052ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ This guide provides key concepts and instructions for containerization of Linux
2626

2727
::: zone pivot="container-windows"
2828

29+
> [!NOTE]
30+
> Service Principal is no longer supported for Windows container image pull authentication. The recommended way is to use Managed Identity for both Windows and Linux containers
31+
2932
## Supported parent images
3033

3134
For your custom Windows image, you must choose the right [parent image (base image)](https://docs.docker.com/develop/develop-images/baseimages/) for the framework you want:

0 commit comments

Comments
 (0)