Microsoft Azure Administrator Associate AZ-104 Practice Question
You are an Azure administrator managing an Azure App Service that hosts a web application. The development team wants to implement continuous deployment from a GitHub repository to the App Service. Which action should you take to set up continuous deployment?
Upload the application code directly to the App Service using FTP
Use Azure CLI to create a WebJob that pulls code from the GitHub repository
Configure Deployment Center in the Azure Portal to connect the App Service to the GitHub repository
Enable Local Git Repository in the App Service and push code from your local machine