Put your enterprise applications in the fast lane

Slides:



Advertisements
Similar presentations
Session 1.
Advertisements

Successfully migrate existing databases to Azure SQL Database
From IT Pros to IT Heroes - with Azure DevTest Labs
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
AI development using Data Science Virtual Machines (DSVM) in Azure
Windows 10 and the cloud: Why the future needs hybrid solutions
Azure SDKs and Tools for You
6/26/2018 5:24 AM THR1083 Enabling Advanced Security Capabilities: Drive consistent authorization across multiple applications Bryan Bolling Solution Architect,
Optimizing Microsoft OneDrive for the enterprise
What a Real, Functioning DevOps Team Looks Like
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
Workflow Orchestration with Adobe I/O
Customize Office 365 Search and create result sources
How we got a traditional bank collaborating across boundaries
Find, try and get line-of-business apps on Microsoft AppSource
User Group Best Practices
Eliminate Service Outages with Microsoft Azure and ServiceNow
Azure Security in four steps
Automate all things! Microsoft Azure continuous deployment
Agile Planning with Visual Studio Team Services (VSTS)
9/22/2018 3:49 AM BRK2247 Learn from MVPs: Panel discussion on all things SharePoint and OneDrive © Microsoft Corporation. All rights reserved. MICROSOFT.
Three Steps to Innovate and #HackTheStatusQuo
Confidence at speed: Visual Studio 2017 and your CI pipeline
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
Continuous Delivery for Microsoft Azure
11/22/2018 1:43 PM THR3005 How to provide business insight from your data using Azure Analysis Services Peter Myers Bitwise Solutions © Microsoft Corporation.
Continuous Delivery with Visual Studio Team Services
Azure Advisor: Optimization in the best way
Mobile Center and VSTS:​ Better together for your Mobile DevOps
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.
Accelerate Office 365 Adoption Through Microsoft FastTrack Services
Microsoft products for non-profits
Introduction to ASP.NET Core 1.0
Five cool things you can do with Windows PowerShell on Office 365
What do YOU get from SharePoint Hybrid?
Microsoft To-Do Preview
Securely pass passwords into your deployment
Accelerate customer experience with ChatOps
Yammer for IT Tom Kretzmer Solutions Developer, Westinghouse THR1016
Microsoft Exchange: Through the eyes of MVPs (Panel discussion)
MDM Migration Analysis Tool (MMAT)
Overview: Dynamics 365 for Project Service Automation
Understand your Azure cloud assets dependencies with BMC Discovery
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
“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.
Business Continuity and the Microsoft Cloud
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
Presentation transcript:

Put your enterprise applications in the fast lane 5/29/2018 5:25 AM THR2203 Put your enterprise applications in the fast lane Lei Yang, Sr Product/Solutions Marketing Manager Matthew Geddes, Field CTO © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Public cloud agility in your data center © 2017 Tintri, Inc. All Rights Reserved. © 2017 Tintri, Inc. All Rights Reserved. 2

Tintri helps to complete that picture. 5/29/2018 5:25 AM 5:25 AM Why Tintri? Need public cloud agility for your Enterprise applications? Are you wondering how to enable hybrid cloud services? Do you want automation and delegation at the right level of abstraction throughout the whole virtualization stack? Tintri helps to complete that picture. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 3

Overview Lightning-fast look at some common cases in: SQL Deployments 5/29/2018 5:25 AM 5:25 AM Overview Lightning-fast look at some common cases in: SQL Deployments DevOps and Cloud Automation VDI/EUC And the ingenious solutions found Specifically around: Intelligent data copy management Automated using VM-level APIs © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 4

5/29/2018 5:25 AM 5:25 AM Saving SQL © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 5

The Problem Production SQL VMs Daily, Monthly, Quarterly Reporting 5/29/2018 5:25 AM 5:25 AM The Problem Application Users Reporting Tools Production SQL VMs Daily, Monthly, Quarterly Reporting Reporting vs Active Users Resource Contention 8hr+ Severely Degraded Performance VM SQL DB © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 6

The Solution Attach vDisks from replica to VMs at DR site LOCAL SITE DR SITE The Solution Attach vDisks from replica to VMs at DR site Performed using zero- copy data sync VMs at DR site run reporting software No further resource contention SQL VM REPORTING VM PRODUCTION SQL PRODUCTION ZERO-COPY SYNC DR REPLICA

Automation examples Connect-TintriServer –Server vms01.vmlevel.com $src = Get-TintriVM –name 'prod-sql' $snap = Get-TintriVMSnapshot –VM $src -UseLatestSnapshot $dst = Get-TintriVM –name 'report-sql' Sync-TintriVDisk -VM $src –SourceSnapshot $snap -AllButFirstVdisk © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Debugging DevOps 5/29/2018 5:25 AM 5:25 AM 9 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 9

The Problem Test Failures in CI Test Suite 5/29/2018 5:25 AM 5:25 AM The Problem PASS Test Failures in CI Test Suite VM Quarantined till Triaged – Unavailable Potentially Days PASS CI SUITE PASS Q Q PASS © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 10

DEV’S VMs The Solution VM PASS On test failure, CI suite automation takes a snapshot of the VM running the failed test. Developer can use favorite tools for RCA Resources never hit quarantine PASS SQL DB CI SUITE PASS Zero-copy synch Q Zero-copy synch VM Q PASS SQL DB

Automation examples Connect-TintriServer –Server vms01.vmlevel.com $src = Get-TintriVM –name 'test-vm01' $snap = Get-TintriVMSnapshot –VM $src -GetLatestSnapshot $disks = Get-TintriVDisk –Snapshot $snap  $dst = Get-TintriVM –name 'dev-vm01' Sync-TintriVDisk -VM $dst -SourceSnapshot $snap –VDiskMap @($null,$disks[0]) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Hands-Free VDI 5/29/2018 5:25 AM 5:25 AM 13 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 13

FILES RECOVERED AND RETURNED 5/29/2018 5:25 AM 5:25 AM The Problem USER HELP DESK Users Misplace Things At Scale, Serving Restores is Costly Need Delegation or Self-Service FILES RECOVERED AND RETURNED BACKUP TEAM ? © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 14

The Solution Automation: vDisk automatically detached after 24hrs 5/29/2018 5:25 AM 5:25 AM The Solution DESKTOP PORTAL Automation: Presented to Support or Users via Portal or ChatOps. Restores snapshot of VDI vDisk as second drive. User uses copy/paste to recover files. vDisk automatically detached after 24hrs End user is largely self-serve, and safely RESTORE DESKTOP VM C: R: Zero-copy data synch SNAPSHOT © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 15

Automation examples Connect-TintriServer –Server vms01.vmlevel.com $src = Get-TintriVM –name 'user01-vm' $snap = Get-TintriVMSnapshot –VM $src –GetLatestSnapshot Sync-TintriVM -VM $src –Snapshot $snap –AttachDisks © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Key Takeaways The combination of: Intelligent and efficient data sync 5/29/2018 5:25 AM 5:25 AM Key Takeaways The combination of: Intelligent and efficient data sync APIs at the VM granularity Allow for: Ingenious solutions to daily Enterprise problems Greater business agility © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 17

5/29/2018 5:25 AM 5:25 AM Q&A © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 18

Win your LEGO brick © Tintri Inc. 2017. All Rights Reserved.

Please evaluate this session Tech Ready 15 5/29/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.

5/29/2018 5:25 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.