Hi, I am creating Azure Container Registry using P...
# azure
a
Hi, I am creating Azure Container Registry using Pulumi Native 'new AzureNative.ContainerRegistry.Registry()'. but i don't see any Identity property to create service principal. My requirement is not to pass Container Registry Admin Password when pulling images here az containerapp up --name [--registry-password] [--registry-server] [--registry-username] Any work around?
f
You can create a seperate SP that have pulling role to that ACR and add that SP to the service thats need the pulling 🙂.https://docs.microsoft.com/en-us/azure/aks/cluster-container-registry-integration?toc=[…]2Fcontainer-registry%2Fbreadcrumb%2Ftoc.json&tabs=azure-cli