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 87 discussion

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

HOTSPOT
-

You have an Azure Storage account named storage1 that contains a container named container1. The container1 container stores thousands of image files.

You plan to use an Azure Resource Manager (ARM) template to create a blob inventory rule named rule1.

You need to ensure that only blobs whose names start with the word finance are stored daily as a CSV file in container1.

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

NOTE: Each correct answer 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
ducklaorange
Highly Voted 11 months, 1 week ago
BlockBlob makes most sense for CSV files: https://learn.microsoft.com/en-us/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs For prefixmatch consult: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-faq A prefix match string of container1/sub1/ applies to all blobs in the container named container1 that begin with the string sub1/. For example, the prefix will match blobs named container1/sub1/test.txt or container1/sub1/sub2/test.txt.
upvoted 12 times
...
amsioso
Highly Voted 10 months, 2 weeks ago
blockBlob and container1/finance If the data is truly append-only and you never need to modify or delete portions of the data, you might consider using Append Blobs. However, since is mentioned a requirement to store daily CSV files, and assuming that you may need to update or replace the data for a specific day, Block Blobs are likely a more suitable choice. https://www.smikar.com/differences-between-blob-types/#:~:text=Block%20blobs%20are%20ideal%20for%20uploading%20large%20files,as%20log%20files%2C%20and%20optimizing%20for%20append%20operations.
upvoted 5 times
...
SeMo0o0o0o
Most Recent 1 month ago
CORRECT
upvoted 1 times
...
ashtonez
5 months, 4 weeks ago
A little tricky because it says that it stores image files, then should be page, but then it says csv, a little bit confusing to me
upvoted 2 times
...
tashakori
7 months, 1 week ago
Correct
upvoted 2 times
...
J404
10 months, 4 weeks ago
Hm ... imho files which are stored daily should be stored as append blobs
upvoted 2 times
MatAlves
8 months, 3 weeks ago
Append blobs are not designed to store images, specially thousands of it. "They are optimized for scenarios where you are continuously adding data, such as log files, telemetry data, or other sequential data streams."
upvoted 7 times
...
...
Batiste2023
11 months, 1 week ago
Correct!
upvoted 2 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 ...