Developing solutions that use Azure Blob Storage
- Your company is going to host a single-page web application in Azure. You are required to provide a service with the following corresponding features:
- Availability in at least two regions.
- Support versioning for HTML and JS code.
- Register the website with the
yourcompany.com
custom domain. - Use out-of-the-box features where possible.
- Minimum cost.
Which of the following services will you recommend?
- App Service on the Free tier
- App Service on the Basic tier
- An Azure Storage account
- An Azure VM
- Azure Container Instances
- Your application generates log files that should be stored in the Azure Blob Storage. What is the best access and pricing tier that you recommend? The solution must minimize cost:.
- The Hot tier for Premium storage
- The Cold tier for Premium storage
- The Archive tier for Standard storage
- The Hot tier for Standard storage
- You develop an application for IoT devices that persist files...