Azure Deployment Stack and Azure Templates Flashcards
1
Q
What is an Azure Deployment Stack?
A
2
Q
What is an Azure Template Spec?
A
3
Q
How cna you control use access to the Azure Template Spec?
A
Azure Template Spects are first-class resources in Azure and integrate with RBAC and Azure Entra for authentication and authorization control.
4
Q
Where are template specs stored?
A
Template specs are stored in an Azure resource group as a first-class citizen resource type.
5
Q
Hou should you group the resources to be deployed when using an azure template spec?
A
Keep resources of the same life cycle in the same template spec.
6
Q
When using template spec, do you require a separate version system?
A
No, theplates specs enable version control on the template specs.