This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
How do you grant your GitHub repository access to Azure?
It happens automatically.
Authenticate to Azure with GitHub.
Manage credentials using GitHub Secrets and use that secret name in the workflow.
Manage credentials by generating tokens locally
What can trigger a workflow for deploying to Microsoft Azure?
Only commit events
Any events that affect the repository's default branch
Any event, just like any other Action
How do you make sure that your Azure credentials are not stored in plain text in your repository?
Use GitHub Secrets to securely store your Azure credentials.
Use your GitHub token to authenticate into Azure.
Put your credentials directly in your workflow file.
You must answer all questions before checking your work.
Was this page helpful?