Management and Configuration Flashcards
What is source code written to manage hardware and cloud resources referred to as?
Infrastructure as code
What are the two approaches to infrastructure as code?
imperative code and declarative code
In infrastructure as code, what is imperative code?
Details each individual step that should be performed to achieve a desired outcome
In infrastructure as code, what is declarative code?
Details a desired outcome and allows an interpreter to decide how best to achieve that outcome
What is the difference between Azure PowerShell and Azure CLI?
The primary difference is the syntax used. A user more proficient in Bash might chose Azure CLI
What are ARM templates?
Azure Resource Manager templates defines the desired state and configuration of the resources you want to use in a declarative JSON format.
What options are available to manage your Azure resources?
Azure Portal, Azure mobile app, Azure PowerShell, Azure CLI, ARM templates