Is there a way to attach ACR to AKS using pulumi a...
# azure
w
Is there a way to attach ACR to AKS using pulumi as in the azure doc: https://docs.microsoft.com/en-us/azure/aks/cluster-container-registry-integration?tabs=azure-cli ?
t
Do you know what
attach-acr
does in terms of ARM?
w
@tall-librarian-49374 Haven't found it I'm afraid
I can work around it with pull secrets, but curious if I can simplify it.
I guess it doesn’t exist in arm land, https://github.com/MicrosoftDocs/azure-docs/issues/39508#issuecomment-535092676. Should be achievable to do with pulumi and a role assignment I guess.