Microsoft
AZ-204 · Question #29
Drag and Drop Question You have an Azure subscription. You must create a file share with a quota of 2,048 GB. You create the following variables: In which order should you arrange the Azure CLI comman
Sign in or unlock AZ-204 to reveal the answer and full explanation for question #29. The question stem and answer options stay visible for context.
Submitted by jakub_pl· Mar 30, 2026Develop for Azure storage
Question
Drag and Drop Question You have an Azure subscription. You must create a file share with a quota of 2,048 GB. You create the following variables: In which order should you arrange the Azure CLI commands to develop the solution? To answer, move all the commands from the list of commands to the answer area and arrange them in the correct order. Answer:
Exhibit
Answer Area
Drag items
az storage share create --name $fileShareName --account-name $sacc --account-key $key --quota 2048$sacc=$(az storage account create --resource-group $resourceGroupName --name $storageAccountName --location eastus --sku Standard_LRS --query "name" | tr -d '"')az group create --name $resourceGroupName --location eastus$key=$(az storage account keys list --resource-group $resourceGroupName --account-name $sacc --query "[0].value" | tr -d '"')
Unlock AZ-204 to see the answer
You've previewed enough free AZ-204 questions. Unlock AZ-204 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Azure CLI#Azure Storage Accounts#Azure File Shares#Resource Provisioning
