Monitor and maintain Azure resources Flashcards
1
Q
What are the three requirements for an ARM template?
A
$schema, contentVersion, resources
2
Q
What is the parameter limit for an ARM template?
A
256 parameters, like the number of bits
3
Q
What are some differences that elevate bicep over arm templates?
A
simpler syntax, modules, automatic dependency management, type validation and intelliSense
4
Q
what are the prefixes for AzVM in powershell?
A
Remove, Start, Stop, Restart, Update
5
Q
A