Skip to content

Commit c9348dc

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/managed-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ Starting in API version `2024-02-02-preview`, you can control which managed iden
352352

353353
The following example shows the following in a Workload Profile Consumption environment:
354354

355-
- How to restrict the container app's system-assigned identity to main containers only.
356-
- How to restrict a specific user-assigned identity to init containers only.
357-
- How to use a specific user-assigned identity for Azure Container Registry image pull without allowing the code in the containers to use that managed identity to access the ACR. In this example, the containers themselves don't need to access the ACR, so this reduces the blast radius if a malicious actor gains unauthorized access to the containers.
355+
- Restricts the container app's system-assigned identity to main containers only.
356+
- Restricts a specific user-assigned identity to init containers only.
357+
- Uses a specific user-assigned identity for Azure Container Registry image pull without allowing the code in the containers to use that managed identity to access the registry. In this example, the containers themselves don't need to access the registry. This approach reduces the access if a malicious actor were to gain unauthorized access to the containers.
358358

359359
# [ARM template](#tab/arm)
360360

0 commit comments

Comments
 (0)