1/2/2019 5:18 PM THR3016 Customer stories: Plan and orchestrate large resource deployments on Azure infrastructure Igal Figlin Principal PM Manager – Azure.

Slides:



Advertisements
Similar presentations
demo Demo.
Advertisements

Virtual desktops in the cloud: Experiences from the field
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 on Steroids: Full Automation with PowerShell
Azure File Sync Setup, configuration and management
Use any Amazon S3 application with Azure Blob Storage
6/5/2018 1:30 PM THR1029 Spend less time managing data and more time with customers: Quick tour of Outlook Customer Manager Welly Lee
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
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
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.
Microsoft Ignite /18/2018 9:49 PM THR2226
Virtual Machine Diagnostics in Microsoft Azure
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.
Workflow Orchestration with Adobe I/O
Find, try and get line-of-business apps on Microsoft AppSource
Best Practices for Securing Hybrid Clouds
Azure Security in four steps
Automate all things! Microsoft Azure continuous deployment
Agile Planning with Visual Studio Team Services (VSTS)
Servicing Windows 10 in the Real World
9/22/2018 3:49 AM BRK2247 Learn from MVPs: Panel discussion on all things SharePoint and OneDrive © Microsoft Corporation. All rights reserved. MICROSOFT.
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
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
Automating security for better, continuous compliance in the cloud
Microsoft Virtual Academy
Introduction to ASP.NET Core 1.0
Five cool things you can do with Windows PowerShell on Office 365
Microsoft To-Do Preview
Securely pass passwords into your deployment
System Center Application Management
MDM Migration Analysis Tool (MMAT)
Overview: Dynamics 365 for Project Service Automation
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
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
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”
4/21/2019 7:09 AM THR2098 Unlock New Opportunities with Nintex Hawkeye Process Intelligence and Workflow Analytics Sr. Product.
4/28/2019 3:30 AM THR1061 Learn how Dynamics 365, Office 365 and related applications work together to transform the workplace Donna Edwards Solution Architect.
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:

1/2/2019 5:18 PM THR3016 Customer stories: Plan and orchestrate large resource deployments on Azure infrastructure Igal Figlin Principal PM Manager – Azure Compute 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.

Objective Understand how to configure and orchestrate VM deployments 1/2/2019 5:18 PM Objective Understand how to configure and orchestrate VM deployments Understand the concepts needed to manage at scale 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.

Setting up deployment for better performance 1/2/2019 5:18 PM Setting up deployment for better performance Premium vs. Standard Storage text here VMSS & Managed disks for scale & availability Descriptor text here Image Preparationr text here Compliance: OS & Patchingtext 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.

Demo: Simple VM Create Demo: Simple VM Template 1/2/2019 5:18 PM Demo: Simple 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.

Availability Sets Provides fault domains and upgrade domains 1/2/2019 5:18 PM Availability Sets Provides fault domains and upgrade domains Tied to a role in your application Required for 99.95% SLA Demo... AVSet Subnet Virtual Network © 2014 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 1/2/2019 5:18 PM 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 1/2/2019 5:18 PM 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.

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 1/2/2019 5:18 PM 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.

1/2/2019 5:18 PM Demo: VMSS © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Introducing Managed Disks

1/2/2019 5:18 PM 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 1/2/2019 5:18 PM 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 1/2/2019 5:18 PM © 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

Please evaluate this session Tech Ready 15 1/2/2019 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.

1/2/2019 5:18 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.