exam questions

Exam AZ-304 All Questions

View all questions & answers for the AZ-304 exam

Exam AZ-304 topic 4 question 13 discussion

Actual exam question from Microsoft's AZ-304
Question #: 13
Topic #: 4
[All AZ-304 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure Storage v2 account named storage1.
You plan to archive data to storage1.
You need to ensure that the archived data cannot be deleted for five years. The solution must prevent administrators from deleting the data.
Solution: You create a file share, and you configure an access policy.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Instead of a file share, an immutable Blob storage is required.
Time-based retention policy support: Users can set policies to store data for a specified interval. When a time-based retention policy is set, blobs can be created and read, but not modified or deleted. After the retention period has expired, blobs can be deleted but not overwritten.
Note: Set retention policies and legal holds
1. Create a new container or select an existing container to store the blobs that need to be kept in the immutable state. The container must be in a general- purpose v2 or Blob storage account.
2. Select Access policy in the container settings. Then select Add policy under Immutable blob storage.
3. To enable time-based retention, select Time-based retention from the drop-down menu.
4. Enter the retention interval in days (acceptable values are 1 to 146000 days).
Reference:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-immutable-storage https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-immutability-policies-manage

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
TheMo
Highly Voted 4 years, 5 months ago
No is ok , as immutable blob storage is needed and only can done for GPv2 (Containers) and Blob storage only
upvoted 11 times
...
glam
Highly Voted 4 years, 6 months ago
B. No Instead of a file share, an immutable Blob storage is required and Time-based retention policy support
upvoted 9 times
...
Dawn7
Most Recent 3 years, 4 months ago
Selected Answer: B
Seems correct
upvoted 1 times
...
GaeBer
3 years, 8 months ago
It's better to add a resourse lock, besides time-based retention policy
upvoted 2 times
...
syu31svc
3 years, 10 months ago
https://docs.microsoft.com/en-us/azure/storage/blobs/immutable-storage-overview Answer is No
upvoted 1 times
...
Nian
4 years, 7 months ago
I would say yes - An access policy is required to enable the time-based rentention policy
upvoted 1 times
gisbern
4 years, 7 months ago
Blob container, not a file share.
upvoted 3 times
...
milind8451
4 years, 6 months ago
Data retention Access policy can be enabled only on Blob storage, not on any other type of storage.
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 ...