A municipal ferry schedule site is live on the default azurewebsites.net hostname, but riders need schedule.harbor.example over HTTPS. What should the developer configure on the App Service web app?
Select an answer to reveal the explanation.
Short Explanation
Commuters want a real city hostname with a padlock, not the default azurewebsites.net URL. On App Service that means attaching the custom domain, binding a certificate, and flipping HTTPS-only. Front Door and CDN are other products—this setting lives on the web app itself.
Full Explanation
App Service custom domains require hostname ownership validation, then a TLS binding using an App Service managed certificate or an uploaded certificate. Enabling HTTPS-only forces redirects from HTTP. Azure Front Door or WAF can sit in front later, but AZ-204 expects the App Service domain and TLS configuration for this skill.