Azure PowerShell Quick Start Guide : Deploy and Manage Azure Virtual Machines with Ease.
As an IT professional, it is important to keep up with cloud technologies and learn to manage those technologies. PowerShell is a critical tool that must be learned in order to effectively and more easily manage many Azure resources. This book is designed to teach you to leverage PowerShell to perfo...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing Ltd,
2018.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Getting Started; Installing Azure PowerShell; Installing PowerShellGet; Installing the Azure PowerShell module; Loading the AzureRM module; Connecting to Azure via PowerShell; Deploying a virtual machine (VM); Creating a resource group; Provisioning a VM with PowerShell; Connecting to a VM with RDP from PowerShell; Resizing a VM with PowerShell; Resizing a VM; VM power states; Retrieving the VM's status; Basic management tasks; The Stop VM command; The Start VM command
- The Restart VM commandThe Remove VM command; The Remove resource group command; Your turn; Summary ; Chapter 2: Working with Images; Working with Marketplace Images; Key PowerShell commands; Provisioning a new virtual machine from a specific image; Using custom images; Before you begin; Preparing a virtual machine; Using sysprep; Deallocating and generalizing; Creating an image; Retrieving the source VM; Creating an image configuration; Creating an image; Creating a VM from an image; Managing images; Listing images by name; Deleting an Image; Your turn; Summary ; Chapter 3: Working with Disks
- Using Azure data disksDefault Azure disks; Operating system disk; Temporary disk; Temporary disk sizes; Azure data disks; Maximum data disks per VM; VM disk types; Standard disk; Premium disk; Premium disk performance; Creating and attaching disks; Creating the data disk configuration; Creating the data disk; Adding the data disk to the virtual machine; Updating the virtual machine; Preparing data disks; Manually configuring an attached disk; Your turn; Snapshotting an Azure VM disk; Setting snapshot parameters; Getting the VM; Creating the snapshot configuration; Taking the snapshot
- Creating VMs from SnapshotsLoading Variables; Initializing the virtual machine configuration; Creating the virtual machine; Your turn; Encrypting virtual machine disks; An Overview of disk Encryption; Encryption process; Creating the Azure Key Vault and keys; Creating the Azure Active Directory service principal; Encrypting the virtual machine; Your turn; Clearing the Slate; Summary; Chapter 4: High Availability; Leveraging availability sets; Availability set overview; Creating an availability set; Create a managed availability set; Creating VMs inside an availability set; Your turn
- Load balancing Azure VMsAzure load balancer overview; Creating an Azure load balancer; Creating a public IP address; Provisioning the load balancer; Frontend IP configuration; Creating a backend address pool; Creating the load balancer resource; Creating a health probe; Creating a load balancer rule; Updating the load balancer; Network resources; Preparing network resources; Getting network configuration; Getting subnet configuration; Creating virtual NICs; Creating virtual machines; Creating an availability set; Deploying virtual machines; Installing IIS on the VMs; Testing the load balancer