AzureContainerAppEnvironmentResource.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
AzureContainerAppEnvironmentResourceDefined on
This method is defined on the following type: