AZ-400 · Question #114
SIMULATION You have an Azure function hosted in an App Service plan named az400-9940427-func1. You need to configure az400-9940427-func1 to upgrade the functions automatically whenever new code is com
The correct answer walks through the Azure Deployment Center workflow, which is the proper mechanism for setting up continuous deployment (CD) from a GitHub repository to an Azure Function App. By navigating to the Function App's Deployment Center, selecting GitHub as the source,
Question
Explanation
The correct answer walks through the Azure Deployment Center workflow, which is the proper mechanism for setting up continuous deployment (CD) from a GitHub repository to an Azure Function App. By navigating to the Function App's Deployment Center, selecting GitHub as the source, and specifying the organization, repository (Azure-Samples/functions-quickstart), and branch (master), Azure automatically configures a webhook or pipeline that triggers a deployment whenever new code is pushed to that branch. This fulfills the requirement of automatic upgrades on every commit to master without any manual intervention.
Topics
Community Discussion
No community discussion yet for this question.