Microsoft Certified Azure Developer Associate · Free Practice Question Easy
Question 11
What is the URL for the Azure App Service Kudu companion app?
- A https://(app-name).azurewebsites.net
- B https://(app-name).scm.azurewebsites.net
- C https://(app-name).kudu.azurewebsites.net
- D ftp://(app-name).azurewebsites.net
Reveal correct answer
Correct answer: B
Explanation
Kudu is the engine behind a number of features in Azure App Service related to source control based deployment, and other deployment methods like Dropbox and OneDrive sync. App not in Isolated tier uses https://(app-name).scm.azurewebsites.net, while apps in the isolated tier use https://(app-name).scm.(ase-name).p.azurewebsites.net. Refer to Microsoft Doc: https://docs.microsoft.com/en-us/azure/app-service/resources-kuduDiscussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
