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.

Slides:



Advertisements
Similar presentations
Accelerate your DevOps with OpenShift by Red Hat
Advertisements

Virtual desktops in the cloud: Experiences from the field
Successfully migrate existing databases to Azure SQL Database
From IT Pros to IT Heroes - with Azure DevTest Labs
Azure Machine Learning Deploying and Managing Models in production
Nested Virtualization: A game changer in Hyper-V and Azure
Azure File Sync Setup, configuration and management
Use any Amazon S3 application with Azure Blob Storage
THR3052 Tips and tricks: Build, deploy, and manage web apps powered by containers Ahmed Elnably Program Manager
6/11/2018 8:14 AM THR2175 Building and deploying existing ASP.NET applications using VSTS and Docker on Windows Marcel de Vries CTO, Xpirit © Microsoft.
Azure Cloud Shell Magic of Modern Command-line Management
Developing Hybrid Apps on Microsoft Azure Stack
Migrating your IaaS infrastructure from ASM to ARM without downtime
How to expand your Azure Stack marketplace
Tales from the Road to Hybrid Cloud
Azure SDKs and Tools for You
6/26/2018 2:09 PM THR4002 Achieving Upward Mobility Top 3 Strategies for Migrating Data and Workloads to the Cloud
Optimizing Microsoft OneDrive for the enterprise
Performing a Seamless Migration in Azure SQL DB
What a Real, Functioning DevOps Team Looks Like
Virtual Machine Diagnostics in Microsoft Azure
7/22/2018 9:21 PM BRK3270 Building a Better Data Solution: Microsoft SQL Server and Azure Data Services Joey D’Antoni Principal Consultant Denny Cherry.
SQL Server on Linux on All-Flash Arrays
Microsoft Ignite /31/ :08 AM
8/6/ :17 AM THR2214 Hybrid Cloud Activated A customer case study optimizing on-premises & Azure performance and cost Mor Cohen-Tal Senior Product.
Modernizing Application Delivery with Containers & Kubernetes
Workflow Orchestration with Adobe I/O
Windows 10 Subscription Activation
Best Practices for Securing Hybrid Clouds
Azure Security in four steps
Automate all things! Microsoft Azure continuous deployment
9/22/2018 3:49 AM BRK2247 Learn from MVPs: Panel discussion on all things SharePoint and OneDrive © Microsoft Corporation. All rights reserved. MICROSOFT.
Confidence at speed: Visual Studio 2017 and your CI pipeline
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
Continuous Delivery for Microsoft Azure
Port your AWS Knowledge to Azure
Continuous Delivery with Visual Studio Team Services
Azure Advisor: Optimization in the best way
Run Bash scripts from Windows 10
11/27/2018 5:08 PM THR3057 Using a PowerShell release pipeline for a real-world service provider delivery in Microsoft Azure Niklas Åkerlund Lead Architect.
Developing for the cloud with Visual Studio
Microsoft products for non-profits
Azure CLI Jason R. Shaver Senior Program Manager
Microsoft Virtual Academy
Microsoft To-Do Preview
Securely pass passwords into your deployment
1/2/2019 5:18 PM THR3016 Customer stories: Plan and orchestrate large resource deployments on Azure infrastructure Igal Figlin Principal PM Manager – Azure.
MDM Migration Analysis Tool (MMAT)
Overview: Dynamics 365 for Project Service Automation
2/24/2019 7:49 PM BRK2198 Four new Azure management experiences to run your business critical applications Dushyant Gill | Jan Kalis.
Understand your Azure cloud assets dependencies with BMC Discovery
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
Breaking Down the Value of A Yammer Post: 20 Things to Do
Cool Microsoft Edge Tips and Tricks
When Bad Things Happen to Good Applications
Getting the most out of Azure resources with Azure Advisor
Manage your App Service resources using Command line tools
“Hey Mom, I’ll Fix Your Computer”
Service Template Creation from the Ground Up
Consolidate, manage, backup, and secure your cloud content
Designing Bots that Fit Your Organization
Ask the Experts: Windows 10 deployment and servicing
Passwordless Service Accounts
Azure Networking inside and out
Digital Transformation: Putting the Jigsaw Together
WCF and .NET Framework Microservices in Containers
Diagnostics and troubleshooting in Azure App Service Support Center
Optimizing your content for search and discovery
Day 2, Session 2 Connecting System Center to the Public Cloud
Presentation transcript:

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.

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.

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.

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.

“parameters” : { … } “variables”: { … “resources”: [ … ], Template schema “parameters” : { … } “variables”: { … “resources”: [ … ], “outputs” : { … https://azure.microsoft.com/en-us/resources/templates/ © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

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.

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.

Managed Disks

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.

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.

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.

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.

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.

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.

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.

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.

Virtual Machine Scale Sets Microsoft Build 2016 7/17/2018 3:31 AM Virtual Machine Scale Sets https://azure.microsoft.com/en-us/documentation/services/virtual-machines-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.

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.

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.

VM Scale Sets in Azure Resource Manager Resource Group VNET Subnet Scale Set VM VM VM VM … Scalable NIC Scalable Storage Extensions https://github.com/Azure/azure-quickstart-templates - *vmss*

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.

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.

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.

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.

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.

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

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.

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.

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.

7/17/2018 3:31 AM Related Sessions BRK2130: Getting 99.999% 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.

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 https://myignite.microsoft.com/evaluations Phone: download and use the Microsoft Ignite mobile app https://aka.ms/ignite.mobileapp 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.

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.