I'm following the directions on the official documentation
While executing a command:
az acr build --registry <container_registry_name> --image webimage
I'm receiving
the following arguments are required: <SOURCE_LOCATION>
But per the documentation, <SOURCE_LOCATION> is not a required parameter.
Has anyone encountered such a case?