AZ-104 · Getting started
20 cards
Azure Resources and Management Scope
-
Quick check
Which of these is an Azure resource?
AA service that supplies resource types to the platform.
That describes a resource provider, which makes resource types available rather than being a deployed item.
BA container that groups resources from several unrelated subscriptions together.
That describes a container, and a resource group holds related resources rather than spanning unrelated subscriptions.
CA storage account an administrator creates and configures.
Right. A resource is a manageable item such as a virtual machine, storage account, web app, database or virtual network.
2 / 20
-
Quick check
What does a resource provider such as Microsoft.Compute do?
AIt supplies Azure resource types, such as virtual machines.
Right. A resource provider is the service that supplies Azure resource types, and Microsoft.Compute supplies virtual machine resources.
BIt copies the tags of a resource group onto every resource inside it.
Tags on a resource group do not propagate to its resources, and propagation is not a provider's job in any case.
CIt groups deployed resources that share a lifecycle into one container.
Grouping deployed resources is what a resource group does; a provider makes the types available in the first place.
4 / 20
-
Quick check
What is a resource group for?
ASupplying resource types such as virtual machines and storage.
Supplying resource types is the job of a resource provider, not of a container.
BHolding related resources so that an organization can manage them as a group.
Right. A resource group contains related resources that an organization wants to manage together.
CReplacing the subscription as the broadest management scope.
A resource group sits below the subscription in the hierarchy and does not replace it.
6 / 20
-
Keep your progress in the app
That’s 3 of 10 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
A web app in one resource group must talk to a database in another. What is true about that arrangement?
AA resource can belong to several groups when those groups share one subscription.
Membership is exclusive: a resource exists in only one resource group, whatever the subscription arrangement.
BEach resource lives in one group, but it can connect to resources in other groups.
Right. A resource exists in a single resource group and can still connect to resources in other groups.
CA resource must move to a new provider before it can connect across group boundaries.
Providers supply resource types and have nothing to do with permitting connections between groups.
8 / 20
-
Quick check
Which sequence orders the Azure management scopes from broadest to narrowest?
AManagement group, subscription, resource group, resource.
Right. Management groups are the broadest scope and an individual resource is the narrowest.
BSubscription, management group, resource, and then resource group.
A management group is broader than a subscription, so this order inverts the top two levels.
CResource group, subscription, management group, then resource provider.
A resource provider is not a management scope at all, and resource groups are not the broadest level.
10 / 20
-
Quick check
A policy is assigned at subscription scope. What happens below it?
AEvery subscription in the tenant receives it as well.
Inheritance runs downward from the assigned scope, so a sibling subscription is not affected by it.
BOnly the subscription object itself receives the policy.
A setting at a higher scope is inherited by the lower scopes beneath it, so the subscription is not the only object reached.
CThe resource groups and the resources inside that subscription inherit it.
Right. A policy applied to a subscription reaches the resource groups and resources it contains.
12 / 20
-
Quick check
A web app is redeployed and retired often, while the database it uses must be kept for years. How should they be organized?
AIn one resource group, because connected resources have to share a container.
Connected resources are not required to share a container, and this one would tie the database to the application's retirement.
BIn separate resource groups, because their lifecycles differ; they can still connect.
Right. Resources in a group should share a lifecycle, and a resource can still connect to resources in other groups.
CIn separate subscriptions, because resources in different groups cannot communicate at all.
Cross-group communication is supported, so splitting subscriptions is neither required nor the reason given here.
14 / 20
-
Quick check
A temporary solution's resources all retire on the same date, and the administrator wants one operation to remove them. Which design supports that?
APut them in one lifecycle-aligned group and delete that group.
Right. Deleting a resource group deletes all resources in that group, which is exactly the single operation required.
BPlace each resource in several groups, then delete any one of those groups.
A resource exists in only one resource group, so it cannot be placed in several of them.
CTag the resource group and rely on the tag reaching every resource inside it.
Tags applied to a resource group are not inherited by its resources, and tagging deletes nothing.
16 / 20
-
Quick check
An administrator applies a tag to a resource group. What should the administrator expect?
AEvery resource in the subscription picks the tag up at once.
Tags do not propagate downward, and a tag on one group could not reach an entire subscription in any case.
BThe tag turns into a policy assignment at subscription scope.
A tag is metadata for labelling and organizing; it does not become a policy assignment at any scope.
CThe resources inside the group do not pick that tag up automatically.
Right. Tags applied to a resource group are not inherited by the resources in that group.
18 / 20
-
Quick check
Which summary is accurate?
AResource providers contain resources, tags inherit downward, and deleting a group leaves its resources running.
Providers supply types rather than containing resources, tags do not inherit, and deleting a group deletes everything in it.
BResource Manager is the consistent management layer, scopes inherit downward, and group deletion removes its resources.
Right. Resource Manager creates, updates and deletes resources through one management layer, higher scopes inherit downward, and deleting a group removes its resources.
CManagement groups are the narrowest scope, resources belong to several groups, and a policy at one group reaches every other group.
Management groups are the broadest scope, membership is exclusive, and a policy on one group does not automatically reach another.
20 / 20
-
10 quick checks · then the test
In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.