Skip to content

Commit df47191

Browse files
authored
tweak UAMI description
1 parent 93a505c commit df47191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-deploy-container-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before you can deploy your container to Azure, you need to create three resource
2424
* A [resource group](../azure-resource-manager/management/overview.md), which is a logical container for related resources.
2525
* A [Storage account](../storage/common/storage-account-create.md), which is used to maintain state and other information about your functions.
2626
* An Azure Container Apps environment with a Log Analytics workspace.
27-
* A user-assigned managed identity that enables your function app to securely connect, using Microsoft Entra authentication, to both the Azure Storage account and to the Azure Container Registry instance, when deploying from a container registry instance. While you can use the system-assigned managed identity that belongs to only your app, you can have more than one user-assigned managed identity assigned to your app. This identity type is recommended for this scenario.
27+
* A user-assigned managed identity, which enables your function app to securely connect to Azure resources without using shared secrets. Connections to both the Azure Storage account and to the Azure Container Registry instance are instead made using Microsoft Entra authentication with the identity, which is recommended for this scenario.
2828

2929
>[!NOTE]
3030
>Docker Hub doesn't support managed identities.

0 commit comments

Comments
 (0)