Practice free →
HomeAzure AZ-900cloudcomputingazuremanagement › Which Azure tool lets you write and apply infras…

Which Azure tool lets you write and apply infrastructure as code declaratively (defining VMs, networks, storage, etc. in JSON or Bicep files) so the same environment can be deployed repeatedly?

AAzure Service Health alerts
BMicrosoft Entra Conditional Access policies
CAzure Cloud Shell history files
DAzure Resource Manager (ARM) templates / Bicep
Answer & Solution
Correct answer: D. Azure Resource Manager (ARM) templates / Bicep
ARM templates (JSON) and Bicep (a more readable DSL that transpiles to ARM) are Azure's native IaC. Cloud Shell history is just CLI history; Conditional Access is sign-in policy; Service Health reports outages.
Solve this in the app — Azure AZ-900 practice & 24k+ MCQs →
Related questions