A city library catalog must serve static documentation from a /docs virtual path and a REST API from the same App Service site. Which site-level configuration should the developer use instead of a second App Service plan?
Select an answer to reveal the explanation.
Short Explanation
One building, two doors: path mappings (virtual applications) let /docs and the API live on the same App Service site. Spinning up another plan or dragging Application Gateway into it is heavier than the site setting the exam wants.
Full Explanation
App Service path mappings and virtual applications (Windows) or equivalent Linux site path configuration expose different content roots under one hostname. Application Gateway URL maps are infrastructure routing, not the App Service developer setting. A second plan adds cost without addressing same-site path configuration.