Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 3 question 52 discussion

Actual exam question from Microsoft's AZ-104
Question #: 52
Topic #: 3
[All AZ-104 Questions]

HOTSPOT
-

You have an Azure subscription that contains a storage account named storage1. The storage1 account contains a container named container1.

You need to create a lifecycle management rule for storage1 that will automatically move the blobs in container1 to the lowest-cost tier after 90 days.

How should you complete the rule? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
buzzerboy
Highly Voted 1 year, 9 months ago
tierToArchive and prefixMatch - tierToArchive because it's the lowest cost tier, and doesnt say anyhting about needing to read data after 90 days. However, rehydration costs will occur if they did need to read it. - prefixMatch because we only want the blob in the container1.
upvoted 54 times
...
khaled_razouk
Highly Voted 1 year, 9 months ago
{ "type": "Microsoft.Storage/storageAccounts/blobServices/lifecyclePolicies", "name": "storageAccount/default/lifecyclePolicies", "apiVersion": "2019-06-01", "properties": { "policy": { "rules": [ { "name": "rule1", "enabled": true, "type": "Lifecycle", "definition": { "actions": { "baseBlob": { "tierToArchive": "90" }, "snapshot": { "deleteSnapshots": "true" } }, "filters": { "blobTypes": [ "blockBlob" ], "prefixMatch": [ "container1/" ] } } } ] } } }
upvoted 18 times
...
SeMo0o0o0o
Most Recent 1 month ago
CORRECT
upvoted 1 times
...
Amir1909
6 months, 2 weeks ago
1. tierToArchive 2. blobTypes
upvoted 1 times
varinder82
4 months, 3 weeks ago
Wrong answer
upvoted 2 times
...
...
1828b9d
7 months, 1 week ago
This question was in exam 01/03/2024
upvoted 6 times
...
JunetGoyal
1 year, 5 months ago
Exact same Q came in my exam on 30 April2023. tiertoarchive n prefix match
upvoted 10 times
...
FreeSwan
1 year, 5 months ago
1. tierToArchive 2. blobTypes for automation the task
upvoted 3 times
AnonFox
1 year, 4 months ago
prefixMatch. Not blobTypes
upvoted 5 times
...
...
shadad
1 year, 7 months ago
I took Exam of Azure- 104 at 27/2/2023 I score 920 points out of 1000 points. This was on it and my answer was: tierToArchive and prefixMatch - tierToArchive because it's the lowest cost tier - prefixMatch because we only want the blob in the container1
upvoted 15 times
...
NCLatWorld
1 year, 7 months ago
The answer is correct.
upvoted 1 times
...
zellck
1 year, 8 months ago
1. tierToArchive 2. prefixMatch https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview#rule-actions https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview#rule-filters
upvoted 7 times
...
LalitMF
1 year, 8 months ago
1st: tierToArchive --> Lowest cost tier 2nd: prefixMatch --> An array of strings for prefixes to be matched. Each rule can define up to 10 case-sensitive prefixes. A prefix string must start with a container name. For example, if you want to match all blobs under https://myaccount.blob.core.windows.net/sample-container/blob1/... for a rule, the prefixMatch is sample-container/blob1.
upvoted 8 times
...
RekhaPandey
1 year, 8 months ago
TierToArchive and BlobTypes [ https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview]
upvoted 1 times
...
YokuboE
1 year, 9 months ago
1st: tierToArchive 2nd: prefixMatch
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 ...