AZ-303 Exam QuestionsBrowse all questions from this exam

AZ-303 Exam - Question 197


SIMULATION -

Click to expand each objective. To connect to the Azure portal, type https://portal.azure.com in the browser address bar.

Exam AZ-303 Question 197Exam AZ-303 Question 197Exam AZ-303 Question 197Exam AZ-303 Question 197Exam AZ-303 Question 197Exam AZ-303 Question 197

When you are finished performing all the tasks, click the `˜Next' button.

Note that you cannot return to the lab once you click the `˜Next' button. Scoring occur in the background while you complete the rest of the exam.

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.

You plan to store media files in the corpdata7523690n1 storage account.

You need to configure the storage account to store the media files. The solution must ensure that only users who have access keys can download the media files and that the files are accessible only over HTTPS.

What should you do from the Azure portal?

Show Answer
Correct Answer:

See solution below.

We should create an Azure file share.

Step 1: In the Azure portal, select All services. In the list of resources, type Storage Accounts. As you begin typing, the list filters based on your input. Select

Storage Accounts.

On the Storage Accounts window that appears.

Step 2: Locate the corpdata7523690n1 storage account.

Step 3: On the storage account page, in the Services section, select Files.

Exam AZ-303 Question 197

Step 4: On the menu at the top of the File service page, click + File share. The New file share page drops down.

Step 5: In Name type myshare. Click OK to create the Azure file share.

References:

https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-portal

Discussion

7 comments
Sign in to comment
MichaelCWWong
Jan 3, 2021

Blob storage should be used instead as one of requirement is media files can only be accessible via HTTPS. Files storage doesn't support HTTP/S protocol for file access.

jbadru
Feb 14, 2021

I think this is the best solution and access is granted on resource level to the user. my take

Moonus
Jun 2, 2021

Do you have a link breaking down how to create this in a step by step process?

RichardSt
Jan 6, 2021

I clicked through this lab and for me it is not clear if they try to trick you into something or leave all the defaults. I would: Find the storage account In the "Configuration" tab ensure that: "Secure transfer required" is enabled (this is the default option during creation of the storage account and selected in the screenshots) "Allow Blob public access" is disabled (The default is "Enabled", although I think it is not be needed) In the "Shared Access Signature" tab ensure that: "Allowed Protocols" is set to "HTTPS only" (default) "Allowed Services" is set to "Blob" only and "Allowed Permissions" is set to "Read" only. The reason is that the requirements talks about "only users who have access keys can download the media files". Create a new Container for the media files with the default options.

ourkks1
Mar 9, 2021

I do not think you need to configure SAS. you can just use storage account key1 , by default it only allow https only ( not http) when using key1 to access blob container

widurr
Jan 4, 2021

It should be blob service, not file service. Blobs are recommended for media files and accessed via HTTP(s), while file share is accessed via SMB protocol.

jallaix
Mar 15, 2021

For me the purpose if this lab step is to create a "media" container with private access level in the existing storage account (and set the "HTTPS only" option if not already done on the storage account).

pagp
Jan 3, 2021

Container to be used for media files and not file share

SriRamS
Mar 2, 2021

Azure Files use SMB v3.0, via port 445. So, the solution would be to go for a Blob storage.

abullones
Jun 27, 2021

Do you think there will labs nowaday ¿…