Skip to content

Commit 003d9d0

Browse files
Acro fixes
1 parent 76aa089 commit 003d9d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ You can use managed identities in your scale rules to authenticate with Azure se
357357
> [!NOTE]
358358
> Managed identity authentication in scale rules is in public preview. It's available in API version `2024-02-02-preview`.
359359

360-
The following ARM template example shows how to use a managed identities with an Azure Queue Storage scale rule:
360+
The following ARM template example shows how to use a managed identity with an Azure Queue Storage scale rule:
361361

362362
The queue storage account uses the `accountName` property to identify the storage account, while the `identity` property specifies which managed identity to use. You do not need to use the `auth` property.
363363

@@ -384,7 +384,7 @@ Container Apps allows you to specify [init containers](containers.md#init-contai
384384

385385
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:
386386

387-
- `Init`: Available only to init containers. Use this when you want to perform some intilization work that requires a managed identity, but you no longer need the managed identity in the main container. This option is currently only supported in [workload profile consumption environments](environment.md#types)
387+
- `Init`: Available only to init containers. Use this when you want to perform some initialization work that requires a managed identity, but you no longer need the managed identity in the main container. This option is currently only supported in [workload profile consumption environments](environment.md#types)
388388
- `Main`: Available only to main containers. Use this if your init container does not need managed identity.
389389
- `All`: Available to all containers. This value is the default setting.
390390
- `None`: Not available to any containers. Use this when you have a managed identity that is only used for ACR image pull, scale rules, or Key Vault secrets and does not need to be available to the code running in your containers.

0 commit comments

Comments
 (0)