When I run az acr build command – where is the actual building happening? What machine? I need IP address of this machine.
az acr build
2
Answer provided here on Azure ACR GitHub https://github.com/Azure/acr/issues/627#issuecomment-1164823149
az acr build is a shortcut to an ACR Task. The location of the build machine is not documented (I haven’t found anything related) and you don’t have access to it.
Documentation
Click here to cancel reply.
2
Answers
Answer provided here on Azure ACR GitHub https://github.com/Azure/acr/issues/627#issuecomment-1164823149
az acr build
is a shortcut to an ACR Task. The location of the build machine is not documented (I haven’t found anything related) and you don’t have access to it.Documentation