Skip to content

Commit 7300877

Browse files
Update articles/container-apps/managed-identity.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent b0e62fd commit 7300877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ The queue storage account uses the `accountName` property to identify the storag
341341

342342
## Control managed identity availability
343343

344-
Container apps allow you to specify [init containers](containers.md#init-containers) and main containers. By default, main containers - and init containers in Workload Profile Consumption environments - can get managed identity access tokens for every managed identity configured on the container app and use them to access other Azure services. However, there are situations where only the init container or the main container actually need to get access tokens for a given managed identity. Other times, you may use a managed identity only to access your Azure Container Registry to pull the image, and your application itself doesn't need to have access to your Azure Container Registry.
344+
Container Apps allow you to specify [init containers](containers.md#init-containers) and main containers. By default, both main and init containers in a consumption workload profile environment can use managed identity to access other Azure services. Managed identity access tokens are available for every managed identity configured on the container app. However, in some situations where only the init container or the main container require access tokens for a managed identity. Other times, you may use a managed identity only to access your Azure Container Registry to pull the container image, and your application itself doesn't need to have access to your Azure Container Registry.
345345

346346
Starting in API version `2024-02-02-preview`, You can control which managed identities are available to your container app during the init and main phases to follow the security principle of least privilege. The following options are available:
347347

0 commit comments

Comments
 (0)