exam questions

Exam SC-100 All Questions

View all questions & answers for the SC-100 exam

Exam SC-100 topic 4 question 9 discussion

Actual exam question from Microsoft's SC-100
Question #: 9
Topic #: 4
[All SC-100 Questions]

Your company has an Azure subscription that uses Azure Storage.
The company plans to share specific blobs with vendors.
You need to recommend a solution to provide the vendors with secure access to specific blobs without exposing the blobs publicly. The access must be time- limited.
What should you include in the recommendation?

  • A. Configure private link connections.
  • B. Configure encryption by using customer-managed keys (CMKs).
  • C. Share the connection string of the access key.
  • D. Create shared access signatures (SAS).
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TheMCT
Highly Voted 1 year, 9 months ago
Selected Answer: D
https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview. A shared access signature (SAS) provides secure delegated access to resources in your storage account. With a SAS, you have granular control over how a client can access your data. For example: 1. What resources the client may access. 2. What permissions they have to those resources. 3. How long the SAS is valid.
upvoted 11 times
...
InformationOverload
Highly Voted 1 year, 9 months ago
Selected Answer: D
Time limited -> SAS
upvoted 8 times
...
Domza
Most Recent 5 months, 3 weeks ago
Selected Answer: D
Answer is D. Its all in the link provided https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview
upvoted 1 times
...
sherifhamed
9 months ago
Selected Answer: D
To provide vendors with secure access to specific blobs without exposing the blobs publicly and ensuring that the access is time-limited, you should include the following recommendation: D. Create shared access signatures (SAS) Shared access signatures (SAS) are the ideal solution for granting limited, secure access to specific blobs in Azure Storage. With a SAS, you can specify the exact permissions (read, write, delete, etc.) the vendor should have, the start and expiration times for access, and even the specific blob or container they can access. This provides fine-grained control over access and ensures that it's time-limited and limited to specific resources.
upvoted 3 times
...
zellck
1 year, 1 month ago
Selected Answer: D
D is the answer. https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview A shared access signature (SAS) provides secure delegated access to resources in your storage account. With a SAS, you have granular control over how a client can access your data. For example: - What resources the client may access. - What permissions they have to those resources. - How long the SAS is valid.
upvoted 3 times
...
init2winit
1 year, 3 months ago
Should be Private Endpoint You can use private endpoints for your Azure Storage accounts to allow clients on a virtual network (VNet) to securely access data over a Private Link. The private endpoint uses a separate IP address from the VNet address space for each storage account service. Network traffic between the clients on the VNet and the storage account traverses over the VNet and a private link on the Microsoft backbone network, eliminating exposure from the public internet.
upvoted 2 times
...
janesb
1 year, 4 months ago
Answer is A , please check the word exposing the blobs publicly
upvoted 1 times
...
ad77
1 year, 5 months ago
Selected Answer: A
q is: secure access to specific blobs without exposing the blobs publicly so: sec recomendation is Use private endpoints https://learn.microsoft.com/en-us/azure/storage/blobs/security-recommendations recomendation is: Create a virtual network and bastion host. Create a virtual machine. Create a storage account with a private endpoint. Test connectivity to the storage account private endpoint.
upvoted 1 times
ServerBrain
10 months ago
Wrong. and how will you address the condition that access must be time- limited??
upvoted 1 times
...
...
inzza
1 year, 9 months ago
Create shared access signatures
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...