I am managing K8s cluster with AKS. My main aim to keep all the resources which are required for K8s in the same Vnet.
One of the resources is ACR. I want to make it private and also it should be only able to access within the Vnet.
Please let me know if its possible or point me in the right direction. Thanks!
Unfortunately, the ACR is just a repository to create and maintain Azure container registries to store and manage your private Docker container images. It seems that there is no Vnet to associate to it. You can follow the document to see the feature of it. But it is a private Container Registry, so you can control the access with Service Principal.