Azure Deployment stacks And Template Specs Flashcards

(66 cards)

1
Q

What is an Azure Deployment Stack?

A

An Azure Deployment Stack is a collection of resources that can be deployed together in Azure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: Azure Deployment Stacks allow for the reuse of templates across multiple deployments.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What feature allows Azure Deployment Stacks to manage updates to deployed resources?

A

Versioning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fill in the blank: Azure Deployment Stacks provide a way to manage __________ of resources.

A

lifecycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the primary benefit of using Azure Template Specs?

A

They enable the storage and versioning of Azure Resource Manager templates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True or False: Azure Template Specs can only be used in a single subscription.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can Azure Template Specs improve deployment processes?

A

By allowing centralized management and reuse of templates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What command can be used to create an Azure Template Spec?

A

az ts create

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Multiple Choice: Which of the following is NOT a feature of Azure Deployment Stacks? A) Versioning B) Resource Monitoring C) Lifecycle Management

A

B) Resource Monitoring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the maximum size limit for an Azure Template Spec?

A

1 MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

True or False: Azure Deployment Stacks can automatically scale resources based on demand.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the role of a Template Spec in resource deployment?

A

It serves as a reusable template for creating Azure resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Fill in the blank: Azure Deployment Stacks can be integrated with __________ for CI/CD pipelines.

A

DevOps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the command to list all Azure Template Specs in a resource group?

A

az ts list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False: Azure Deployment Stacks can include resources from different Azure regions.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What format are Azure templates written in?

A

JSON or YAML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How can you update an existing Azure Template Spec?

A

By using the command ‘az ts update’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Multiple Choice: Which of the following is a key function of Azure Deployment Stacks? A) Resource Group Creation B) Template Storage C) Continuous Integration

A

B) Template Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What does the ‘parameters’ section in an Azure template specify?

A

It defines input values that can be provided at deployment time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Fill in the blank: Azure Deployment Stacks support __________ management of resources.

A

policy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

True or False: You can deploy an Azure Deployment Stack using Azure CLI.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is the command to delete an Azure Template Spec?

A

az ts delete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What type of resources can be included in an Azure Deployment Stack?

A

Any Azure resource that can be defined in an ARM template.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

True or False: Azure Template Specs can be used to deploy resources in multiple subscriptions.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What does ARM stand for in Azure Resource Manager?
Azure Resource Manager
26
Multiple Choice: Which of the following can be managed with Azure Deployment Stacks? A) Virtual Machines B) Azure Functions C) Both A and B
C) Both A and B
27
What is the purpose of the 'outputs' section in an Azure template?
To define values that can be returned after deployment.
28
Fill in the blank: Azure Deployment Stacks can help enforce __________ compliance.
security
29
True or False: Azure Template Specs can be exported to a local file.
False
30
What command is used to validate an Azure template?
az deployment group validate
31
What does the 'resources' section in an Azure template define?
The actual Azure resources to be created or updated.
32
True or False: Azure Deployment Stacks can be created directly from the Azure Portal.
True
33
What is the Azure CLI command to create a deployment stack?
az deployment stack create
34
Fill in the blank: Azure Template Specs allow for __________ of template versions.
versioning
35
What is the command to show the details of a specific Azure Template Spec?
az ts show
36
Multiple Choice: Which of the following is a benefit of using Azure Template Specs? A) Increased security B) Centralized management C) Enhanced performance
B) Centralized management
37
What feature of Azure Deployment Stacks allows for consistency across environments?
Template reuse
38
True or False: Azure Template Specs can be shared across multiple resource groups.
True
39
What is the main purpose of Azure Resource Manager (ARM)?
To provide a management layer for Azure resources.
40
Fill in the blank: Azure Deployment Stacks can help reduce __________ time for resource deployment.
provisioning
41
What is the command to export an Azure Deployment Stack?
az deployment stack export
42
True or False: Azure Template Specs require a specific Azure subscription to be created.
True
43
What type of deployment does Azure Deployment Stacks facilitate?
Declarative deployment
44
Multiple Choice: Which of the following can be a part of an Azure Deployment Stack? A) Network Security Groups B) Azure Blob Storage C) Both A and B
C) Both A and B
45
What does the 'variables' section in an Azure template allow you to do?
Define reusable values within the template.
46
Fill in the blank: Azure Template Specs can be used to define __________ templates.
deployment
47
True or False: Azure Deployment Stacks can automatically update resources without user intervention.
False
48
What is the command to list deployments in a resource group?
az deployment group list
49
What does the term 'infrastructure as code' refer to in the context of Azure?
Managing infrastructure through code and templates instead of manual processes.
50
True or False: Azure Deployment Stacks can include both Linux and Windows resources.
True
51
What is the command to get the template used for a specific deployment?
az deployment group show --query properties.template
52
Fill in the blank: Azure Template Specs allow teams to standardize __________ across projects.
deployments
53
What does the 'location' property in an Azure template specify?
The Azure region where the resources will be deployed.
54
Multiple Choice: Which command is used to update an existing Azure Deployment Stack? A) az deployment stack update B) az ts update C) az stack update
A) az deployment stack update
55
True or False: Azure Template Specs can help with compliance and governance.
True
56
What is a key advantage of using Azure Deployment Stacks in a multi-environment setup?
Consistency in resource configurations.
57
Fill in the blank: Azure Deployment Stacks can be managed using __________.
Azure CLI or Azure Portal
58
What command is used to create a new deployment from a Template Spec?
az deployment group create --template-spec
59
True or False: Azure Template Specs can be versioned and stored in a single location.
True
60
What is the primary purpose of the 'dependsOn' property in an Azure template?
To define dependencies between resources.
61
Multiple Choice: Which of the following is NOT a benefit of using Azure Deployment Stacks? A) Resource grouping B) Versioning C) Manual management
C) Manual management
62
Fill in the blank: Azure Deployment Stacks can help organizations manage their __________ effectively.
cloud resources
63
What is the command to check the status of a deployment in Azure?
az deployment group show
64
True or False: Azure Template Specs can only be created through the Azure Portal.
False
65
What does the 'provisioningState' property indicate in an Azure deployment?
The current state of the resource provisioning process.
66
What is the command to remove an Azure Deployment Stack?
az deployment stack delete