Describe features and tools for managing and deploying Azure resources
Objective managing.deploying-resources sits in Describe Azure management and governance, which carries 35% of the Azure Fundamentals 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.
A development team wants to define their Azure infrastructure in a file that states the desired end state without specifying the exact sequence of commands to create it. Which syntax do ARM templates use to achieve this?
The concept
Infrastructure code comes in two styles. One lists the steps to run in order, and the other names the outcome and leaves the engine to work out what to do, which is what makes repeated runs safe.
Why this answer
The source states templates use declarative syntax, letting you state what you intend to deploy without writing the sequence of commands to create it.
- AImperative syntax is the opposite approach the source contrasts ARM templates against.
- Correct: this matches the declarative approach described for ARM templates.
- CProcedural syntax implies ordered steps, which declarative templates avoid.
- DObject-oriented syntax is not a concept used to describe ARM template structure.
- EFunctional syntax is not the term the source uses for ARM template design.
Now you: objective managing.deploying-resources questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
A consultant wants to know which of the following are documented ways to access Azure Cloud Shell. Select all that apply.
Sample question 2 of 3
A finance team reviewing Azure costs asks whether using Azure Cloud Shell adds any charges beyond normal Azure resource costs. Based on Cloud Shell's pricing model, what should the team be told?
Sample question 3 of 3
A cloud engineer deploys an ARM template that creates a storage account with specific properties. The storage account already exists in the target resource group with those exact properties, and the engineer redeploys the same template. What happens?
That’s 3 of the full Azure Fundamentals bank.
Keep going free: 10 questions per certification in bank practice, with no account.
Continue practicingRead 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.