AzureAppServiceEnvironmentResource.withAcrPullIdentity
Method
interface AzureAppServiceEnvironmentResource { // ... omitted for brevity withAcrPullIdentity(identityBuilder: AzureUserAssignedIdentityResource): AzureAppServiceEnvironmentResource;}Signature
method
withAcrPullIdentitybuilderConfigures the Azure App Service environment to use the supplied `AzureUserAssignedIdentityResource` as the managed identity that App Service apps 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): AzureAppServiceEnvironmentResourceParameters
identityBuilderAzureUserAssignedIdentityResourceReturns
AzureAppServiceEnvironmentResourceDefined on
This method is defined on the following type: