ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 500 - AZ-104 discussion

Report
Export

HOTSPOT

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

You to create a lifecycle management rule for storage' that will automatically move the blobs in container' to the lowest-cost tier after 90 days.

How should you complete the rule? TO answer, select the appropriate options in the answer are a.

NOTE: Each correct selection is worth one point.


Answer:

Question 500
Correct answer: Question 500

Explanation:

{

"rules": [

{

"enabled": true,

"name": "move-to-cool",

"type": "Lifecycle",

"definition": {

"actions": {

"baseBlob": {

"tierToCool": {

"daysAfterModificationGreaterThan": 30

}

}

},

"filters": {

"blobTypes": [

"blockBlob"

],

"prefixMatch": [

"sample-container/log"

]

}

}

}

]

}

https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-policyconfigure?tabs=azure-portal

asked 26/09/2024
Angel Molina
41 questions
User
0 comments
Sorted by

Leave a comment first