BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Cram sheet — Configure access to storage
Topic Cram Sheet520 words

Cram sheet — Configure access to storage

AZ-104 › Unit 2 › Configure access to storage

Cram sheet — Configure access to storage

Configure access to storage

Node
AZ104-U2.T1
Objectives
5
Bank questions
26
Grounded documents
5

Five mechanisms grant access to storage, and the exam is almost never asking which one works. It is asking which one is revocable, which one is scoped narrowly enough, and which one leaves an account key in somebody's hands.

Three kinds of shared access signature

TypeSecured withReaches
User delegation SASMicrosoft Entra credentialsBlob, Queue, Table or Files
Service SASThe storage account keyOne service only
Account SASThe storage account keyThe account, across services

Microsoft recommends the user delegation SAS, precisely because it is secured with Entra credentials instead of the account key. If a stem mentions least privilege, auditability, or not distributing the key, that is the answer it wants.

Revoking a signature before it expires

  • A signature, once issued, normally stands until its expiry. There is no list of issued SAS tokens to revoke from.
  • A stored access policy is the mechanism that changes that. It lets you change the start time, expiry time, or permissions for a SAS, or revoke it after it has been issued.
  • Stored access policies apply to service-level signatures. A policy on a container can back a signature for the container or the blobs in it; a policy on a file share, the share or its files.
  • The blunt instrument is regenerating the account key, which invalidates every service and account SAS signed with it — including the ones you meant to keep.

Account keys

  • Azure generates two 512-bit access keys when the account is created.
  • The documented rotation practice is to use the first key and reserve the second for when you are rotating: move clients to key2, regenerate key1, move back.
  • Microsoft recommends holding keys in Azure Key Vault rather than in application configuration.

The firewall starts open

  • By default, storage accounts allow connections from any network. Restricting access is something you do; it is not the starting state.
  • Once you switch to selected networks, traffic to all subnets is blocked and requests get a 403 until you add a rule allowing that subnet.
  • Trusted-service exceptions exist for Azure services that operate outside your network boundary. They are an exception to the rules you set, not a bypass of authorization.

Identity-based access to Azure Files

Identity-based authentication over SMB uses one of three identity sources: on-premises AD DS, Microsoft Entra Domain Services, or Microsoft Entra Kerberos.

⚠ The constraint that decides most questions here: you can use only one identity source per storage account, and it applies to every file share in that account. Two shares in one account cannot use two different sources.

Sort the options by what happens when you want access back

Account key: revoke by regenerating, which breaks everything signed with it. Account or service SAS: stands until expiry unless it was bound to a stored access policy. User delegation SAS: bounded by Entra credentials. Role assignment: remove it. That single axis separates most option lists in this topic.

Traps

Where Unit 2 Topic 1 catches people

Offering a plain service SAS where the requirement is to revoke access early — without a stored access policy, you cannot. Assuming the storage firewall starts closed. Proposing two identity sources for two shares in the same account. Regenerating a key as a targeted revocation when it invalidates every signature signed with that key. Reaching for an account key at all when a user delegation SAS is available.

Check yourself

Loading flashcards…

Where these figures come from

Every figure above was read from the raw documentation below on the day this sheet was written. The sha1 is git hash-object over the bytes as fetched, so a doc that changes underneath this sheet can be detected rather than assumed.

Documentsha1
Grant limited access to Azure Storage resources using SAS09e006bc7e1b
Create a stored access policyb3ae20db97dd
Manage storage account access keys950acf9dc800
Configure Azure Storage firewalls and virtual networksa1bf219c7533
Azure Files identity-based authentication over SMB7e479215ce0e
All Microsoft Azure Administrator (AZ-104) Study Resources

Related Notes

  • AZ-104 exam map391 words
  • Unit 1 roadmap — Manage Azure identities and governance358 words
  • Unit 1 capstone — Onboarding an acquired subsidiary810 words
  • Lab — A budget notifies and stops nothing166 words
  • Lab — Prove that inheritance only flows one way212 words
  • Lab — Tags do not inherit, and a lock is not a permission204 words
  • Lab — Watch a dynamic group fill itself in183 words
  • Cram sheet — Manage access to Azure resources447 words
  • Cram sheet — Manage Azure subscriptions and governance841 words
  • Cram sheet — Manage Microsoft Entra users and groups580 words
  • Unit 2 roadmap — Implement and manage storage375 words
  • Unit 2 capstone — A media archive on a budget808 words

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Microsoft Azure Administrator (AZ-104) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Cram check — Configure access to storage

Card 1 of 5

Front of flashcard 1 of 5

Which SAS type does Microsoft recommend, and why?

easy

The user delegation SAS — it is secured with Microsoft Entra credentials instead of the account key.

az-104az104:unit:2cram

Cram check — Configure access to storage

Card 1

Front

Which SAS type does Microsoft recommend, and why?

Back

The user delegation SAS — it is secured with Microsoft Entra credentials instead of the account key.

Card 2

Front

How do you revoke a service SAS before it expires?

Back

Only if it was issued against a stored access policy, which can change its start, expiry or permissions, or revoke it outright. Otherwise: regenerate the key.

Card 3

Front

What does a storage account's firewall allow before you configure it?

Back

Connections from any network. It starts open, and after you select networks, subnets get 403 until you add a rule.

Card 4

Front

How many identity sources can one storage account use for Azure Files?

Back

Exactly one, and it applies to every file share in the account. AD DS, Entra Domain Services, or Entra Kerberos.

Card 5

Front

How many access keys does a new storage account have, and what is the rotation practice?

Back

Two 512-bit keys. Use the first and reserve the second for rotation, so clients can move across without an outage.

Cram check — Configure access to storage

Card 1

Front

Which SAS type does Microsoft recommend, and why?

Back

The user delegation SAS — it is secured with Microsoft Entra credentials instead of the account key.

Card 2

Front

How do you revoke a service SAS before it expires?

Back

Only if it was issued against a stored access policy, which can change its start, expiry or permissions, or revoke it outright. Otherwise: regenerate the key.

Card 3

Front

What does a storage account's firewall allow before you configure it?

Back

Connections from any network. It starts open, and after you select networks, subnets get 403 until you add a rule.

Card 4

Front

How many identity sources can one storage account use for Azure Files?

Back

Exactly one, and it applies to every file share in the account. AD DS, Entra Domain Services, or Entra Kerberos.

Card 5

Front

How many access keys does a new storage account have, and what is the rotation practice?

Back

Two 512-bit keys. Use the first and reserve the second for rotation, so clients can move across without an outage.