Basil Apostolou & Craig Pringle The why and how of hybrid cloud CLD22 3.

Slides:



Advertisements
Similar presentations
Gold Sponsors Bronze Sponsors Silver Sponsors Taking SharePoint to the Cloud Aaron Saikovski Readify – Software Solution Specialist.
Advertisements

Module 1: Demystifying Software Defined Networking Module 2: Realizing SDN - Microsoft’s Software Defined Networking Solutions with Windows Server 2012.
High memory instances Monthly SLA : Virtual Machines Validated & supported Microsoft workloads Price reduction: standard Windows (22%) & Linux (29%)
Microsoft Azure Virtual Networks. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision.
LB VIP:Input Endpoint Internal Endpoint foo.cloudapp.net  VIP.
CustomerSegment and workloads Your Datacenter Active Directory SharePoint SQL Server.
Customer needs EnterpriseGrade HyperScale Hybrid.
Windows Phone: Building Enterprise Apps Rob Tiffany Architect Microsoft Corporation WPH207.
Jan Peterson Microsoft Dynamics CRM Mobility Update - Productivity on the Go PRD24 1.
Pierre Sleep tight knowing you’re prepared for outages Protect your environment with Azure ARC32 4.
Michael Kelley Virtualizing Linux and FreeBSD Workloads on Windows Server Hyper-V INF335 A.
Microsoft Azure Active Directory. AD Microsoft Azure Active Directory.
Luke Notley Migrating from AWS to Azure Seamlessly CLD32 1.
Andrew Hennessy Automating Server Application migrations to the Cloud – Goodbye Server INF21 3.
Kevin Francis Developing on Windows Devices ARC33 2.
Chris Hewitt Adding magic to your business with Perceptual Intelligence ARC323 B.
Matt McSpirit Software-defined Networking in Windows Server 2016 INF32 4.
Vakhtang Assatrian Asia Communications TSP Lead, Microsoft Architecture options for implementing Skype for Business PRD32 7.
Kevin Francis Azure Media Services Architecture Deep Dive CLD31 2.
Creating highly available and resilient Microservices on Microsoft Azure Service Fabric
Alessandro Cardoso, Microsoft MVP Creating your own “Private Cloud” with Windows 10 Hyper- V WIN443.
Mahesh Krishnan Architecting highly resilient applications on Azure ARC42 7.
Jessica Payne Microsoft Global Incident Response and Recovery
Dr Greg Low Working with SQL Server Spatial Data DAT33 3.
Mike James Building a cross-platform pedometer app with Xamarin & Azure MOB334.
James Bannan Freddy vs JSON: Azure Resource Manager CLD44 3.
Pat Fetty – Principal PM Manager Securing your mobile assets with Microsoft Intune WIN33 1.
Mick Badran Using Microsoft Service Fabric to build your next Solution with zero downtime – Lvl 300 CLD32 5.
Nick Application Development for the Universal Windows Platform MOB225.
Matt McSpirit Understanding the Azure Stack INF33 2.
Alec Tucker An Introduction to Cross Platform Native App Development using Xamarin to Develop, Test and Monitor MOB227.
Orin Thomas 30 Bad Habits of Server Administrators INF32 3.
Fai Lai Global IoT Tech Specialist, C+E Specialist Sales Seamless communication between devices and Azure IoT Hub via Azure IoT Protocol Gateway MOB31.
Craig Pringle & Derek Moir
Building a Microservices solution using Docker,
Clint Wyckoff | Microsoft Product Strategy Veeam Software: Availability Strategies for Microsoft Azure and Hyper-V, A Deep Dive.
Kevin Francis Big Building Blocks – a tour of Dynamics ARC323 A.
Dr Greg Low Azure Datacamp Power Hour CLD21 3.
James Bannan The Cloud That Chuck Norris Built: Resilient Architecture in Azure ARC44 3.
Marin Franković MVP: SCCDM Algebra visoko učilište What’s new in Azure for IT Pro.
Rick Claus Architect like a PRO for Performance and Availability of your Microsoft Azure VMs ARC43 6.
3 Ways to Integrate Business Systems to Partners
Serverless in Office 365 Build services with Azure Functions
Making of the Ignite Bot
Partner Toolbox Cloud Infrastructure & Management
Now, let’s implement/trial Windows Defender Advanced Threat Protection
Building Business Application with Office 365 and Other Line Business Systems
Power BI Architecture, Best Practices, and Performance Tuning
Need for Speed: Why Applications With No Database and No Services are Fast ARC334 Nick Randolph – Built to Roam.
Synchronizing Data With SQL Azure Using SQL Azure Data Sync
Darren Neimke and Jonathan Ruckert
Build vNext in VSO and TFS 2015
Scalable SoftNAS Cloud Protects Customers’ Mission-Critical Data in the Cloud with a Highly Available, Flexible Solution for Microsoft Azure MICROSOFT.
Microsoft Virtual Academy
Microsoft Virtual Academy
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
2/24/2019 7:49 PM BRK2198 Four new Azure management experiences to run your business critical applications Dushyant Gill | Jan Kalis.
Deep Dive into Azure API Apps and Logic Apps
Technical Resources & Training
TechEd /11/ :25 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
UI test automation of MVC apps with Microsoft Edge WebDriver
Chris Henley & Ben DiQual
Empower your users with Azure Active Directory Premium
Microsoft Virtual Academy
Securing ASP.NET in an Azure Environment
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Presentation transcript:

Basil Apostolou & Craig Pringle The why and how of hybrid cloud CLD22 3

Agenda Introduction Why consider hybrid cloud? How do you do hybrid cloud? Design considerations A (sort of) real world scenario demo (and prize draw)

Agenda Introduction Why consider hybrid cloud? How do you do hybrid cloud? Design considerations Stories from the trenches

Resources in Public Cloud Resources somewhere else Connectivity Hybrid Cloud Level set – what is hybrid cloud?

Resources in Public Cloud

Resources somewhere else

Connectivity

Corporate Network Microsoft SQL Server Other Published Resource Hybrid Connection Manager Hybrid Connection Mobile App Web App

Customer Optus Cloud Exchange Microsoft Azure Microsoft Office 365 Optus Managed Cloud Connectivity

Hybrid Cloud

Why would you do this? Want to leverage existing investments Locked in to existing provider Running things that are not supported in Azure Windows Server 2003, Windows Server 2008, SQL 2005, RHEL and more Roles/Features not supported in Azure:

Things to consider What workloads can and/or should be in Azure? New workloads, temporary workloads, elasticity needed, core services What’s the right “somewhere else” for me? Current investments, needs of the business (e.g. self-service), support requirements How do I connect? Scope, volume of traffic, performance requirements, SLA requirements

Things to consider for Public Cloud How do I keep it secure? You can’t deploy physical firewalls like you do in your own datacenter. How do I manage it? You want a consistent tool set that can span across your chosen Clouds

Some of our Hybrid Cloud Learnings Connectivity Even if your bandwidth requirements are not great, ExpressRoute gives you lower latency and Carrier applied QoS. Avoid static routing VPNs except in very simple scenarios. As soon as 2 connections are needed to 1 vNet dynamic routing required. To switch from static to dynamic you need to destroy and recreate the gateway. Downtime! Fewer Firewalls have support for Dynamic Routing, but an RRAS Server will work just fine.

Some of our Hybrid Cloud Learnings PPT – People Processes Technologies Is your organisation ready for adopting Hybrid Cloud? Are the people you already have adequately skilled in taking full advantage of Public Cloud? Do you have processes that are tied to Legacy / Physical / Virtual environments inside your datacentre? Do your service management systems work and scale like Public cloud does?

Some of our Hybrid Cloud Learnings Windows Azure Pack/Windows Azure Stack You will have different consoles for managing private and public clouds Pay close attention to prerequisites Network design is paramount. Connectivity between WAP vNets and outside world is managed by Gateway hosts and VMs. Supports multiple VPNs or one ExpressRoute. If you want to maximize the Azure footprint, Design VMs around as many of the Azure limitations as you can. E.g. drive sizes, DHCP

Our Scenario Going to run a scalable web front end in Azure… …Accessing a backend which isn’t supported to run in Azure.

Optus Managed Cloud Microsoft Azure Web App Internet Hybrid Connection Manager On Windows 2012 VM Users Legacy SQL 2005 On Windows 2003VM User Traffic Hybrid Connection Traffic

Enter Me!

Still to Ignite Optus Cloud Ask the Experts -After this session in the Optus ThinkSpace– or come see us at the stand. INF425 - Cooking in the Cloud: Get it right first time, every time with Chef MOB223 - Bring IT All Together with Enterprise Mobility Suite: A day in the life with EMS ARC433 - The Cloud That Chuck Norris Built: Resilient Architecture in Azure CLD443 - Freddy vs JSON: Build your cloud with Azure Resource Manager

Continue your Ignite learning path Visit Microsoft Virtual Academy for free online training visit Visit Channel 9 to access a wide range of Microsoft training and event recordings Head to the TechNet Eval Centre to download trials of the latest Microsoft products