533 VMs Flashcards
Services for lift and shift
VM, Cloud Services, WebApps, SQL Database
Services for cloud native
Service Fabric, Service Bus, Storage, DocumentDB, Redis, Data Lake, Machine Learning
Affinity Groups vs Availability Set
Affinity Groups: verschiedene Resources physikalisch nahe beieinander (geringe Latenzen) - obsolet seit 2012 da selbe Performance wenn Resources in einer Region
Availability Set für IAS (bei PAS Standard): physikalische Trennung (fault domain und update domain) in verschiedene Racks
Classic Portal vs Preview
Classic: only ASM
Preview: ARM - Namespace enthält RM in cmsLets
Name Azure Powershell modules
•Azure. A core set of cmdlets for managing Azure services.
•AzureRM. A set of cmdlets for managing resource groups.
•AzureProfile. A set of cmdlets for managing authentication and execution context.
AzureAD: MSOL im Namespace. Azure AD module for Windows PowerShell to manage users, groups, and other aspects of the directory from Windows PowerShell.
Azure CLI vs Windows PowerShell
Azure CLI is platform independent –> XPLAT CLI
Typical feature that is only available in Classic Portal
Azure AD
What is Azure management certificate?
X.509 (v3) certificate that associates a client app or service with an Azure subscription.
Advantages ARM
role-base access control (rbac) for Resource Groups
parallel execution of deployment cmdlets
dependencies
tags
Discs in VM
OS (im Storage Account - VHD), Temporary (direkt im Host), Data (im Storage Account - VHD)
Types of Storage accounts
premium (SSD - nur page blobs, nur locally redundant - zahlen für vorallokierten Platz)
standard (HDD - zahlen nur für belegten platz)
Storage pool
data discs zusammenpacken, darauf StorageSpace definieren
CloudServices IAAS vs PAAS
IAAS: automatisches Networking im ASM (Vnet wird automatisch mit erzeugt) - nur V1
PAAS: Web und Workerrole compute
Smallest size VM production
A1
VM Size v2?
does not mean ARM - only depending on processor families
How to deploy ARM Templates?
New-AzureRmResourceGroupDeployment
Storage account performance - which options?
Standard storage accounts are backed by magnetic drives and provide the lowest cost per GB. They’re best for applications that require bulk storage or where data is accessed infrequently. Premium storage accounts are backed by solid state drives and offer consistent, low-latency performance. They can only be used with Azure virtual machine disks, and are best for I/O-intensive applications, like databases. Additionally, virtual machines that use Premium storage for all disks qualify for a 99.9% SLA, even when running outside of an availability set. This setting can’t be changed after the storage account is created.
Server role
fasst mehrere features zusammen bei installation
Storage account performance - which options?
Standard storage accounts are backed by magnetic drives and provide the lowest cost per GB. They’re best for applications that require bulk storage or where data is accessed infrequently. Premium storage accounts are backed by solid state drives and offer consistent, low-latency performance. They can only be used with Azure virtual machine disks, and are best for I/O-intensive applications, like databases. Additionally, virtual machines that use Premium storage for all disks qualify for a 99.9% SLA, even when running outside of an availability set. This setting can’t be changed after the storage account is created.
Server role
fasst mehrere features zusammen bei installation
Configuration Management Tools
Puppet, Chef - configuration big environments (10.000+ nodes)
Which storage account type does not support Table Storage?
Premium (SSD)
Configuration Management Tools
Puppet, Chef - configuration big environments (10.000+ nodes)
Which storage account type does not support Table Storage?
Premium (SSD)
v1 resourcegroups
storage accounts, …?