Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
24 views
Azure VM Overview
Uploaded by
Sanskar
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save azure-VM-Overview For Later
Download
Save
Save azure-VM-Overview For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
24 views
Azure VM Overview
Uploaded by
Sanskar
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save azure-VM-Overview For Later
Carousel Previous
Carousel Next
Save
Save azure-VM-Overview For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 9
Search
Fullscreen
‘22124, 3:36 PM Overview of vitual machines in Azure - Azure Virtual Machines | Microsoft Learn Virtual machines in Azure Article + 01/03/2024 Applies to: / Linux VMs J Windows VMs ¥ Flexible scale sets Azure virtual machines are one of several types of on-demand, scalable computing resources that Azure offers. Typically, you choose a virtual machine when you need more control over the computing environment than the other choices offer. This article gives you information about what you should consider before you create a virtual machine, how you create it, and how you manage it. ‘An Azure virtual machine gives you the flexibility of virtualization without having to buy and maintain the physical hardware that runs it. However, you still need to maintain the virtual machine by performing tasks, such as configuring, patching, and installing the software that runs on it. Azure virtual machines can be used in various ways. Some examples are: ‘* Development and test - Azure virtual machines offer a quick and easy way to create a computer with specific configurations required to code and test an application, ‘* Applications in the cloud — Because demand for your application can fluctuate, it might make economic sense to run it on a virtual machine in Azure. You pay for extra virtual machines when you need them and shut them down when you don't. ‘* Extended datacenter - virtual machines in an Azure virtual network can easily be connected to your organization's network. The number of virtual machines that your application uses can scale up and out to whatever is required to meet your needs. What do | need to think about before creating a virtual machine? There's always a multitude of design considerations when you build out an application infrastructure in Azure. These aspects of a virtual machine are important to think about, before you start: ‘* The names of your resources ‘* The location where the resources are stored nitps:/leam microsot.comlon-usfazurevitual-machinesioverviow 18‘22124, 3:36 PM Overview of vitul machines in Azure - Azure Vital Machines | Microsoft Loam The size of the virtual machine The maximum number of virtual machines that can be created The operating system that the virtual machine runs The configuration of the virtual machine after it starts The related resources that the virtual machine needs Parts of a VM and how they're billed When you create a virtual machine, you're also creating resources that support the virtual machine. These resources come with their own costs that should be considered. The default resources supporting a the following table: Resource Virtual network Avirtual Network Interface Card (nic) A private IP address and sometimes a public IP address. Network security group (NSG) OS Disk and possibly Description For giving your virtual machine the ability to communicate with other resources For connecting to the virtual network For communication and data exchange on your network and with external networks For managing the network traffic too and from your VM. For example, you might need to open port 22 for SSH access, but you might want to block traffic to port 80. Blocking and allowing port access is done through the NSG. It's a best practice to keep your data on a separate disk from your operating system, in case you ever have a VM fail, you can nitps:/leam microsot.comlon-usfazurevitual-machinesioverviow irtual machine and how they're illed are detailed in (2 Expand table Cost Virtual Network pricing There is no separate cost for NICs. However, there is a limit to how many NICs you can use based on your VM's size. Size your VM accordingly and reference Virtual Machine pricing IP Addresses pricing There are no additional charges for network security groups in Azure, All new virtual machines have an operating system disk and a local disk. 20‘22124, 3:36 PM Overview of vitual machines in Azure - Azure Virtual Machines | Microsoft Learn Resource Description Cost separate disks simply detach the data disk, and attach it to Azure doesn't charge for local disk for data. a new VM. storage The operating system disk, which is usually 127GiB but is smaller for some images, is charged at the regular rate for disks You can see the cost for attach Premium (SSD based) and Standard (HDD) based disks to your virtual machines on the Managed Disks pricing page In some cases, a For providing your virtual machine runs to. The cost varies based on the license forthe run the OS number of cores on your VM, so os size your VM accordingly. The cost can be reduced through the Azure Hybrid Benefit You can also choose to have Azure can create and store public and private SSH keys ~ ‘Azure uses the public key in your VM and you use the private key when you access the VM over SSH. Otherwise, you will need a username and password. By default, these resources are created in the same resource group as the VM Locations There are multiple geographical regions around the world where you can create Azure resources, Usually, the region is called location when you create a virtual machine. For a virtual machine, the location specifies where the virtual hard disks will be stored. This table shows some of the ways you can get a list of available locations. © Expand table Method Description ‘Azure portal Select a location from the list when you create a virtual machine. ‘Azure PowerShell Use the Get-AzLocation command. REST API Use the List locations operation nitps:/leam microsot.comlon-usfazurevitual-machinesioverviow 3‘22124, 3:36 PM Overview of vitual machines in Azure - Azure Virtual Machines | Microsoft Learn Method Description ‘Azure CLI Use the az account list-locations operation. Availability There are multiple options to manage the availability of your virtual machines in Azure. ‘* Availability Zones are physically separated zones within an Azure region. Availability zones guarantee virtual machine connectivity to at least one instance at least 99.99% of the time when you've two or more instances deployed across two or more Availability Zones in the same Azure region * Virtual Machine Scale Sets let you create and manage a group of load balanced Virtual machines. The number of virtual machine instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update many virtual machines. Virtual machines in a scale set can also be deployed into multiple availability zones, a single availability zone, or regionally. Fore more information see Availability options for Azure virtual machines and SLA for Azure virtual machines Sizes and pricing The size of the virtual machine that you use is determined by the workload that you want to run. The size that you choose then determines factors such as processing power, memory, storage capacity, and network bandwidth, Azure offers a wide variety of sizes to. support many types of uses. ‘Azure charges an hourly price based on the virtual machine's size and operating system. For partial hours, Azure charges only for the minutes used. Storage is priced and charged separately. Virtual machine total core limits Your subscription has default quota limits in place that could impact the deployment of many virtual machines for your project. The current limit on a per subscription basis is 20 nitps:/leam microsot.comlon-usfazurevitual-machinesioverviow 49‘1204, 396 Pm Overview of itu machines in Azure - Azure Vital Machines | Microsoft Loam virtual machine total cores per region. Limits can be raised by filing a support ticket requesting an increase Managed Disks Managed Disks handles Azure Storage account creation and management in the background for you, and ensures that you don't have to worry about the scalability limits of the storage account. You specify the disk size and the performance tier (Standard or Premium), and Azure creates and manages the disk. As you add disks or scale the virtual machine up and down, you don't have to worry about the storage being used. If you're creating new virtual machines, use the Azure CL! or the Azure portal to create virtual machines with Managed OS and data disks. If you have virtual machines with unmanaged disks, you can convert your virtual machines to be backed with Managed Disks You can also manage your custom images in one storage account per Azure region, and use them to create hundreds of virtual machines in the same subscription. For more information about Managed Disks, see the Managed Disks Overview. Distributions Microsoft Azure supports a variety of Linux and Windows distributions. You can find available distributions in the marketplace, Azure portal or by querying results using CL, PowerShell and REST APIs. This table shows some ways that you can find the information for an image. 2 Expand table Method Description ‘Azure portal ‘The values are automatically specified for you when you select an image to use, Azure Get-AzVMImagePublisher -Location location PowerShell Get-AzVMImageOffer -Location location -Publisher publisherName Get-AzVMimageSku -Location location -Publisher publisherName -Offer offerName REST APIs, List image publishers List image offers List image skus nitps:/leam microsot.comlon-usfazurevitual-machinesioverviow 59‘22124, 3:36 PM Overview of vitual machines in Azure - Azure Virtual Machines | Microsoft Learn Method Description ‘Azure CLI az vm image list-publishers --location location az vm image list-offers --location location --publisher publisherName az vm image list-skus ~-location location --publisher publisherName --offer offerName Microsoft works closely with partners to ensure the images available are updated and optimized for an Azure runtime. For more information on Azure partner offers, see the Azure Marketplace Cloud-init Azure supports for cloud-init across most Linux distributions that support it. we're actively working with our Linux partners in order to have cloud-init enabled images available in the Azure Marketplace. These images will make your cloud-init deployments and configurations work seamlessly with virtual machines and virtual machine scale sets. For more information, see Using cloud-init on Azure Linux virtual machines. Storage * Introduction to Microsoft Azure Storage © Add a disk to a Linux virtual machine using the azure-cli ‘* How to attach a data disk to a Linux virtual machine in the Azure portal Networking * Virtual Network Overview * IP addresses in Azure * Opening ports to a Linux virtual machine in Azure * Create a Fully Qualified Domain Name in the Azure portal Service disruptions ‘At Microsoft, we work hard to make sure that our services are always available to you when you need them. Forces beyond our control sometimes impact us in ways that cause unplanned service disruptions. nitps:/leam microsot.comlon-usfazurevitual-machinesioverviow 6912214, 396 PM Cvervew of vital machines in Azure -Azure Vital Machines | Mirosoh eam Microsoft provides a Service Level Agreement (SLA) for its services as a commitment for uptime and connectivity. The SLA for individual Azure services can be found at Azure Service Level Agreements Azure already has many built-in platform features that support highly available applications. For more about these services, read Disaster recovery and high availability for Azure applications. This article covers a true disaster recovery scenario, when a whole region experiences an ‘outage due to major natural disaster or widespread service interruption. These are rare occurrences, but you must prepare for the possibility that there is an outage of an entire region. If an entire region experiences a service disruption, the locally redundant copies of your data would temporarily be unavailable. If you have enabled geo-replication, three additional copies of your Azure Storage blobs and tables are stored in a different region. In the event of a complete regional outage or a disaster in which the primary region isn't ted region. recoverable, Azure remaps all of the DNS entries to the geo-rep| To help you handle these rare occurrences, we provide the following guidance for Azure virtual machines in the case of a service disruption of the entire region where your Azure virtual machine application is deployed. Option 1: Initiate a failover by using Azure Site Recovery You can configure Azure Site Recovery for your VMs so that you can recover your application with a single click in matter of minutes. You can replicate to Azure region of your choice and not restricted to paired regions. You can get started by replicating your virtual machines. You can create a recovery plan so that you can automate the entire failover process for your application. You can test your failovers beforehand without impacting production application or the ongoing replication. In the event of a primary region disruption, you just initiate a failover and bring your application in target region. Option 2: Wait for recovery In this case, no action on your part is required. Know that we're working diligently to restore service availability. You can see the current service status on our Azure Service Health Dashboard This is the best option if you have not set up Azure Site Recovery, read-access geo- redundant storage, or geo-redundant storage prior to the disruption. If you have set up nitps:/leam microsot.comlon-usfazurevitual-machinesioverviow 78+y22I24, 3:36 PM Overview of vital machines in Azure - Azure Vital Machines | Microsoft Learn geo-redundant storage or read-access geo-redundant storage for the storage account where your VM virtual hard drives (VHDs) are stored, you can look to recover the base image VHD and try to provision a new VM from it. This isn't a preferred option because there are no guarantees of synchronization of data. Consequently, this option isn't, guaranteed to work O Note Be aware that you don't have any control over this process, and it will only occur for region-wide service disruptions. Because of this, you must also rely on other application-specific backup strategies to achieve the highest level of availability. For more information, see the section on Data strategies for disaster recovery. Resources for service disruptions * Start protecting your applications running on Azure virtual machines using Azure Site Recovery * To learn more about how to implement a disaster recovery and high availability strategy, see Disaster recovery and high availability for Azure applications. ‘* To develop a detailed technical understanding of a cloud platform's capabilities, see Azure resiliency technical guidance ‘If the instructions aren't clear, or if you would like Microsoft to do the operations on your behalf, contact Customer Support Data residency In Azure, the feature to enable storing customer data in a single region is currently only available in the Southeast Asia Region (Singapore) of the Asia Pacific Geo and Brazil South (Sao Paulo State) Region of Brazil Geo. For all other regions, customer data is stored in Geo. For more information, see Trust Center Next steps Create your first virtual machine! nitps:/leam microsot.comlon-usfazurevitual-machinesioverviow 8‘22124, 3:36 PM ‘Overview of viual machines in Azure - Azure Virtual Machines | Micrasft Leam * Portal © Azure CLI * PowerShell hntps:leam mierosof. conver-usiazurelitualmachinesioverviow
You might also like
JIRA Tutorial PDF
PDF
No ratings yet
JIRA Tutorial PDF
2 pages
JIRA Presentation
PDF
No ratings yet
JIRA Presentation
29 pages
Armis - Hyper-V Virtual Appliance Configuration Guide Rev F
PDF
No ratings yet
Armis - Hyper-V Virtual Appliance Configuration Guide Rev F
14 pages
Jira Interview Questions and Answers
PDF
No ratings yet
Jira Interview Questions and Answers
75 pages
HG320 HG1110 HG1210 HG1300 HG1500 HG2300 Configuration Guide
PDF
No ratings yet
HG320 HG1110 HG1210 HG1300 HG1500 HG2300 Configuration Guide
184 pages
VMware Workstation Pro
PDF
No ratings yet
VMware Workstation Pro
2 pages
Arista 7280R-DataSheet
PDF
No ratings yet
Arista 7280R-DataSheet
16 pages
Module 6 - SDN
PDF
No ratings yet
Module 6 - SDN
81 pages
PMP CHART TYPES
PDF
No ratings yet
PMP CHART TYPES
17 pages
Alvinthe PM Jira For Beginners Guide
PDF
No ratings yet
Alvinthe PM Jira For Beginners Guide
18 pages
The Femdom Summer Camp 2014 Rules
PDF
No ratings yet
The Femdom Summer Camp 2014 Rules
2 pages
Millionaire's Sissy Club
PDF
No ratings yet
Millionaire's Sissy Club
5 pages
Theory of Architecture Conceptual Map
PDF
No ratings yet
Theory of Architecture Conceptual Map
1 page
Toilet Ventilation Example
PDF
No ratings yet
Toilet Ventilation Example
5 pages
Agile Cheat Sheet Summary
PDF
No ratings yet
Agile Cheat Sheet Summary
17 pages
PMI PMP Questions
PDF
No ratings yet
PMI PMP Questions
5 pages
Agile Metrics: A Seminal Approach For Calculating Metrics in Agile Projects
PDF
100% (2)
Agile Metrics: A Seminal Approach For Calculating Metrics in Agile Projects
27 pages
Pmi PMP
PDF
No ratings yet
Pmi PMP
15 pages
Performance Tuning An HPC Cluster - FINAL 012009
PDF
No ratings yet
Performance Tuning An HPC Cluster - FINAL 012009
41 pages
Boysbe Magazine September 2017 FreeMags - CC
PDF
No ratings yet
Boysbe Magazine September 2017 FreeMags - CC
32 pages
1979 03 BYTE 04-03 Plain Text
PDF
No ratings yet
1979 03 BYTE 04-03 Plain Text
276 pages
Visual Studio Code - Mac, Linux, Windows
PDF
No ratings yet
Visual Studio Code - Mac, Linux, Windows
2 pages
ComputerActive #323
PDF
No ratings yet
ComputerActive #323
76 pages
200601
PDF
No ratings yet
200601
177 pages
Transdisciplinary Approaches To Critical PDF
PDF
No ratings yet
Transdisciplinary Approaches To Critical PDF
4 pages
Visiting The World of Quantum Computing Via FX On Hulu's New Show "Devs"
PDF
No ratings yet
Visiting The World of Quantum Computing Via FX On Hulu's New Show "Devs"
76 pages
PMP Exam - Free Actual Q&As, Page 5 _ ExamTopics
PDF
No ratings yet
PMP Exam - Free Actual Q&As, Page 5 _ ExamTopics
5 pages
One Drive Guide
PDF
No ratings yet
One Drive Guide
3 pages
Is It Safe?: Vernam App
PDF
No ratings yet
Is It Safe?: Vernam App
4 pages
PMP Test 2 (All Kind)
PDF
No ratings yet
PMP Test 2 (All Kind)
44 pages
Informix Dev Guide - Sg247884
PDF
50% (2)
Informix Dev Guide - Sg247884
510 pages
Computeractive - 22 October 2024
PDF
No ratings yet
Computeractive - 22 October 2024
78 pages
Report Adul Industry Winter 2016 - XBIZ
PDF
No ratings yet
Report Adul Industry Winter 2016 - XBIZ
8 pages
In The Realm of The Senses Full Movie Free Download PDF
PDF
No ratings yet
In The Realm of The Senses Full Movie Free Download PDF
3 pages
Re A Entreprise Ontology Doct
PDF
No ratings yet
Re A Entreprise Ontology Doct
16 pages
Linux ForYou - Oct 2008
PDF
100% (1)
Linux ForYou - Oct 2008
116 pages
BGP Route Filtering - Access Lists Vs Prefix Lists - Networks Baseline - Cisco Engineers Live
PDF
No ratings yet
BGP Route Filtering - Access Lists Vs Prefix Lists - Networks Baseline - Cisco Engineers Live
20 pages
UNIX Command
PDF
No ratings yet
UNIX Command
33 pages
Slang and Expletives
PDF
No ratings yet
Slang and Expletives
327 pages
G Resellerclub Overview PDF
PDF
No ratings yet
G Resellerclub Overview PDF
33 pages
Os 2
PDF
No ratings yet
Os 2
23 pages
Unit 12 Introduction To Agile Project Management Lecturer Slides
PDF
No ratings yet
Unit 12 Introduction To Agile Project Management Lecturer Slides
42 pages
0.5 The Crush
PDF
No ratings yet
0.5 The Crush
43 pages
Azure Virtual Machines
PDF
No ratings yet
Azure Virtual Machines
5,059 pages
Test
PDF
No ratings yet
Test
645 pages
1724683023-Module 2 Azure Services for Web Developement
PDF
No ratings yet
1724683023-Module 2 Azure Services for Web Developement
72 pages
Azure
PDF
No ratings yet
Azure
886 pages
Azure MS Docs PDF
PDF
No ratings yet
Azure MS Docs PDF
766 pages
Azure MS Docs PDF
PDF
No ratings yet
Azure MS Docs PDF
766 pages
Lesson - 04 - Deploy and Manage Azure Compute Resources
PDF
No ratings yet
Lesson - 04 - Deploy and Manage Azure Compute Resources
81 pages
Unit 2 Part 2
PDF
No ratings yet
Unit 2 Part 2
16 pages
Lab manual
PDF
No ratings yet
Lab manual
18 pages
AZ 104T00A ENU PowerPoint - 08
PDF
No ratings yet
AZ 104T00A ENU PowerPoint - 08
36 pages
Az 104t00a Enu Powerpoint 08
PDF
No ratings yet
Az 104t00a Enu Powerpoint 08
39 pages
Unit 1
PDF
No ratings yet
Unit 1
55 pages
Ace 4 P
PDF
No ratings yet
Ace 4 P
17 pages
Module 07 - Azure Virtual Machines
PDF
No ratings yet
Module 07 - Azure Virtual Machines
22 pages
Introduction To Microsoft Azure and Services
PDF
No ratings yet
Introduction To Microsoft Azure and Services
22 pages
Frequently asked question about Windows Virtual Machines
PDF
No ratings yet
Frequently asked question about Windows Virtual Machines
4 pages
Create A Gateway Load Balancer Using The Azure Portal
PDF
No ratings yet
Create A Gateway Load Balancer Using The Azure Portal
16 pages
Create An Internal Load Balancer Via Bicep
PDF
No ratings yet
Create An Internal Load Balancer Via Bicep
7 pages
Azure Blob Storage Client Library For Java
PDF
No ratings yet
Azure Blob Storage Client Library For Java
16 pages
Create A Load Balancer With More Than One Availability Set in The Backend Pool Using The Azure Portal
PDF
No ratings yet
Create A Load Balancer With More Than One Availability Set in The Backend Pool Using The Azure Portal
21 pages
Create, Download, and List Blobs With Azure CLI
PDF
No ratings yet
Create, Download, and List Blobs With Azure CLI
6 pages
Configure Outbound Connectivity With A Gateway Load Balancer
PDF
No ratings yet
Configure Outbound Connectivity With A Gateway Load Balancer
7 pages
Create A Multiple Virtual Machine Inbound NAT Rule Using The Azure Portal
PDF
No ratings yet
Create A Multiple Virtual Machine Inbound NAT Rule Using The Azure Portal
13 pages
Load Balance VMs Within An Availability Zone by Using The Azure Portal
PDF
No ratings yet
Load Balance VMs Within An Availability Zone by Using The Azure Portal
15 pages
Create A Gateway Load Balancer Using The Azure CLI
PDF
No ratings yet
Create A Gateway Load Balancer Using The Azure CLI
9 pages
Create A Gateway Load Balancer Using Azure PowerShell
PDF
No ratings yet
Create A Gateway Load Balancer Using Azure PowerShell
9 pages
Create An Internal Load Balancer Via CLI
PDF
No ratings yet
Create An Internal Load Balancer Via CLI
12 pages
Azure Blob Storage Client Library For C++
PDF
No ratings yet
Azure Blob Storage Client Library For C++
11 pages
Migrate From Inbound NAT Pools To NAT Rules
PDF
No ratings yet
Migrate From Inbound NAT Pools To NAT Rules
4 pages
Blob Storage Feature Support in Azure Storage Accounts
PDF
No ratings yet
Blob Storage Feature Support in Azure Storage Accounts
6 pages
Azure Blob Storage Client Library For Python
PDF
No ratings yet
Azure Blob Storage Client Library For Python
13 pages
Create A Single Virtual Machine Inbound NAT Rule Using The Azure Portal
PDF
No ratings yet
Create A Single Virtual Machine Inbound NAT Rule Using The Azure Portal
13 pages
DNS Name Resolution
PDF
No ratings yet
DNS Name Resolution
7 pages
Recover Deleted Storage Account
PDF
No ratings yet
Recover Deleted Storage Account
3 pages
What Is Azure Blob Storage
PDF
No ratings yet
What Is Azure Blob Storage
2 pages
Introduction To Azure Blob Storage
PDF
No ratings yet
Introduction To Azure Blob Storage
6 pages
Use Azure Storage Explorer To Create A Blob
PDF
No ratings yet
Use Azure Storage Explorer To Create A Blob
8 pages
Integrate With Zero Trust Solutions
PDF
No ratings yet
Integrate With Zero Trust Solutions
1 page
Azure Win VM Terraform LAB
PDF
No ratings yet
Azure Win VM Terraform LAB
10 pages
Azure DDoS Network Protection
PDF
No ratings yet
Azure DDoS Network Protection
9 pages
Zero Trust Principles To An Azure Virtual WAN
PDF
No ratings yet
Zero Trust Principles To An Azure Virtual WAN
17 pages
Identity Integrations
PDF
No ratings yet
Identity Integrations
7 pages
Azure Linux VM Portal LAB
PDF
No ratings yet
Azure Linux VM Portal LAB
7 pages
Create A Fully Qualified Domain Name For A VM
PDF
No ratings yet
Create A Fully Qualified Domain Name For A VM
1 page
Virtual Machine With A Static Public IP Address
PDF
No ratings yet
Virtual Machine With A Static Public IP Address
4 pages
Azure Win VM Portal LAB
PDF
No ratings yet
Azure Win VM Portal LAB
8 pages