Azure Storage Account: Create Container for Public Website Documents | AZ-100 Exam Lab Solution

Create Container for Public Website Documents

Question

SIMULATION -

Overview -

The following section of the exam is a lab. In this section, you will perform a set of tasks in a live environment. While most functionality will be available to you as it would be in a live environment, some functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.

Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You can use as much time as you would like to complete each lab. But, you should manage your time appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able to return to the lab.

To start the lab -

You may start the lab by clicking the Next button.

Your company plans to store several documents on a public website.

You need to create a container named bios that will host the documents in the storagelod8095859 storage account. The solution must ensure anonymous access and must ensure that users can browse folders in the container.

What should you do from the Azure portal?

Explanations

See explanation below.

Azure portal create public container

To create a container in the Azure portal, follow these steps:

Step 1. Navigate to your new storage account in the Azure portal.

Step 2. In the left menu for the storage account, scroll to the lob service section, then select Blobs.

Select the + Container button.

Type a name for your new container: bios

Set the level of public access to the container: Select anonymous access.

Step 3. Select OK to create the container.

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal

To create a container named "bios" in the "storagelod8095859" storage account and ensure anonymous access and the ability for users to browse folders in the container, you can follow the steps below:

  1. Log in to the Azure portal (https://portal.azure.com/) using your credentials.
  2. In the search bar at the top of the portal, type "storage accounts" and select the "Storage accounts" option from the list of results.
  3. In the Storage accounts page, select the "storagelod8095859" storage account from the list of available storage accounts.
  4. In the left-hand menu, select "Containers" under the "Blob service" section.
  5. Click on the "+ Container" button at the top of the page to create a new container.
  6. In the "New container" blade, give the container the name "bios" and select the "Public (anonymous access)" option under the "Public access level" section.
  7. Click on the "Create" button to create the container.
  8. After the container is created, select it from the list of containers on the Containers page.
  9. In the container's blade, select the "Access policy" option from the left-hand menu.
  10. Under the "Access policy" section, select the "Blob (anonymous read access for blobs only)" option to allow users to browse folders in the container.
  11. Click on the "Save" button to save the changes.

That's it! You have now created a container named "bios" in the "storagelod8095859" storage account with anonymous access and the ability for users to browse folders in the container.