exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 3 question 46 discussion

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

You have an Azure subscription.
In the Azure portal, you plan to create a storage account named storage1 that will have the following settings:
✑ Performance: Standard
✑ Replication: Zone-redundant storage (ZRS)
✑ Access tier (default): Cool
✑ Hierarchical namespace: Disabled
You need to ensure that you can set Account kind for storage1 to BlockBlobStorage.
Which setting should you modify first?

  • A. Performance
  • B. Replication
  • C. Access tier (default)
  • D. Hierarchical namespace
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
sk1803
Highly Voted 3 years, 9 months ago
Answer is correct https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal Select Standard performance for general-purpose v2 storage accounts (default). This type of account is recommended by Microsoft for most scenarios. For more information, see Types of storage accounts. Select Premium for scenarios requiring low latency. After selecting Premium, select the type of premium storage account to create. The following types of premium storage accounts are available: Block blobs File shares Page blobs
upvoted 56 times
...
Bere
Highly Voted 3 years, 6 months ago
Answer is A. Performance. Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-cli These are the supported values for the kind parameter: StorageV2 = Standard general-purpose v2 BlockBlobStorage = Premium block blobs FileStorage = Premium file shares StorageV2 = Premium page blobs Storage = legacy Standard general-purpose v1 BlobStorage = legacy blob storage As you can see above BlockBlobStorage in only available for Premium_LRS or Premium_ZRS. So we must change the Performance from Standard to Premium.
upvoted 37 times
...
Dankho
Most Recent 8 months, 3 weeks ago
Selected Answer: A
Given answer is correct.
upvoted 1 times
...
[Removed]
9 months, 3 weeks ago
Selected Answer: A
A is corerct
upvoted 1 times
...
Roee1
11 months, 1 week ago
I don't really understand the question, if someone can explain further. specifically about setting storage kind to block blob and what is the difference between the storage account kind to the storage account type
upvoted 5 times
Limobakry
8 months, 2 weeks ago
The setting you need to modify first is A. Performance, because BlockBlobStorage requires Premium performance. Therefore, the performance setting must be changed to Premium before you can set the Account kind to BlockBlobStorage.
upvoted 5 times
...
...
WeepingMaplte
1 year, 2 months ago
Selected Answer: A
https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&bc=%2Fazure%2Fstorage%2Fblobs%2Fbreadcrumb%2Ftoc.json&tabs=azure-portal#:~:text=Supported%20values%20for%20the%20kind%20parameter
upvoted 1 times
...
tashakori
1 year, 3 months ago
B is correct
upvoted 1 times
...
tashakori
1 year, 3 months ago
B is right
upvoted 1 times
...
Prashanthk5814
1 year, 3 months ago
Answer is Replication Azure Storage Replication Types: General-purpose v1: Supports Locally Redundant Storage (LRS) and Geo-Redundant Storage (GRS)/Read-Access Geo-Redundant Storage (RA-GRS). General-purpose v2: Supports LRS, Zone-Redundant Storage (ZRS), GRS/RA-GRS, and Geo-Zone-Redundant Storage (GZRS)/Read-Access Geo-Zone-Redundant Storage (RA-GZRS). Block Blob Storage: Supports only LRS. Blob Storage: Supports LRS and GRS/RA-GRS
upvoted 2 times
chrillelundmark
5 months, 3 weeks ago
Don't know where you been looking but that's wrong. BlokBlobStorage supports LRs and ZRS. https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal#storage-account-type-parameters BUT! Does BlockBlobStorage support Storage Tiers??? And if not, is this the first one we need to change?
upvoted 1 times
...
...
Amir1909
1 year, 4 months ago
A is correct
upvoted 1 times
...
clg003
1 year, 8 months ago
I agree it needs to be Premium... but what does the tiering option do when you try and move it to premium since premium doesn't support tiering?
upvoted 3 times
...
Aniruddha_dravyakar
1 year, 9 months ago
Answer is A since blockblob supports premium performance
upvoted 1 times
...
iamchoy
1 year, 9 months ago
Selected Answer: A
The "BlockBlobStorage" account kind is specialized for storing block blobs and append blobs. It is optimized for high transaction rates. To set the account kind to "BlockBlobStorage", the storage account must have: - Performance: Premium - Replication: Locally-redundant storage (LRS) or Zone-redundant storage (ZRS) Given the provided settings, the "Performance" setting is set to "Standard", which is not compatible with the "BlockBlobStorage" account kind. Therefore, you should modify: A. Performance You would need to set it to "Premium" to be able to select "BlockBlobStorage" as the account kind.
upvoted 4 times
...
Mehedi007
1 year, 11 months ago
Selected Answer: A
Performance. Because BlockBlobstorage is a premium account type. https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal#basics-tab
upvoted 2 times
...
ed79
2 years, 1 month ago
but this is strange because you cannot change the performance kind once you create the account
upvoted 2 times
xRiot007
2 years, 1 month ago
The questions says that you want to create one, not that one is already created. So, you are reviewing the options and you deem necesary to change the performance to Premium so you can have Block Blobs. Then, with the correct settings in place you can create it.
upvoted 2 times
...
...
Spam101198
2 years, 3 months ago
A) Performance : Because Blockblob storage supported in premium not in Standard.
upvoted 3 times
...
AK4U_111
2 years, 3 months ago
Portal > Create a storage account > Basics > If you need to create a legacy storage account type, please click here > Performance = Premium > Account kind = BlockBlobStorage
upvoted 1 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 ...