Microsoft Azure Architect Design (AZ-301) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Question: 1 / 50

What is necessary for the content storage of a website in Azure?

Provision a storage account

Provisioning a storage account is essential for the content storage of a website in Azure because the storage account serves as a scalable and secure location to hold various types of data, including static files such as images, videos, scripts, and HTML files that make up the website. Azure storage accounts provide different services, such as Blob storage for unstructured data and File storage for shared files, which are crucial for hosting website content. In addition, a storage account offers features like redundancy and durability, ensuring that the content is protected against data loss while being easily accessible for web applications. This makes it an ideal choice for storing website assets. Creating a virtual machine can provide a platform to run a website, but it requires more management and overhead compared to simply using a storage account for static content. Setting up a SQL database is necessary for dynamic, structured data but not specifically for storing website content. Implementing a Content Delivery Network (CDN) enhances content delivery speed by caching content at edge locations, but it relies on a primary storage solution, such as a storage account, to host the original files. Thus, while these alternatives could be parts of a larger architecture, provisioning a storage account remains the foundational requirement for content storage in Azure.

Create a virtual machine

Set up a SQL database

Implement a Content Delivery Network

Next

Report this question