Setting the file. One moment.
Subchapter 28.4
references/recipes/azcli/errors.mdMarkdown521 BView on GitHub
| Error | Fix |
|---|---|
AADSTS700082: Token expired | az login |
Please run 'az login' | az login |
AADSTS50076: MFA required | az login --use-device-code |
AuthorizationFailed | Request Contributor role |
npm ci fails with missing: package-lock.json | Run npm install --package-lock-only in the service directory before building |
Template validation failed | Check Bicep syntax |
az <command> --verbose --debug