1
You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?
Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.