Home › Azure AZ-104 › cloudcomputing › az104compute › Which file format describes an Azure deployment …
Which file format describes an Azure deployment declaratively for ARM-based deployments (with parameters, variables, resources, outputs)?
AAn ARM template (JSON) — or Bicep, which transpiles to ARM
BAn NSG rule list
CA YAML pipeline file
DA Markdown README
Answer & Solution
Correct answer: A. An ARM template (JSON) — or Bicep, which transpiles to ARM
ARM templates (JSON) and Bicep (DSL) declare Azure resource desired state. NSG rules govern traffic; YAML pipelines run CI/CD; Markdown is documentation.
Related questions
Which Azure container service is BEST suited for event-driven serverless containers — scalWhich combination of features deploys a fault-tolerant Windows web tier across THREE AvailAn ARM / Bicep deployment fails midway with a permission error on a single resource. What'Which Azure App Service feature lets you swap a staging deployment slot into production wiWhich Azure VM availability construct guarantees that VMs are placed across different physWhich combination of features lets you deploy a containerised app with managed Kubernetes An organisation needs to run a container without managing the underlying VMs. Which Azure Which Azure feature lets you stop billing on a Windows / Linux VM compute while preserving