Dockerfile
and securely storing these in ACR for later consumption. This allowed us more visibility and control over our application as we are able to define which resources we will consume and from where we will consume those resources. However, when we examined our container images scanned by Snyk, we noticed the following alert:https://dev.azure.com/MyOrganizationName
Now, let's sign in on the terminal by running az login
from the terminal and configure the CLI with our organization
value by running the following command:MyOrganizationName
with the correct value.