A radio newsroom connects an App Service web app to a GitHub repository so each push publishes the site. How should the developer describe that capability on the exam?
Select an answer to reveal the explanation.
Short Explanation
Deployment Center is the “connect this repo and publish when we push” switch on the App Service side of the wire. You are not suddenly taking the AZ-400 release-architect exam. Stay on the App Service continuous deployment setting.
Full Explanation
App Service Deployment Center (continuous deployment) lets a developer attach a source such as GitHub so pushes trigger publishes to the web app. That configuration is an App Service hosting concern for AZ-204, not a requirement to design enterprise AZ-400 release strategies or to move the workload onto AKS. Functions and KEDA are separate hosting models.