hi everyone, I want to ask you for a hand to under...
# azure
c
hi everyone, I want to ask you for a hand to understand how I can integrate an azure container registry with an aks. Using az cli you would use this command:
Copy code
az aks update -n $ AKS_NAME -g $ RG_NAME \
    --attach-acr $ (az acr show -n $ ACR_NAME --query "id" -o tsv)
While I can't figure out how to replicate it from pulumi. can you recommend me some examples in nodejs that i can use? Thank you
t
c
Thx so much 😄