You plan to configure continuous deployment for an Azure App Service web app named WebApp1 from a repository hosted on GitHub. You need to configure the connection using GitHub Actions. Which sequence of administrative steps should you perform in the Azure portal? Move the steps from the list of steps to the answer area and arrange them in the correct order.
- 1Navigate to the Deployment Center blade of the App Service web app.
- 2Select GitHub as the source and authorize the Azure App Service connection to your GitHub account.
- 3Select the organization, repository, branch, and build provider details.
- 4Save the configuration settings.
Cevap
Navigate to the Deployment Center blade of the App Service web app, select GitHub as the source and authorize the connection, select the organization, repository, branch, and build provider, and then save the configuration settings.
To set up continuous deployment, you first need to go to the Deployment Center blade in the Azure portal. You must then select GitHub and authorize Azure to connect to your account. After authorization, you specify the target repository, branch, and build provider. Saving the configuration completes the setup by automatically committing the required GitHub Actions workflow file to your repository.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service continuous deployment integration with GitHub Actions
Tahmini Süre:1m 0s