Presentation is loading. Please wait.

Presentation is loading. Please wait.

7/17/2018 3:31 AM BRK3313 Plan, orchestrate and tune large resource deployments on Azure infrastructure IaaS Igal Figlin Principal PM Manager – Azure Compute.

Similar presentations


Presentation on theme: "7/17/2018 3:31 AM BRK3313 Plan, orchestrate and tune large resource deployments on Azure infrastructure IaaS Igal Figlin Principal PM Manager – Azure Compute."— Presentation transcript:

1 7/17/2018 3:31 AM BRK3313 Plan, orchestrate and tune large resource deployments on Azure infrastructure IaaS Igal Figlin Principal PM Manager – Azure Compute Eric Wright Director Technology Evangelist, Turbonomic Murtaza Chowdhury Senior Program Manager – Azure Compute © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

2 7/17/2018 3:31 AM Objective Understand how to configure and orchestrate VM deployments for better performance Understand the concepts needed to manage at scale with HA Share real-customer stories Understand when to engage partners who can help © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

3 Solution we will create today
7/17/2018 3:31 AM Solution we will create today UD0/FD0 UD1/FD1 UD2/FD2 Front End (Availability Set 1) UD0/FD0 AS2 UD1/FD1 UD2/FD2 Middle Tier (Availability Set 2) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

4 Setting up deployment for better performance
7/17/2018 3:31 AM Setting up deployment for better performance Premium vs. Standard Storage text here VMSS & Managed disks for scale & availability Descriptor text here Image Preparation text here Compliance: OS & Patchingxt here Choosing the right VM SKU 60% decrease in VM Start up time, availability improved 2x, etc © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

5 “parameters” : { … } “variables”: { … “resources”: [ … ],
Template schema “parameters” : { … } “variables”: { … “resources”: [ … ], “outputs” : { … © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6 How to create a single VM
7/17/2018 3:31 AM How to create a single VM UD0/FD0 UD1/FD1 UD2/FD2 Front End (Availability Set 1) UD0/FD0 AS2 UD1/FD1 UD2/FD2 Middle Tier (Availability Set 2) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

7 Demo: Single VM Create Demo: Simple VM Template
7/17/2018 3:31 AM Demo: Single VM Create Demo: Simple VM Template © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8 Managed Disks

9 Managed Disks (ARM only)
7/17/2018 3:31 AM Top-level resource: Managed Disk Snapshot Image VM Restore Point VHD/blob PIR/Mkpt. Image VM Create Managed Disks (Standard, Premium) VM attach VM Restore Point (later) Image Snapshot (generalized) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

10 Isolated Managed Disks
7/17/2018 3:31 AM Enhanced availability - Availability Set Isolation VM FDs align with Managed Disk FDs Storage Accounts are not shared with other Availability Sets Compute cluster FD0 FD1 VM Availability Set Storage Unit 0 unManaged Disks FD2 Unit 1 Unit 2 Isolated Managed Disks Unmanaged Managed VS © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

11 How to create a single VM using Managed Disk
7/17/2018 3:31 AM How to create a single VM using Managed Disk UD0/FD0 UD1/FD1 UD2/FD2 Front End (Availability Set 1) UD0/FD0 AS2 UD1/FD1 UD2/FD2 Middle Tier (Availability Set 2) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

12 Demo: Create VM using Managed disk (Portal / CLI)
7/17/2018 3:31 AM Demo: Create VM using Managed disk (Portal / CLI) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

13 Availability Sets Provides fault domains and upgrade domains
7/17/2018 3:31 AM Availability Sets Provides fault domains and upgrade domains Tied to a role in your application Required for 99.95% SLA AVSet Demo: add a new VM to an Availability Set Subnet Virtual Network © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

14 How to create the middle tier layer
7/17/2018 3:31 AM How to create the middle tier layer UD0/FD0 UD1/FD1 UD2/FD2 Front End (Availability Set 1) UD0/FD0 AS2 UD1/FD1 UD2/FD2 Middle Tier (Availability Set 2) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

15 Demo: Create the middle tier layer
7/17/2018 3:31 AM Demo: Create the middle tier layer © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

16 How do you create the tier with bulk create of VM instances as a set ?
7/17/2018 3:31 AM How do you create the tier with bulk create of VM instances as a set ? © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

17 Virtual Machine Scale Sets
Microsoft Build 2016 7/17/2018 3:31 AM Virtual Machine Scale Sets Integrated with Azure Autoscale Integrated with Azure Load Balancer Deploy and manage VMs as a set An Azure Compute resource Microsoft.Compute/virtualMachineScaleSets A scalable, platform-independent infrastructure © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

18 Why VM Scale Sets? Manually scale with ‘capacity’ property
TechReady 23 7/17/2018 3:31 AM Why VM Scale Sets? Manually scale with ‘capacity’ property Autoscale with host metrics (MDM pipeline) or diagnostic extensions​ Small buy-in: Deploy/manage sets of 0->100 identically configured VMs ​ Guest OS patching: Patching primitives allow manually triggered rolling upgrades​​ Linux support: Linux/Windows, certificates, key store etc.​ Custom images: Platform & custom images, VM extensions, customData, etc.​ High-availability – implicit availability set with 5 FDs/5 UDs​ Availability Sets vs Scale Sets Avail Set: Multiple different VMs (image, size, etc); managed separately Scale Set: Large count of the same VMs; managed together Scale set: Reliable rapid provisioning and scale utilizing similarity of the VMs © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

19 Create and manage a tier as a set
7/17/2018 3:31 AM Create and manage a tier as a set UD0/FD0 UD1/FD1 UD2/FD2 Front End (Availability Set 1) UD0/FD0 AS2 UD1/FD1 UD2/FD2 Middle Tier (Availability Set 2) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

20 VM Scale Sets in Azure Resource Manager
Resource Group VNET Subnet Scale Set VM VM VM VM Scalable NIC Scalable Storage Extensions - *vmss*

21 VMSS OS Upgrades Manually triggered Rolling OS Upgrade
7/17/2018 3:31 AM VMSS OS Upgrades Deployed VMSS instances Manually triggered OS Upgrade Automatic OS Upgrade with new SKU release Manually triggered Rolling OS Upgrade Automatic OS Upgrade Restore factory settings © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

22 7/17/2018 3:31 AM Demo: VMSS © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

23 7/17/2018 3:31 AM 2 to 32 nodes MPP virtual system Teradata database on Azure available through Azure MarketPlace © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

24 Deployed Teradata cluster
7/17/2018 3:31 AM Deployed Teradata cluster © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

25 Demo: VM Monitoring 7/17/2018 3:31 AM
© Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

26 Activating Your Hybrid Cloud from Assess to Plan to Optimize
What Turbonomic Does … Lower Cost Any Cloud Workload Time Where Assure Performance Assure Performance Maintain Desired State Maintain Compliance Lower Cost Maintain Compliance Activating Your Hybrid Cloud from Assess to Plan to Optimize

27 Hybrid Cloud Single-Pane-of-Glass
7/17/2018 3:31 AM Hybrid Cloud Single-Pane-of-Glass © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

28 To Learn More Brad Smuland, CIO at Merrill Corporation
7/17/2018 3:31 AM To Learn More Brad Smuland, CIO at Merrill Corporation “What’s most exciting is how Turbonomic is accelerating our journey to the cloud by helping us understand what workloads should migrate, at what size and configuration to assure performance without breaking our cloud budget.” Visit us at our booth Expo#609 9/28: 4-4:15 Session with 2 customers (Merrill and ICF on how Microsoft+Turbonomic helped with Azure and HyperV) Download Turbonomic from the Azure Marketplace © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

29 Demo: Turbonomic 7/17/2018 3:31 AM
© Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

30 7/17/2018 3:31 AM Related Sessions BRK2130: Getting % availability for my IaaS Service: Running highly available Azure VMs BRK3313: Plan, orchestrate and tune large resource deployments on Azure IaaS BRK3271: Master VMs in Microsoft Azure Resource Manager BRK3167: Tips and tricks with Azure Resource Manager BRK3269: The improved Azure log Analytics: A powerful query language with machine learning, and more © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

31 Please evaluate this session
Tech Ready 15 7/17/2018 Please evaluate this session From your Please expand notes window at bottom of slide and read. Then Delete this text box. PC or tablet: visit MyIgnite Phone: download and use the Microsoft Ignite mobile app Your input is important! © 2012 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.

32 7/17/2018 3:31 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "7/17/2018 3:31 AM BRK3313 Plan, orchestrate and tune large resource deployments on Azure infrastructure IaaS Igal Figlin Principal PM Manager – Azure Compute."

Similar presentations


Ads by Google