withAcrPullIdentity
Method
interface AzureContainerAppEnvironmentResource { // ... omitted for brevity withAcrPullIdentity(identityBuilder: AzureUserAssignedIdentityResource): AzureContainerAppEnvironmentResource;}Signature
method
withAcrPullIdentitybuilderConfigures the container app environment to use the supplied `AzureUserAssignedIdentityResource` as the managed identity that container apps in the environment use to pull images from the configured container registry (the `AcrPull` identity), instead of having Aspire create a new identity and a new `AcrPull` role assignment.
withAcrPullIdentity(identityBuilder: AzureUserAssignedIdentityResource): AzureContainerAppEnvironmentResourceParameters
identityBuilderAzureUserAssignedIdentityResourceReturns
AzureContainerAppEnvironmentResourceApplies to
This method applies to the following types: