ACTUAL QUESTIONS AND CORRECT
ANSWERS
IaaS - CORRECT ANSWERS✅✅Infrastructure as a Service model provides more granular
control but requires maintenance and budget for support infrastructure.
PaaS - CORRECT ANSWERS✅✅Platform as a Service model reduces infrastructure
requirements, allowing focus solely on the code, but offers less control.
VMs - CORRECT ANSWERS✅✅Virtual Machines are used when requiring more control
over application elements, involving management of OS-related admin tasks like upgrades
and patches.
Azure Portal - CORRECT ANSWERS✅✅Web-based interface for managing Azure
services, allowing users to create, monitor, and manage resources.
Resource Group - CORRECT ANSWERS✅✅A logical container for grouping Azure
resources that share the same lifecycle, permissions, and policies.
ARM Templates - CORRECT ANSWERS✅✅Azure Resource Manager Templates are
JSON files used to define the resources needed for an application deployment in a consistent
structure.
ContentVersion - CORRECT ANSWERS✅✅An internal version number in ARM
Templates that changes if there are significant alterations to the template.
Parameters - CORRECT ANSWERS✅✅Elements in ARM Templates that allow setting
values provided to the Resource Manager for deployment.
Variables - CORRECT ANSWERS✅✅In ARM Templates, variables improve readability
and usability by storing values for reuse throughout the template.
, Functions - CORRECT ANSWERS✅✅In ARM Templates, functions are optional elements
that improve code readability, usability, and debugging.
Outputs - CORRECT ANSWERS✅✅Optional elements in ARM Templates that define
values the Resource Manager should return after deployment.
dependsOn Element - CORRECT ANSWERS✅✅In ARM Templates, specifies
dependencies for the resource type, ensuring resources are deployed in the correct order.
Azure Cloud Shell - CORRECT ANSWERS✅✅Browser-accessible shell for managing
Azure resources, providing a command-line interface with built-in tools.
Azure CLI - CORRECT ANSWERS✅✅Command-line interface for managing Azure
resources, allowing users to script operations using commands in the terminal.
REST API - CORRECT ANSWERS✅✅Representational State Transfer Application
Programming Interface allows interaction with Azure services over HTTP.
Resource Provider - CORRECT ANSWERS✅✅In ARM Templates, a service that offers
specific Azure resources, such as Microsoft.Compute for VM resources.
Resource Manager - CORRECT ANSWERS✅✅Azure service for managing and organizing
resources, enabling consistent deployment and management through ARM Templates.
Resource - CORRECT ANSWERS✅✅In Azure, a manageable item that is provisioned or
updated through Azure Resource Manager.
Resource Group Deployment - CORRECT ANSWERS✅✅Type of deployment in ARM
Templates that targets resources within a specific resource group.
Subscription Deployment - CORRECT ANSWERS✅✅Type of deployment in ARM
Templates that targets resources within an Azure subscription.