How to specify firewall rules in ACR when build & release pipelines are defined in Azure DevOps? Release pipeline (pull) may not have issue as the vnet of AKS service cidr can be allowed access in firewall rules but what about push that will go through build pipeline
The firewall of the ACR shows that when you enable it and allow the vnet to access the ACR. Then the resources in the vnet can access the ACR with the actions that pull and push the images and others. The IP address or the CIDR for the firewall means the IP address of the machine that you use to send the control requests.
For example, if you want to push the images to the ACR, and you also enable the firewall of the ACR, then you need to add the public IP of your local machine as the IP address of the ACR firewall rule.
When you use the Azure DevOps to create the tasks to control the ACR, I think you need to add the public IP of the Azure DevOps to the ACR firewall rule.