ERROR: az login: error: argument --username/-u: expected one argument
usage: az login [-h] [--verbose] [--debug]
[--output {json,jsonc,table,tsv,yaml}] [--query JMESPATH]
[--username USERNAME] [--password PASSWORD]
[--service-principal] [--tenant TENANT]
[--allow-no-subscriptions] [-i] [--use-device-code]
[--subscription _SUBSCRIPTION]
Error: failed to run step ID: acb_step_2: exit status 2
Run ID: cc6 failed after 3m7s
Run failed
When I running
az acr run -f acr-task.yaml .command, how can I pass environment variables intoacr-task.yamlfile?web/acr-task.yaml
Lines 14 to 18 in 73cafe7
I've got this:
What can I do?