AZ-305 · Question #371
AZ-305 Question #371: Real Exam Question with Answer & Explanation
The correct answer is D: Azure Static Web Apps. Build a full-stack React application with Azure Static Web Apps and managed functions React is the most popular framework for frontend web applications, and Azure Static Web Apps is the best place to host these applications on Azure. With Azure Static Web Apps’ built-in managed A
Question
You plan to develop, deploy, and maintain 100 React-based web apps that will NOT require server-side rendering. You need to recommend a hosting solution for the apps. The solution must meet the following requirements: - Automatically deploy new versions of the apps when changes to the apps' source code are committed in Azure Repos. - Automatically stage a preview version of an app when a pull request is processed. - Support Azure API Management by using the /api - Minimize costs. What should you include in the recommendation?
Options
- AAzure Blob Storage static sites
- BAzure App Service web apps
- Can Azure function
- DAzure Static Web Apps
Explanation
Build a full-stack React application with Azure Static Web Apps and managed functions React is the most popular framework for frontend web applications, and Azure Static Web Apps is the best place to host these applications on Azure. With Azure Static Web Apps’ built-in managed Azure Functions, you can build and host a full-stack web application using only Azure Static Web Apps for simpler deployment and management across environments. Note: Azure Static Web Apps publishes a website to a production environment by building apps from an Azure DevOps or GitHub repository. https://techcommunity.microsoft.com/t5/apps-on-azure-blog/build-a-full-stack-react-application- with-azure-static-web-apps/ba-p/4090838 https://learn.microsoft.com/en-us/azure/static-web-apps/get-started-portal
Community Discussion
No community discussion yet for this question.