Deploy and manage Azure compute resources Flashcards
VM will be migrated to new Azure host. VM is restarted.
Data on temporary drive (D:) is lost.
Redeploy VM
Rerun VM provisioning.
Help solve VM failed state.
Data on temporary drive (D:) not lost.
Reapply VM
Physically separate resources within a region
Availability Zone
Distribute VMs across zones and fault domains — horizontally scale VMs automatically
- support up to 1,000 instances
Azure virtual machine scale set (VMSS)
Automatically distribute VMs across multiple fault domains
Availability set
optimized for large scale stateless workloads with identical instances
Uniform scale set
achieve high availability at scale with identical or multiple VM types
Flexible scale set
Apply template to existing RG
New-AzResourceGroupDeployment
Captures a specified RG and saves it as a template to a JSON file
Export-AzResourceGroup
Saves existing deployment template a new template file
Save-AzDeploymentTemplate
Saves RG deployment
Save-AzResourceGroupDeploymentTemplate
- New-AzResourceGroup
- New-AzAppServicePlan
- New-AzWebApp
- New-AzWebAppSlot
Steps to prepare web appl publishing
Container to hold all resources needed for an Azure solution that has to be managed as a group
Azure Resource Group
Defines Azure compute resources required the Azure Web App service to run
Azure App Service Plan
Contains the values used during the deployment
ARM Template Deployment Parameters File
Each deployment only contains resources that have been added in that deployment.
Resource Manager will delete all existing resources in template.
New-AzResourceGroupDeployment -mode Complete
ARM Template Deployment ‘Complete’ mode
Resource manager leaves unchanged existing resources not in the template.
Template resources are added.
ARM Template Deployment ‘Incremental’ mode
create a configurable disk object
New-AzDiskConfig
create a managed disk
New-AzDisk
call the VM
Get-AzVM
add the created disk to VM
Add-AzVMDataDisk
update state of VM
Update-AzVM
mark a VM as generalized - remove machine-specific info
Set-AzVM
Azure Event Hubs - big data streaming platform and event ingestion service
Microsoft.NotificationHubs
register Azure Monitor Log Analytics workspace
Microsoft.OperationalInsights
Azure Automation - automate different tasks within the environment - patching servers
Microsoft.Automation
Azure Policy - governance and guard rails within Azure landing zone
Microsoft.PolicyInsights
az group deployment create
or
New-AzResourceGroupDeployment
ARM Deployment stored in GitHub
Creates a new deployment using template provided in the –template-uri parameter
az group deployment create (Azure CLI)
Creates a new deployment using template provided in the –TemplateUri parameter
New-AzResourceGroupDeployment (PowerShell)
- az keyvault create –enabled-for-disk-encryption
- az vm encryption enable –disk-encryption-keyvault
Steps to enable disk encryption for vm and storing the keys in Azuer Key Vault
- Switch-AzWebAppSlot (ApplySlotConfig)
- Switch-AzWebAppSlot (CompleteSlotSwap)
Swapping Deployment Slots
- deploy scripts as continuous WebJobs
- create WebJobs as linked to a web project
- WebJobs wupplored on Basic pricing tier
Deploy scripts to run as WebJobs
Upgrade existing VM instances to the latest available Platform Image OS version
Start-AzVmssRollingOSUpgrade
- changes to scale set OS and Data disk Profile
- applied manually to each existing instance
Set-AzVmssVM
update the state of VMSS and does not apply changes to individual instances
Update-AzVmss
update an instance when VMSS upgrade policy is set to Manual
- not used for scale set OS and Data disk Profile
Update-AzVmssInstance
- data orchestration engine
Azure Data Factory pipeline
autoscale up to 30 instances
Premium pricing tier
autoscale up to 10 instances
Standard pricing tier
NO autoscale
3 instances
Basic pricing tier
Azure Container Networking Interface
Every ‘pod’ gets an IP address from subnet and can be accessed directly
Application pods are connected directly to VNet
Azure CNI
Allow/Deny inbound/outbound network traffic
Azure NSG
Default
VNet/subnet are created for you.
‘Nodes’ get IP address from VNet/subnet
kubenet
Provides private access to Azure-hosted services
Azure Private Link
Azure Kubernetes Service
Deploy managed Kubernetes cluster
Hosted Kubernetes service - only maintain agent nodes
AKS
- Kubenet
- Azure CNI
AKS Network configuration
enables apps to access resources in or through a VNet
Azure Virtual Network (VNets) Integration