Objective provision.manage-containersAZ-104

Provision and manage containers in the Azure portal

Objective provision.manage-containers sits in Deploy and manage Azure compute resources, which carries 24% of the Azure Administrator exam. The questions below are original, written from the official objective title above, and each explanation cites the Microsoft Azure page it rests on.

Objective title verbatim from the official objectives. Microsoft Azure exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

Deploy and manage Azure compute resourcesEasy

An administrator is provisioning a new storage account in the Azure portal before creating containers to hold blob data for an application. Which naming requirement must the account name satisfy?

Correct.

The concept

Storage account naming rules govern what account names are valid before containers can be created inside the account.

Why this answer

Storage account names must be 3 to 24 characters long, contain only numbers and lowercase letters, and be unique across all of Azure since the name forms part of the account's globally accessible endpoint.

  • This matches the documented rule exactly: 3 to 24 characters, lowercase letters and numbers only, unique across Azure.
  • BThis length range and character set do not match the documented rule, and uniqueness is required across Azure, not just the resource group.
  • CThis resembles rules for other Azure resource names, but storage account names cannot use underscores and are not merely subscription-unique.
  • DThis resembles container naming conventions loosely, but storage account names cannot use periods and must be unique globally, not just per region.
Read the sourceStorage account overview
Verified against learn.microsoft.com · 2026-07-28
storage-accountcontainersnaming-rules

Now you: objective provision.manage-containers questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

Deploy and manage Azure compute resourcesModerate

A company runs VMs inside a virtual network and needs those VMs to reach blob containers in a storage account. Administrators want the storage account restricted so only resources inside that virtual network can access it, without using a public internet path. Which configuration accomplishes this?

Sample question 2 of 3

Deploy and manage Azure compute resourcesModerate

A development team needs a storage account to hold blob containers for an application with high transaction rates that reads and writes many small objects and requires consistently low storage latency. Which account type should the administrator provision?

Sample question 3 of 3

Deploy and manage Azure compute resourcesHard

An administrator must let virtual machines inside one virtual network reach a storage account's blob containers directly, while blocking access from outside that virtual network, without deploying a VPN, ExpressRoute, or a second virtual network. Which configuration meets this requirement?

Full Azure Administrator question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Deploy and manage Azure compute resources