Windows Azure It Pro IaaS Jump Start

Slides:



Advertisements
Similar presentations
The spring release of Windows Azure Infrastructure as a Service introduces new functionality that allows full control and management of virtual machines.
Advertisements

Name Title Microsoft Windows Azure: Migrating Web Applications.
Linux Running on an Azure Virtual Network Speaker Title Organization.
Windows Azure Networking & Active Directory Nasir (Muhammad Nasiruddin) Developer Evangelist - Azure Microsoft Corporation
Windows Azure Migrating Applications and Workloads Speaker Title Organization.
David Tesar | Microsoft Technical Evangelist David Aiken | Microsoft Group Technical Product Manager.
Introduction to Windows Azure Virtual Machines - Linux
Azure.
IT Operations Management
1/27/2018 5:13 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Run Azure Services in your datacenter
IT Operations Management
Building AD-SQL-APP Server on AZURE
Microsoft Azure Deployment Planning Services
Deployment Planning Services
Microsoft Azure: The only consistent Hybrid Cloud
Developing Hybrid Apps on Microsoft Azure Stack
6/17/2018 5:54 AM OSP322 Getting the best of both worlds, making the most of SharePoint hybrid search solutions Shyam Narayan Microsoft © 2013 Microsoft.
Microsoft Virtual Academy
IT Operations Management
Windows Azure Cloud Visit – Ravindra verma.
Microsoft Ignite /31/ :08 AM
Infrastructure Provisioning Kenon Owens Sr
Microsoft Azure Deployment Planning Services
IT Operations Management
Windows Azure Pack : Express Installation
Design and Implement Cloud Data Platform Solutions
Azure.
Microsoft Azure Deployment Planning Services
Microsoft Virtual Academy
Windows Azure Virtual Network Basics
Cloud Database Based on SQL Server 2012 Technologies
Microsoft Azure P wer Lunch
Microsoft Azure P wer Lunch
Corey Sanders Principal Program Manager Lead Microsoft Corporation
Azure Active Directory
Setting up team development infrastructure for SharePoint 2013
Microsoft Virtual Academy
Azure AD Domain Services
Microsoft Virtual Academy
TechEd /23/ :44 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Microsoft Virtual Academy
Microsoft Virtual Academy
MAP & ACT Pre deployment planning for Windows 7 or Server 2008 R2
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Create IaaS SQL Server Test Premise Environment in Azure Cloud
More Virtual Machines 2.
MDC-B203 Deploying Applications in Microsoft System Center Virtual Machine Manager Using Services John Messec Program Manager Microsoft.
Surviving identity management in a hybrid world
Microsoft Virtual Academy
Microsoft Virtual Academy
Deploying a Minecraft Server on Windows Azure
TechEd /11/ :25 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Hyper-V server deployment - Using the right tools
Windows Azure Hybrid Architectures and Patterns
Microsoft Virtual Academy
Microsoft Virtual Academy
Day 2, Session 2 Connecting System Center to the Public Cloud
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
06 | SQL Server and the Cloud
Microsoft Virtual Academy
VNet and Cross-Premises Connectivity
Presentation transcript:

Windows Azure It Pro IaaS Jump Start Cheryl McGuire | Technical Writer – Microsoft Ronald Beekelaar | Founder – Virsoft Solutions

Meet Cheryl McGuire Microsoft Technical Writer Cheryl McGuire is a technical writer on the Windows Azure documentation team at Microsoft. She's a Microsoft Certified Trainer (MCT) and also holds MCSE and MCSA certifications. She thinks networking is pretty cool and spends way too much time tinkering with network gadgets.

Meet Ronald Beekelaar Founder, Virsoft Solutions Ronald Beekelaar is founder of Virsoft Solutions, which provides hosted lab, demo, and training services. He is a Microsoft Certified Trainer (MCT) and Most Valuable Professional (MVP) in Hyper-V technologies. Ronald often speaks at industry conferences about Hyper-V and Windows Azure.

Windows Azure IT Pro IaaS Jump Start Course Topics Windows Azure IT Pro IaaS Jump Start 01 | Virtual Machine Fundamentals 02 | More Virtual Machines 03 | Storage 04 | Virtual Network Basics 05 | Creating Virtual Networks and Cross-Premises Connectivity 06 | Active Directory in VMs

Suggested Prerequisites Setting Expectations Target Audience IT Pros –IT Implementers, Technical Decision Makers, Architects Suggested Prerequisites Familiarity with Windows Server and Active Directory

What is Cloud? An approach to computing that’s about internet scale and connecting to a variety of devices and endpoints

Windows Azure- Global 24 x 7 x 365 support Over 1 billion customers, 20 million businesses 76 markets worldwide 280 years of combined industry experience in infrastructure, security, product dev, and global ops

SaaS PaaS IaaS consume build host SaaS / PaaS / IaaS Software-as-a-Service consume SaaS Platform-as-a-Service build PaaS Infrastructure-as-a-Service host IaaS

Cloud Computing IaaS PaaS SaaS Applications Data Runtime Middleware Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime Managed by vendor You manage PaaS SaaS

What is unique about Windows Azure? Better together More than one view of the world: cloud, on-premises, hybrid Familiar tools for management with System Center Familiar development tools with VS and TFS Familiar identity with AD Better by design IaaS + PaaS: build for the future while addressing today’s needs Better durability with geo replication Transparent SLAs: calculated monthly for Virtual Machines and Virtual Network SLA across more services (gateway, storage and more) No lock-in Consistent on and off-premises experience: VM portability with VHD Better support Direct Microsoft support for validated workloads – i.e. SharePoint and SQL Server Variety of support plans Local enterprise and SMSP and support teams Enterprise ready business practices and procurement Better presence Single consistent price point across in all regions Local presence in 89 countries, support for 19 currencies

(Terminology) PaaS – Platform as a service – You don’t manage or control the network servers or operating system. PaaS can be more efficient in some ways, but is less flexible. More developer oriented. IaaS – Infrastructure as a service – What we’re focusing on today. You have control over your VMs and the network configuration, but don’t have to worry about hardware. Cloud Service (in this context) – A container or management grouping. Every virtual machine is contained within a cloud service. Windows Azure Virtual Machines – IaaS. You can provision, migrate, and manage VMs. VMs can run Windows, Linux, and enterprise applications. Windows Azure Virtual Network – The networking overlay that allows you to create and manage virtual networks in Windows Azure and securely connect them to your own on-premises network.

Management Portal - Demo (logon, navigate)

Sign Up for a Trial Start now. http://WindowsAzure.com

Azure Virtual Machines 1

Lessons Using VMs in Azure Communication between VMs

Virtual Machines in Azure

Overview Create your first VM Connect to your VM What is a Cloud Service? Connect to your VM Start / Stop / Deallocate / Delete VM Create your second VM Communicate with first VM

Getting started with VMs Create VM based on VHD-file VM is a Hyper-V VM Azure runs thousands of physical Hyper-V servers VHD-file (disk) can be: Provided by Azure (= "image") Provided by customer (= "uploaded vhd-file")

Persistent VM IaaS VMs are persistent Different then PaaS VMs Different then "VM Role"

Security Considerations for new VM VM is connected to the Internet RDP inbound is enabled by default Do not use default RDP port 3389 Do not use an easy-to-guess password VM also has unlimited outbound network access Who can control VM?

VMs and Sizes VMs have different sizes Determines assigned memory and assigned processors Name Memory Cores ExtraSmall (A0) 0.8 GB (Shared) Small (A1) 1.7 GB 1 Medium (A2) 3.5 GB 2 Large (A3) 7.0 GB 4 ExtraLarge (A4) 14 GB 8 A5 A6 28 GB A7 56 GB

Creating Your First VM in Azure Very easy to create a VM in Azure Use Wizard or "Quick Create" (= super-wizard) Will encounter several new concepts: Gallery VM name Cloud service Endpoints Image VM size + DNS name Disk New user Location + Password ( Affinity Group ) Storage account Availabiliy set

Examining Your First VM VM has: VM size Disk (= lock on vhd-file) DNS name (= cloud service name: *.cloudapp.net) - worldwide unique Host name Public Virtual IP - VIP (= cloud service IP) - worldwide unique Internal IP - DIP (example: 192.168.1.4) VM is connected to Internet Endpoints (= map public port 59143 to internal port on VM 3389) Note the importance of avoiding common name+password (!)

Communications between Virtual Machines

What is a Cloud Service? Cloud Service = Grouping of VMs with single public IP + Stop/Start/Delete operations Cloud Service has: DNS name (*.cloudapp.net) - worldwide unique Public Virtual IP - worldwide unique List of input endpoint

Creating your Second VM Difference with First VM: How to enable communication between VMs? Internet communication vs "internal" communication

9/18/2018 8:58 AM © 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.