Skill 3.1 - Automate Deployment of Virtual Machines (VMs) by using Azure Resource Manager Templates
15 Questions
2 Views
3.6 Stars

Skill 3.1 - Automate Deployment of Virtual Machines (VMs) by using Azure Resource Manager Templates

Created by
@SilentMaracas

Questions and Answers

What is one key advantage of using Azure Virtual Machine (VM) Scale Sets?

Cost optimization achieved by running instances only when required

What is the prerequisite before deploying a virtual machine in Azure?

A virtual network

What modifications are needed when adding a public IP address to a virtual machine in Azure?

Define a unique DNS name, add the public IP resource, update the network interface resource

What does ARM stand for in the context of Azure Resource Manager templates?

<p>Azure Resource Manager</p> Signup and view all the answers

Which deployment mode in ARM removes resources not in the template from the resource group?

<p>Complete</p> Signup and view all the answers

What must be specified to specify a user image for a generalized VHD in Azure?

<p>osType property (Windows or Linux) and the URL to the VHD</p> Signup and view all the answers

What is the purpose of the osDiskVhdName property when specifying a user image for a generalized VHD in Azure?

<p>To specify the URL to where the disk will be created in Azure Storage</p> Signup and view all the answers

What are the different methods for deploying templates in Azure?

<p>Azure Portal, command line tools, REST API</p> Signup and view all the answers

How can you export a template from a deployment in a resource group?

<p>Viewing and downloading the template used during the deployment</p> Signup and view all the answers

What is the purpose of the Windows PowerShell DSC Extension in Azure VMs?

<p>Defining a VM's state using PowerShell Desired State Configuration Language</p> Signup and view all the answers

What does the Custom Script Extension in Azure VMs allow?

<p>Executing arbitrary commands for initial configuration through batch files, PowerShell, or bash scripts</p> Signup and view all the answers

How do the built-in extensions in Azure VMs help with post-deployment tasks?

<p>Enhance post-deployment configuration and automation tasks</p> Signup and view all the answers

What does the 'Automation Scripts link' in a resource group page do?

<p>Generates an ARM template representing the resource group's current state</p> Signup and view all the answers

How can a Shared Access Signature (SAS) be used in Azure?

<p>Generates a secure URL for accessing an Azure Storage blob containing the script used by the Azure custom script extension</p> Signup and view all the answers

Why is a Shared Access Signature (SAS) crucial for secure script access?

<p>It generates a secure URL for accessing the script in Azure Storage blob</p> Signup and view all the answers

More Quizzes Like This

Managing Azure Virtual Machines
10 questions
Virtual Machine Resources in Azure
7 questions
Azure Virtual Machine Scale Sets
18 questions
Use Quizgecko on...
Browser
Browser