PrepAway - Latest Free Exam Questions & Answers

Hot Area:

HOTSPOT
You manage a public-facing web application which allows authenticated users to upload and download large
files. On the initial public page there is a promotional video.
You plan to give authenticated users the ability to upload and download large files. Anonymous users should be
able to view the promotional video.
In the table below, identify the access method that should be used for the anonymous and authenticated parts
of the application.
Make only one selection in each column.
Hot Area:

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
https://docs.microsoft.com/en-us/azure/storage/storage-dotnet-shared-access-signature-part-1
https://docs.microsoft.com/en-us/azure/storage/storage-manage-access-to-resources

7 Comments on “Hot Area:

  1. mickey says:

    VERY tricky question, only developer can solve (because devs know that you ember the needed SASs into application, and the app uses it, not the users.. you don’t share those SAS with anyone, they don’t even know it exist [website users])

    make container public – wrong because you expose not a single video but all stuff. in english “make blob container public” means make all container public. if it was “make blob in container public” that it’d be ok, like it means 1 blob.

    good luck 😛




    0



    0
  2. jeff says:

    For the public part, as above, if you set to “Container” public level access, anyone can list the contents of the container, then view all items.

    If you set it to “Blob”, they can only access the specific blob items.

    I guess if you made a new container for the video, would be OK, or had all public stuff in the one public container blob.




    0



    0

Leave a Reply