Presentation is loading. Please wait.

Presentation is loading. Please wait.

Partner Practice Enablement - Overview This session provides an introduction to Microsoft Azure Infrastructure Services. Topics include creating virtual.

Similar presentations


Presentation on theme: "Partner Practice Enablement - Overview This session provides an introduction to Microsoft Azure Infrastructure Services. Topics include creating virtual."— Presentation transcript:

1 Partner Practice Enablement - Overview This session provides an introduction to Microsoft Azure Infrastructure Services. Topics include creating virtual machines, managing virtual machine storage, automated provisioning with PowerShell. Audience: IT Professionals, Architects and Developers Module 1 – Introduction to Microsoft Azure Module 2 – Microsoft Azure Virtual Machines Module 3 – Microsoft Azure Networking Module 4 – Microsoft Azure Active Directory Module 5 - Cloud Services and Web Sites Module 6 - SQL Server and SharePoint Module 7 - Management and Monitoring

2 CEO & Co-Founder of Opsgility, Experts in Instructor-Led Microsoft Azure Training. Prior to starting Opsgility Michael was a Principal Cloud Architect with a leading Solution Integrator and a fifteen year Microsoft veteran. While at Microsoft Michael's roles included being a Senior Program Manager on the Microsoft Azure Runtime team and a Senior Technical Evangelist for Microsoft Azure Infrastructure Services. Michael was the original developer of the Microsoft Azure PowerShell Cmdlets and is a globally recognized speaker for conferences such as TechEd and BUILD. About the Instructor Michael Washam Microsoft Azure Trainer http://www.opsgility.com Twitter: @MWashamTX michael@Opsgility.com

3 Microsoft Azure Virtual Machines

4 Agenda Virtual Machine Overview Cloud Services and Virtual Machines Virtual Machine Storage Common Questions

5 Virtual Machines Overview

6

7 Gallery Images Available Microsoft Windows Server 2008, 2012, R2 SQL Server 2012 & 2014 SharePoint Server 2013 Trial BizTalk Server 2013 Visual Studio Ultimate 2013 Open Source OpenSUSE 12.3 CentOS 6.3 Ubuntu 12.04/12.10/13.04 SUSE Linux Enterprise Server 11 SP2 / SP3 Oracle WebLogic Server 12.1.2 Oracle Database 12.1.0.1 Ent / Std Oracle Linux 6.4.0.0 VMDepot Discourse Apache Solr HAProxy Community contributions

8 Client SKUs Available for MSDN Test apps using client operating systems directly from a Microsoft Azure Virtual Machine.

9 Supported Windows Server Applications http://support.microsoft.com/kb/2721672 Dynamics GP 2013 Dynamics NAV 2013 Forefront Identity Manager 2010 R2 SP1 HPC Pack 2012Project ServerTeam Foundation Server 2012 Active Directory

10 Cloud First Provisioning Management Portal >_ Scripting (Windows, Linux and Mac) REST API

11 Cloud First Provisioning Management Portal >_ Scripting (Windows, Linux and Mac) REST API Windows Server Extra Small (A0) Small (A1) Medium (A2) Large (A3) X-Large (A4) A5 A6 A7 A8 A9

12 Cloud Cloud First Provisioning Management Portal >_ Scripting (Windows, Linux and Mac) REST API Boot VM from New Disk Windows Server Extra Small (A0) Small (A1) Medium (A2) Large (A3) X-Large (A4) A5 A6 A7 A8 A9

13 High Performance Instance Sizes Size NameCPU CoresMemoryMax. data disksMax. IOPS A0/ExtraSmallShared768 MB11x500 A1/Small11.75 GB22x500 A2/Medium23.5 GB44x500 A3/Large47 GB88x500 A4/ExtraLarge814 GB1616x500 A5214 GB44X500 A6428 GB88x500 A7856 GB1616x500 A8856 GB1616x500 A916112 GB1616x500 Each data disk can hold up to 1 TB of storage. A8 8 virtual cores @ Intel® Xeon® E5-2670 @ 2.6 GHz 56 GB @ DDR3-1600 MHz A9 Intel® Xeon® E5-2670 16 virtual cores @ 2.6 GHz 112 GB @ DDR3-1600 MHz Network 10 Gbps Ethernet Connects to Microsoft Azure services (such as storage and virtual network) and to the Internet 40 Gbps backend, RDMA capable Enables low latency, high throughput application communication between instances within a single cloud service (Access to the RDMA network is only enabled through applications that use the Microsoft Network Direct interface.)

14 Basic vs Standard Instances Basic Instances Single instance workloads (No load balancing or auto-scale) Significantly cheaper pricing

15 Virtual Machine Helper Extensions BGInfo Useful VM information added to the VM desktop VM Access Reset admin password or rename account, reset network configuration (coming) DSC (Desired State Configuration) Apply DSC Scripts to your Virtual Machines RDMA Drivers Enable low-latency networking on A8 and A9 VM sizes

16 Configuration Management Extensions

17 Security Extensions Ability to deploy anti-virus solutions at provision time from: Microsoft (Preview) Symantec Trend Micro

18 LAB 1 Creating a Virtual Machine

19 Cloud Services and Virtual Machines

20 Cloud Services Cloud Service acts as a network and security boundary for virtual machines. Cloud service URL is mapped to a public IP when there is at least one active virtual machine. http://contosvc.cloudapp.nethttp://contosvc.cloudapp.net = 137.135.67.36 All external traffic to virtual machines uses this IP.

21 Virtual Machine Availability Sets Update Domains are honored by host OS updates

22 Endpoints Single Public IP Per Cloud Service Multiple VMs can share the same public port Port Forwarding Forward public traffic to internal port on a single virtual machine. Load Balanced Forward traffic to internal port on multiple virtual machines.

23 End to End Highly Available Solution Redundancy at every level SQL Mirroring SQL-AVSET IIS-AVSET 80/443

24 LAB 2 Connecting Virtual Machines

25 Virtual Machine Storage

26 Disks and Images Base image for new Virtual Machines Generalized or Specialized Create by uploading or by capture Writable Disks for Virtual Machines Created during VM creation or during upload of existing VHDs.

27 Virtual Machine Image Types Generalized (SysPrepped) Captures OS disk and Data disks. Save-AzureVMImage –OSState Generalized … Specialized (Not SysPrepped) No generalization has been applied. Captures OS disk and Data disks. Save-AzureVMImage –OSState Specialized …

28 Virtual Machine Disk Layout OS Disk Persistent SATA Drive C: OS Disk Persistent SATA Drive C:

29 Virtual Machine Disk Layout Temporary Storage Disk Local (Not Persistent) SATA Drive D: Temporary Storage Disk Local (Not Persistent) SATA Drive D:

30 Virtual Machine Disk Layout Data Disk(s) Persistent SCSI Customer Defined Letter Data Disk(s) Persistent SCSI Customer Defined Letter

31 Persistent Disk Management C:\ = OS Disk D:\ = Non-Persistent Cache Disk E:\ = Mapped to DVD (do not use for data disks) F:\. G:\... Data Disks CapabilityOS Disk Data Disk Host Cache DefaultReadWriteNone Max Capacity127 GB1 TB Hot UpdateCache Setting Requires Reboot Change Cache Without Reboot, Add/Remove without Reboot.

32 Persistent Disks and Highly Durable

33

34 Disk Mobility On-PremisesMicrosoft Azure MyApp.vhd

35 Bring Your Own Server/VHD On-Premises On-Premises Virtual Server MyApp.vhd Microsoft Azure Provision VM from Image or Disk using portal, script or API

36 Data Import and Export Service (Import) On-Premises Ship data on 3.5" SATA Drives (up to 4 TB per drive)

37 Data Import and Export Service (Export) On-Premises Ship empty 3.5" SATA Drives (up to 4 TB per drive) Data is shipped back to you on your own disks.

38 Management InterfaceUsers can choose one of the following methods to interface with Microsoft Azure Import/Export service: Microsoft Azure Management Portal Interface to manage jobsMicrosoft Azure Management Portal Interface to manage jobs. REST Interface EncryptionMandatory requirement to encrypt data in the drive with a BitLocker key Supported Device3.5 inch SATA II hard drives Anker 68UPSATAA-02BU Anker 68UPSHHDS-BU Startech SATADOCK22UE Supported Maximum Disk Capacity4 TB Number of jobs per storage account20 Maximum number of drives per job10 Supported file formatNTFS ShippingThe following shipping options are available: Packages(s) for an import job can be shipped either with FedEx Express or FedEx Ground. Return shipping is free and provided via FedEx Ground. Import/Export Service Details

39 DEMO Managing Storage

40 Azure Virtual Machine Readiness Assessment

41 Microsoft Azure Pricing

42 DEMO Pricing Calculator

43 Virtual Machine Licensing Basics Image Gallery Licensing Images such as Windows Server 2012 R2 Data Center are available in Microsoft Azure and do not require separate licensing. These images are billed by the minute and include compute resources and licensing as part of the cost. License Mobility License Mobility through Software Assurance gives Microsoft Volume Licensing customers the flexibility to deploy eligible server applications with active Software Assurance on Azure. With this Software Assurance benefit, there is no need to purchase new licenses and no associated mobility fees so, you can easily deploy existing licenses on the Azure cloud platform. http://azure.microsoft.com/en-us/pricing/license-mobility/

44 Licensing (Microsoft Products) http://azure.microsoft.com/en-us/pricing/licensing-faq/

45 MSDN Dev/Test Rates for Virtual Machines Standard/hourMSDN/hourSavings Windows Server $0.09$0.0633% SQL Standard $0.64$0.0690% BizTalk Standard $.75$0.0692% SQL Enterprise $2.19$0.0697% BizTalk Enterprise $2.11$0.0697%

46 MSDN Credits $50 PER MONTH professiona l $10 0 PER MONTH premium $15 0 PER MONTH ultimate 3 Virtual Machines for 16 hours a day 80 Virtual Machines for 20 hours load test + Up to 500 web sites and a database 24 100 With Basic Sizes

47 Summary Virtual Machines Overview Cloud Services and Virtual Machines Virtual Machine Storage Virtual Machine Extensions Common Questions

48 Microsoft Azure Resources Microsoft Partner Learning Path https://mspartnerlp.mspartner.microsoft.com/LearningPath Microsoft Azure Friday http://www.windowsazure.com/en-us/documentation/videos/windows-azure-friday/ Microsoft Virtual Academy http://www.microsoftvirtualacademy.com Channel 9 Microsoft Azure http://channel9.msdn.com/WindowsAzure Questions http://stackoverflow.com/questions/tagged/azure http://social.msdn.microsoft.com/Forums/windowsazure

49 Coming Up Next... Virtual Machine Networking

50 Thank You


Download ppt "Partner Practice Enablement - Overview This session provides an introduction to Microsoft Azure Infrastructure Services. Topics include creating virtual."

Similar presentations


Ads by Google