Hello.
I'm tyring create a pipeline to deploy containers to my ACR using the "Deploy to Azure kubernetes service". After I authenticate I can see my AKS cluster, but when it asks for container registry is says:
no results found.
After multiple issues I started using this guide and a few others:
https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/kubernetes/aks-template?view=azure-devops
I have created the following to try and make it work:
- Service connection to my subscription
- I have created my AKS cluster and ACR
- ACR is attached to AKS
- pull permission was applied for AKS to the ACR
If I try to create a service connection using docker registry. After I login to the subscription I get a message:
no registries found
I also followed this guide to create a SP:
https://cloudblogs.microsoft.com/opensource/2018/11/27/tutorial-azure-devops-setup-cicd-pipeline-kubernetes-docker-helm/
Please confirm what I could be missing to deploy using azure devops.
Thanks for your help