Migrating to. Microsoft Azure

Size: px
Start display at page:

Download "Migrating to. Microsoft Azure"

Transcription

1 Migrating to Microsoft Azure A Bulletproof ebook

2 What is Microsoft Azure Microsoft Azure is a Cloud platform that s been a relative newcomer to the marketplace in Australia. While launching locally in October 2014, Azure has been available in other regions dating back to February This means that Azure arrived in Australia as a mature offering, but it also has come on the scene at an interesting point in the overall evolution of Cloud. When Microsoft launched Azure, their focus on PaaS (Platform as a service) rather than IaaS (Infrastructure as a service), they were possibly a little too ahead of the marketplace. This allowed other Cloud providers leading with a IaaS focus to gain a solid foothold and achieve growth. However, that market evolution sees that increasingly there is a demand for PaaS services from organisations. Over time, businesses and the marketplace generally have been going through an evolution: moving from physical architectures through virtual, IaaS to PaaS and serverless architectures. Where we are today PaaS, microservices and serverless architectures are gaining popularity and for good reason. Using these technologies allow you to free yourselves from worrying about the infrastructure components and plumbing and concentrate on the business problem you are trying to solve. The hard work of architecting the platform for performance, high availability and extensibility has already been done by leveraging Microsoft s experience in building operating systems, databases, desktop and enterprise applications, developer tools and SaaS (Software-as-a-Service) applications. This means Azure is well-placed to inherit this vast knowledge. In our Migrating to Microsoft Azure ebook, we will run through the four phases organisations should go through when migrating to Azure, as well as highlighting some key takeaways and relevant services at different stages of this migration journey. 2

3 Phase 1: Review & Assess

4 Phase 1: Review & Assess Three key items make up this phase of the journey. Authentication and Security You should take the time to understand the Azure subscription model, billing arrangements and account requirements before you begin implementing significant and certainly production environments. As part of this, think and plan your authentication, Single-Sign-On (SSO) and Active Directory federation requirements. Your Azure migration is an ideal opportunity to provide SSO and Multi-Factor Authentication capabilities if they aren t already in place. Dependency Maps BCDR Requirements HA Requirements Data Soveregnty System Inventory Systems Databases Storage Networking Conducting a system inventory is highly recommended. 4

5 Conducting a System Inventory Migrating to Microsoft Azure It s highly recommended to conduct an inventory of your existing systems and not just a hardware list of CPU, memory and disk for example. Much of the value of Azure is in the ability to utilise PaaS services - so as part of the inventory, gather middleware, database and application information. You also want to create any dependency maps and of course High Availability (HA) and Disaster Recovery (DR) requirements, for example Recovery Time Objectives (RTOs) and Recovery Point Objectives (RPOs). Compliance requirements like data sovereignty, encryption and retention requirements that may be required by regulatory bodies like APRA should also be included. Classify the workloads Finally, classify the workloads collected in the inventory mentioned above based on cloud service model. What can be SaaS, what can be PaaS and what needs to be IaaS? What can t move for example non-x86 UNIX systems. Even systems that can t be migrated may have components that can, for example the presentation layer of a Line of Business Application. Key Takeaways: Understand Azure subscriptions and accounts Create a comprehensive system inventory Classify systems from the inventory based on cloud service models 5

6 Phase 2: Planning & Designing

7 Phase 2: Planning & Designing In Phase 2, we can again break that down into three key considerations for organisations. Building on the thorough assessment completed in Phase 1, now is the time to design your Azure environment for success. Applying DevOps approaches The DevOps movement has established a solid foothold in many IT operations especially those practicing Agile methodologies to software development. PaaS services in Azure like Web Apps and Function Apps are all about letting developers actually develop - leveraging the underlying infrastructure of Azure and building innovative applications quickly and easily. Think about how DevOps can assist your deployment scenarios. Azure has DevOps as a core philosophy and to really get the most business value out of an Azure migration - you should try and apply its principles wherever possible. This doesn t mean using DevOps everywhere. However, DevOps should definitely be front of mind if you have web applications and in particular web apps where you have internal developers or partners building the software. Defining your Infrastructure as Code and using Automation The second item to consider in this phase is defining your Infrastructure as Code and using Automation where possible. Azure supports declarative approaches to infrastructure as code using industry standard JSON templates, as well as API and procedural approaches using popular languages including PowerShell, C#, JavaScript, Ruby and Python. Defining your infrastructure as code allows you to store it in a source code repository and track version changes. It also makes it easier to detect and control configuration drift, perform repeatable, consistent deployments for DR or load testing, and allows you to automate the deployment process using tools Azure provides or third party automation and orchestration tools. Re-use Automation Versioned Manage Drift ARM Templates PowerShell Scripts.NET Node, Python, Ruby, PHP Infrastructure as Code and Automation 7

8 Automation lightens the operational load, and reduces the chances of human mistakes. It can also leave behind an audit trail for troubleshooting or auditing purposes. Automatic software deployments via Continuous Integration/Continuous Deployment (CI/CD) pipelines are an integral part of DevOps practices. Networking Your bandwidth and HA requirements will largely dictate which Azure networking components you will utilise. For dedicated high speed connections to your datacentre you should strongly consider ExpressRoute which does not route over the public internet. For more modest requirements there s VPN Gateway that provides secure communications over the public internet in both site-2- site and point-2-site configurations. There s also Azure DNS, which can manage you re DNS zones with industrial-strength scale and resiliency, Traffic Manager which can provide load balancing at the regional level, and a Content Delivery Network (CDN) which can speed up content delivery from web applications for geographically distributed users. Key Takeaways: Use DevOps principles wherever they make sense Develop your infrastructure using code rather than building from the GUI Use Automation wherever possible using your infrastructure code Evaluate your networking requirements not just from a bandwidth point of view but also from a HA and security perspective 8

9 Phase 3: Implement & Trial

10 Phase 3: Implement & Trial This is the exciting stuff. Getting your hands dirty and making Azure work for your organisation. We ve done our review and analysis up front, we ve planned and designed our Azure environment to meet our business and technological requirements. Now let s get started. Sandpit Environments It s highly recommended that you Set Up a Sandpit Subscription for Azure or utilise any existing offers that may come with other Microsoft subscriptions and services you may already have. For instance, if you have an MSDN subscription - it comes with $200AUD monthly credits. This is perfect for organisations in this phase because you want to experiment with the platform and become familiar with the interface. You can also start to explore the services available, their features and deployment methods open to them. Administrators with PowerShell skills are particularly valuable - given that everything in Azure can be done with PowerShell and there are actually some things that can only be performed with PowerShell (for now). A recent addition to the Azure service portfolio is Azure DevTest Labs. This service provides a framework that facilitates fast, easy and lean dev-test environments. DevTest Labs allows you to manage costs with policies dictating what can be deployed; Schedule start-up and shutdown times to keep a lid on usage; and use custom images and templates so that you can reproduce complex systems consistently and predictably. Beachhead Deployments Now, let s talk about beachhead deployments as a best practice approach to an Azure migration. As mentioned earlier, you should take the time to become comfortable with the Azure platform. Once ready, move some of your workloads to Azure and get them stable and optimised. The workloads might be Development environments or Greenfield environments - the goal is to get a representative sample of workloads from your inventory running effectively and reliably. From here, you can roll out the remainder of your Azure bound workloads in a phased approach. 10

11 Development Environments New Environments POC Environments Sandpit Environments Beachhead deployments is a best practice approach for your Microsoft Azure migration Also, keep in mind that there are different methods for migrating workloads to Azure. For instance, if you work with VM or IaaS workloads, Microsoft has Azure Site Recovery (ASR). This is a DR tool that really simplifies the process of architecting DR solutions for applications running on-premises. ASR can also be used to migrate machines (both Physical and Virtual) to Azure with near-zero downtime using disk based replication. Key Takeaways: Utilise any existing subscriptions or commercial arrangements with Microsoft that may include Azure credits to start getting familiar with Azure via sandpit environments DevTest Labs provides a framework that allows you to experiment and test in Azure while managing costs When ready, establish some beachhead deployments in Azure to start getting runs on the board and demonstrate success. 11

12 Phase 4: Analyse & Measure

13 Phase 4: Analyse & Measure The final part of the journey is migration validation and monitoring. Analysing and measuring how your workloads are performing should be ongoing and continuous. Monitoring Monitoring is key here and Azure provides a rich set of tools and services to assist. Remember that just because you have moved to cloud, that doesn t absolve you from the responsibility to monitor and manage your systems. Cloud computing with Azure certainly makes it easier and allows for much deeper analysis. It also gives you the ability to remediate problems automatically or take evasive action like killing misbehaving systems and seamlessly deploying healthy replacements. Some tools worth mentioning include Kudu, which provides deep instrumentation and analysis of running processes in Web Apps; Operational Insights which is a monitoring and log analysis tool similar to SCOM; and Application Insights that can stream telemetry from a running application to Azure for comprehensive analysis in Visual Studio or the provided portal. Using Power BI Microsoft also provides Power BI. This is an excellent Business Intelligence tool that can mine your Azure resources and deliver powerful trend analysis and forecasting. This can be really helpful to both maximise your investment and use of Azure, as well as providing insight that can unlock business value as well. Third-party APM Tools 13

14 So there you have it: Four phases to an Azure migration. In many ways it s like any significant strategic business project. You do thorough research about the system you are looking to implement; Analyse your current resources; Identify ways you can make your implementation seamless; You get stuck in and get your hands dirty by playing around, while laying contingencies in case anything goes awry; Finally, you consistently measure success. The good news is that Azure can add real business and technological value to your organisation. It is of course a major strategic project, but value add of Azure can include driving productivity, innovative development, act as a perfect partner to drive your DevOps culture and realising cost savings as well. The key as always is to do your homework, plan, research and review. With all that in mind, why not get started today! 14

15 Reference Links (correct as of November 2016) Overview of Single Sign-On: Azure Active Directory: Infrastructure as Code with Microsoft Azure: devops/2016/01/27/vorlonjs-a-journey-to-devops-infrastructure-as-code-with-microsoft-azureand-resource-manager/ ExpressRoute: VPN Gateway: Azure DNS: Traffic Manager: Content Delivery Network (CDN): PowerShell: Azure DevTest Labs: Site Recovery: Kudu: Azure Operational Insights: Application Insights: Visual Studio: Power BI: 15

16 Bulletproof Cloud Services for Microsoft Azure Get the most out of your Microsoft Azure investment with Bulletproof, your trusted end-to-end Cloud Services partner. Bulletproof is A/NZ s leading end-to-end Cloud Services partner. Our certified experts have the experience to enable and support you at every stage of your Cloud and Multi-Cloud journey. We provide a full end-to-end service on Microsoft Azure, from Consulting, Delivery to on-going Support. Bulletproof Support Support Security Data Protection Cost Management DevOps Consulting Cloud Adoption Cloud Health Check Cloud Migration Plan DevOps & Agile Enablement Sitecore Health Check Delivery Cloud Migration into Microsoft Azure Solution Architecture Design DevOps Refine Continuous Integration DevOps Embed Continuous Deployment About Bulletproof Bulletproof (ASX:BPF) is the leading cloud services provider in Australia/New Zealand and trusted partner to over 750 organisations. Bulletproof simplifies complex technology and enables rapid transformation for businesses of all sizes. Our certified and experienced Cloud experts advise and support organisations at every step in their cloud journey, by providing market-leading expertise and mission-critical support across multiple platforms and technologies. T: AUS NZ E: contactus@bulletproof.net W:

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS Course Duration: 5 Days About this course This course is aimed at experienced IT professionals who currently administer their on-premise infrastructure.

More information

MS Integrating On-Premises Core Infrastructure with Microsoft Azure

MS Integrating On-Premises Core Infrastructure with Microsoft Azure MS-10992 Integrating On-Premises Core Infrastructure with Microsoft Azure COURSE OVERVIEW: This three-day instructor-led course covers a range of components, including Azure Compute, Azure Storage, and

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course # Exam: Prerequisites Technology: Delivery Method: Length: 20533 70-533 20532 Microsoft Products Instructor-led (classroom) 5 Days Overview

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course 20533C Five days - Instructor-led - Hands-on Introduction This five day instructor led course is intended for IT professionals who are familiar

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Duration: 5 Days Course Code: 20533C About this Course: This course is intended for IT professionals who are familiar with managing on-premises IT

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

More information

20533: Implementing Microsoft Azure Infrastructure Solutions

20533: Implementing Microsoft Azure Infrastructure Solutions Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Course 20533C Implementing Microsoft Azure Infrastructure Solutions

Course 20533C Implementing Microsoft Azure Infrastructure Solutions Course Outline Module 1: Introduction to Azure This module introduces cloud solutions in general and then focuses on the services that Azure offers. The module goes on to describe the portals that you

More information

COURSE OUTLINE: Course 20533C- Implementing Microsoft Azure Infrastructure Solutions

COURSE OUTLINE: Course 20533C- Implementing Microsoft Azure Infrastructure Solutions Course Name Course Duration Course Structure Course Overview 20533C-Implementing Microsoft Azure Infrastructure Solutions 5 Days Instructor-Led This course is intended for IT professionals who are familiar

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Course 20533C: Implementing Microsoft Azure Infrastructure Solutions Course Outline Module 1: Introduction to Azure This module introduces cloud solutions in general and then focuses on the services that

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS10979]: Microsoft Azure Fundamentals Length : 2 Days Audience(s) : IT Professionals Level : 100 Technology : Azure Delivery Method : Instructor-led (Classroom) Course Overview This course provides the

More information

This module introduces students to cloud services and the various Azure services. It describes how to

This module introduces students to cloud services and the various Azure services. It describes how to Course Outline Module 1: Getting Started with Microsoft Azure This module introduces students to cloud services and the various Azure services. It describes how to use the Azure portal to access and manage

More information

Implementing Microsoft Azure Infrastructure Solutions (MS 20533)

Implementing Microsoft Azure Infrastructure Solutions (MS 20533) 888.888.5251 WWW.SUNSETLEARNING.COM Implementing Microsoft Azure Infrastructure Solutions (MS 20533) COURSE OVERVIEW: This course is intended for IT professionals who are familiar with managing on-premises

More information

Microsoft FastTrack For Azure Service Level Description

Microsoft FastTrack For Azure Service Level Description ef Microsoft FastTrack For Azure Service Level Description 2017 Microsoft. All rights reserved. 1 Contents Microsoft FastTrack for Azure... 3 Eligible Solutions... 3 FastTrack for Azure Process Overview...

More information

How to create an Azure subscription

How to create an Azure subscription How to create an Azure subscription Azure is a cloud hosting service offered by Microsoft, and offers services like file storage, backups, database and Windows and Linux virtual machines. Anyone can harness

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Architecting Microsoft Azure Solutions 20535A; 5 Days; Instructor-led Course Description This course is intended for architects who have experience building infrastructure and applications on the Microsoft

More information

Azure Stack. Unified Application Management on Azure and Beyond

Azure Stack. Unified Application Management on Azure and Beyond Azure Stack Unified Application Management on Azure and Beyond Table of Contents Introduction...3 Deployment Models...4 Dedicated On-Premise Cloud... 4 Shared Application Hosting... 4 Extended Hosting

More information

Bluemix Overview. Last Updated: October 10th, 2017

Bluemix Overview. Last Updated: October 10th, 2017 Bluemix Overview Last Updated: October 10th, 2017 Agenda Overview Architecture Apps & Services Cloud Computing An estimated 85% of new software is being built for cloud deployment Cloud Computing is a

More information

Implementing Microsoft Azure Infrastructure Solutions EXAM

Implementing Microsoft Azure Infrastructure Solutions EXAM Implementing Microsoft Azure Infrastructure Solutions EXAM 70-533 Contents Module 1: Introduction to Azure This module introduces cloud solutions in general and then focuses on the services that Azure

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Course 20535: Architecting Microsoft Azure Solutions Page 1 of 8 Architecting Microsoft Azure Solutions Course 20535: 4 days; Instructor-Led Introduction This course is intended for architects who have

More information

Cloud OS Customer-Ready Services

Cloud OS Customer-Ready Services Cloud OS Customer-Ready Services ON-PREMISES CONSISTENT 1PLATFORM MICROSOFT SERVICE PROVIDER Web Platform application Services (PaaS) Infrastructure Services (IaaS) Reliable messaging Virtual Networking

More information

Microsoft moves IT infrastructure management to the cloud with Azure

Microsoft moves IT infrastructure management to the cloud with Azure Microsoft IT Showcase Microsoft moves IT infrastructure management to the cloud with Azure At Microsoft Core Services Engineering and Operations, formerly Microsoft IT, we re embracing digital transformation

More information

COMPANY PROFILE.

COMPANY PROFILE. COMPANY PROFILE www.itgility.co.za Contact anyone of our consultants: Vision Minesh +27 (0) 83 441 0745 Andre +27 (0) 83 357 5729 Francois +27 (0) 82 579 1705 Jacques +27 (0) 83 357 5659 ITgility is an

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Microsoft Official Course - 20535 Architecting Microsoft Azure Solutions Length 5 days Prerequisites Create resources and resource group in Azure. Manage users, groups, and subscriptions in an Azure Active

More information

Cognixia LEARNING SOLUTIONS COMPANY. Microsoft Azure Training (AZ-100)

Cognixia LEARNING SOLUTIONS COMPANY. Microsoft Azure Training (AZ-100) Cognixia A LEARNING SOLUTIONS COMPANY Microsoft Azure Training (AZ-100) About Cognixia Cognixia, formerly known as Collabera TACT, is a Collabera Learning Solutions Company. Being a consistently awarded

More information

What s new on Azure? Jan Willem Groenenberg

What s new on Azure? Jan Willem Groenenberg What s new on Azure? Jan Willem Groenenberg Why the cloud? Rapidly setup environments to drive business priorities Scale to meet peak demands Increase daily activities, efficiency and reduced cost. Why

More information

EXPERIENCE EVERYTHING

EXPERIENCE EVERYTHING EXPERIENCE EVERYTHING RAPID. OPEN. SECURE. Jigar Bhansali VP Solution & Architecture, Asia & China INNOVATION TOUR 2018 April 26 Singapore 2018 Software AG. All rights reserved. For internal use only HYBRID

More information

Course 20535A: Architecting Microsoft Azure Solutions

Course 20535A: Architecting Microsoft Azure Solutions Course 20535A: Architecting Microsoft Azure Solutions Module 1: Application Architecture Patterns in Azure This module introduces and reviews common Azure patterns and architectures as prescribed by the

More information

Security Solutions in Azure

Security Solutions in Azure Security Solutions in Azure Dylan de Jong Cloud solution architect Dyjong@Microsoft.com Welk jaar was dit? ADD A FOOTER Welk jaar werd het Microsoft Azure? 4 ADD A FOOTER 10 Jaar + Geleden ADD A FOOTER

More information

Middleware Modernization: lay the foundation to your digital success

Middleware Modernization: lay the foundation to your digital success Middleware Modernization: lay the foundation to your digital success Agenda 1 Why modernize? 5 Platform services 2 What middleware capabilities would a digital enterprise need? 6 People and processes 3

More information

A Cloud Migration Checklist

A Cloud Migration Checklist A Cloud Migration Checklist WHITE PAPER A Cloud Migration Checklist» 2 Migrating Workloads to Public Cloud According to a recent JP Morgan survey of more than 200 CIOs of large enterprises, 16.2% of workloads

More information

GUIDE The Enterprise Buyer s Guide to Public Cloud Computing

GUIDE The Enterprise Buyer s Guide to Public Cloud Computing GUIDE The Enterprise Buyer s Guide to Public Cloud Computing cloudcheckr.com Enterprise Buyer s Guide 1 When assessing enterprise compute options on Amazon and Azure, it pays dividends to research the

More information

Azure Marketplace. Integration Solutions

Azure Marketplace. Integration Solutions Azure Marketplace Integration Solutions Contents About Black Marble... 3 BizTalk, Integration and Hybrid Cloud... 4 BizTalk Health Check... 4 Service Description... 4 Features... 4 Benefits... 4 BizTalk

More information

House Keeping. You are in Listen Only Mode. Azure 101: Azure Overview. Azure 201: How to do a Cost Estimate for Virtual Machines

House Keeping. You are in Listen Only Mode. Azure 101: Azure Overview. Azure 201: How to do a Cost Estimate for Virtual Machines House Keeping You are in Listen Only Mode Use the WebEx Chat window to enter question Azure 101: Azure Overview First Tuesday of each Month Azure 201: How to do a Cost Estimate for Virtual Machines Second

More information

Microsoft Azure Fundamentals. Course ID : OD10979D.

Microsoft Azure Fundamentals. Course ID : OD10979D. Microsoft Azure Fundamentals Course ID : OD10979D Overview About this course This course provides the underlying knowledge required by all individuals who will be evaluating Microsoft Azure, whether they

More information

MS Microsoft Azure Fundamentals

MS Microsoft Azure Fundamentals MS 10979 Microsoft Azure Fundamentals COURSE OVERVIEW: Get hands-on instruction and practice implementing Microsoft Azure in this two-day Microsoft Official Course with Centriq Training. Join us online

More information

"Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary

Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary MOC 20535 A: Architecting Microsoft Course Summary Description This course is intended for architects who have experience building infrastructure and applications on the Microsoft platform. Students should

More information

MS-20533: Implementing Microsoft Azure Infrastructure Solutions

MS-20533: Implementing Microsoft Azure Infrastructure Solutions MS-20533: Implementing Microsoft Azure Infrastructure Solutions Description This course is aimed at experienced IT Professionals who currently administer their on-premise infrastructure. The course introduces

More information

Self-driving Clouds: From Vision to Reality

Self-driving Clouds: From Vision to Reality @ZeroStackInc sales@zerostack.com www.zerostack.com Self-driving Clouds: From Vision to Reality White Paper Introduction Imagine you are in New York for some customer meetings and meet your brother. So

More information

Customer Challenges SOLUTION BENEFITS

Customer Challenges SOLUTION BENEFITS SOLUTION BRIEF Matilda Cloud Solutions simplify migration of your applications to a public or private cloud, then monitor and control the environment for ongoing IT operations. Our solution empowers businesses

More information

7 reasons why your business should invest in container technology

7 reasons why your business should invest in container technology WHITE PAPER 7 reasons why your business should invest in container technology What are containers? Why are they changing the development landscape? And why does your business need to get on board? Gartner

More information

VDI. Citrix Cloud Services Adrian Fish

VDI. Citrix Cloud Services Adrian Fish VDI Citrix Cloud Services 1 Citrix Cloud Services & How this changes how you deliver IT 2 About Citrix Cloud Citrix Cloud is a delivery and management platform that enables faster set up and time-to-value

More information

http://azure123.rocks/ Agenda Why use the cloud to build apps? Virtual machines for lift-shift scenarios Microservices and Azure Service Fabric Data services in Azure DevOps solutions Compute Compute

More information

Quick Reference Guide

Quick Reference Guide Windows BitLocker Drive Encryption IT Showcase On: Hybrid Cloud Strategy Quick Reference Guide Microsoft IT s Journey to the Cloud The following content may no longer reflect Microsoft s current position

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T E f f e c t i ve M u l t i c l o u d, H yb r i d I T Operations D e p e n d o n Au tomation and An a l yt i c s April 2017 Adapted from Effective Multicloud

More information

3.30pm. A sneak peek at Veeam 2018 releases Veeam for VMware Cloud on AWS technical deep dive Veeam Availability Console Update pm. 2.

3.30pm. A sneak peek at Veeam 2018 releases Veeam for VMware Cloud on AWS technical deep dive Veeam Availability Console Update pm. 2. 1.30pm 2.00pm 2.30pm 3.00pm 3.30pm 4.00pm 4.30pm 5.00pm Business Breakout Veeam Backup for Microsoft Office 365 - It's Your Data! Management products: The OTHER side of Veeam Panel: Business Compliance

More information

ApiOmat. Case Study. Challenge

ApiOmat. Case Study. Challenge Case Study SUSE CaaS Platform SUSE Cloud Application Platform In today s digital world, we expect to be able to do everything on our smartphones. makes it quicker and easier for enterprises to develop

More information

Azure. Bruno Kovačić Axilis, Microsoft MVP

Azure. Bruno Kovačić Axilis, Microsoft MVP Azure Bruno Kovačić Axilis, Microsoft MVP Why the cloud? Game sessions hosted using Azure Hosted using >100,000 Azure Virtual Machines Why the cloud? Rapidly setup environments to drive business priorities

More information

Enterprise cloud control plane planning

Enterprise cloud control plane planning Enterprise cloud control plane planning End-to-end pipelines for automating Microsoft Azure deployments By Tim Ehlen AzureCAT October 2018 Contents Overview... 3 Tracking the program step by step... 4

More information

Steve Bryant-Brown Technology Mayank Nayar Program Manager, Azure Site Recovery. Will Rowley Cloud

Steve Bryant-Brown Technology Mayank Nayar Program Manager, Azure Site Recovery. Will Rowley Cloud Steve Bryant-Brown Technology Strategist @stevebb Mayank Nayar Program Manager, Azure Site Recovery Will Rowley Cloud Direct @WillRow Business realities create opportunity Transforming the datacenter Physical

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Architecting Microsoft Azure Solutions Duración: 5 Días Código del Curso: M20534 Temario: This course is intended for architects who have experience building infrastructure and applications on the Microsoft

More information

WHITE PAPER Migrating to the Cloud

WHITE PAPER Migrating to the Cloud WHITE PAPER Make the move without making mistakes 1 Introduction The cloud is a nebulous concept, literally. Moving to the cloud is not as straightforward as moving a data center from San Francisco to

More information

Adopting Azure Resource Manager for efficient cloud infrastructure management

Adopting Azure Resource Manager for efficient cloud infrastructure management Microsoft IT Showcase Adopting Azure Resource Manager for efficient cloud infrastructure management Microsoft IT runs in the cloud. We have a massive investment in Microsoft Azure for our cloud IT infrastructure,

More information

Optimizing resource efficiency in Microsoft Azure

Optimizing resource efficiency in Microsoft Azure Microsoft IT Showcase Optimizing resource efficiency in Microsoft Azure By July 2017, Core Services Engineering (CSE, formerly Microsoft IT) plans to have 90 percent of our computing resources hosted in

More information

AFFORDABLE AZURE February 14, 2019

AFFORDABLE AZURE February 14, 2019 AFFORDABLE AZURE February 14, 2019 MEET THE PRESENTERS Brian Griffeth Dalechek Cloud Solutions Architect Mark Seger Microsoft Azure Strategic Growth Development Manager Rick Dalechek Dalechek Founder of

More information

An Overview of the AWS Cloud Adoption Framework

An Overview of the AWS Cloud Adoption Framework An Overview of the AWS Cloud Adoption Framework Version 2 February 2017 2017, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

DEVELOPING APPLICATIONS USING MICROSERVICES AND MICROSOFT AZURE SERVICE FABRIC 1

DEVELOPING APPLICATIONS USING MICROSERVICES AND MICROSOFT AZURE SERVICE FABRIC 1 DEVELOPING APPLICATIONS USING MICROSERVICES AND MICROSOFT AZURE SERVICE FABRIC ABSTRACT Microservices based architectures allow for increased scalability and agility when developing and maintaining Customer

More information

Azure Stack. Overview and Roadmap. Christer Olsson. Technical Sales Lead EMEA Microsoft

Azure Stack. Overview and Roadmap. Christer Olsson. Technical Sales Lead EMEA Microsoft Azure Stack Overview and Roadmap Christer Olsson Christer.Olsson@microsoft.com Technical Sales Lead EMEA Microsoft Power of Azure in your datacenter Edge and disconnected solutions Cloud applications

More information

Know Your Customer Limited INFRASTRUCTURE & SECURITY OVERVIEW (IS) V1

Know Your Customer Limited INFRASTRUCTURE & SECURITY OVERVIEW (IS) V1 Know Your Customer Limited INFRASTRUCTURE & SECURITY OVERVIEW (IS) V1 Overview of KYC basic infrastructure, security and implementation, policies and practices. Know Your Customer Limited Tel +353 1-2440669

More information

Pathways to the cloud. A quick guide for higher education institutions

Pathways to the cloud. A quick guide for higher education institutions Pathways to the cloud A quick guide for higher education institutions Choosing your path to the cloud If you re like most college leaders, you re under great pressure to modernize campus systems; to create

More information

Azure Part 2 - Cloud Agility with ZVR. Mike Nelson, Cloud Architect Shannon Snowden, Sr. Technical Architect

Azure Part 2 - Cloud Agility with ZVR. Mike Nelson, Cloud Architect Shannon Snowden, Sr. Technical Architect Azure Part 2 - Cloud Agility with ZVR Mike Nelson, Cloud Architect Shannon Snowden, Sr. Technical Architect Digital Transformation DVDs > Streaming Video Distributing Content > Producing Content Netflix-

More information

Microsoft Azure Architect Design (AZ301)

Microsoft Azure Architect Design (AZ301) Microsoft Azure Architect Design (AZ301) COURSE OVERVIEW: This four-day course is aligned to Azure Exam:AZ-301, Azure Solutions Architect-Design and contains the following: AZ-301T01: Designing for Identity

More information

WE RE IN THIS TOGETHER

WE RE IN THIS TOGETHER WE RE IN THIS TOGETHER 8% MDC Research, Microsoft Cloud Profitability Scenarios May 2015 Microsoft Azure Enterprise Scenarios Microsoft Azure Enterprise Scenarios Microsoft Azure Enterprise Scenarios

More information

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Cloud Blueprint and Roadmap Service 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Cloud Computing: Addressing Today s Business Challenges Business Flexibility & Agility Cost

More information

5 Pitfalls and 5 Payoffs of Conducting Your Business Processes in the Cloud

5 Pitfalls and 5 Payoffs of Conducting Your Business Processes in the Cloud 5 Pitfalls and 5 Payoffs of Conducting Your Business Processes in the Cloud Keith Swenson VP R&D, Chief Architect Fujitsu America, Inc. April 2014 Fujitsu at a Glance Headquarters: Tokyo, Japan Established:

More information

Executive Summary: Enterprise Cloud Strategy

Executive Summary: Enterprise Cloud Strategy Executive Summary: Enterprise Cloud Strategy This summary provides an overview of the full 140-page ebook, Enterprise Cloud Strategy (2nd ed.), by Barry Briggs and Eduardo Kassner, from Microsoft Press.

More information

MANAGE BUDGET AND SPEND IN A MULTI-CLOUD ENVIRONMENT THE CLOUD IS VAST, YOUR BUDGET IS LIMITED WHAT IS YOUR PLAN?

MANAGE BUDGET AND SPEND IN A MULTI-CLOUD ENVIRONMENT THE CLOUD IS VAST, YOUR BUDGET IS LIMITED WHAT IS YOUR PLAN? MANAGE BUDGET AND SPEND IN A MULTI-CLOUD ENVIRONMENT THE CLOUD IS VAST, YOUR BUDGET IS LIMITED WHAT IS YOUR PLAN? Introduction Organizations around the world are adopting cloudbased solutions at a rapid

More information

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 ABOUT THIS COURSE This five-day course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus include implementing high availability, disaster

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 20332 - Advanced Solutions of Microsoft SharePoint Server 2013 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day training course examines

More information

JOURNEY TO AS A SERVICE

JOURNEY TO AS A SERVICE JOURNEY TO AS A SERVICE CONTAINERIZATION JULY 2017 THE DIGITAL ERA EVOLVED IT TO BUSINESS STRATEGY Siloed, legacy, de-centralized, multi vendor setup. IT product focused. AO Operations IO Operations Wall

More information

Cloud & Datacenter Monitoring with System Center Operations Manager

Cloud & Datacenter Monitoring with System Center Operations Manager Cloud & Datacenter Monitoring with System Center Operations Manager Course 10964B - Five days - Instructor-led - Hands-on Introduction This five-day course will provide students with the key knowledge

More information

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED UForge AppCenter 3.8 Introduction March 2018 Copyright 2018 FUJITSU LIMITED Enterprise Cloud Application Journey 3 stages in transitioning legacy enterprise applications to cloud: Cloud-hosted applications:

More information

Secure information access is critical & more complex than ever

Secure information access is critical & more complex than ever WHITE PAPER Purpose-built Cloud Platform for Enabling Identity-centric and Internet of Things Solutions Connecting people, systems and things across the extended digital business ecosystem. Secure information

More information

TECHNICAL WHITE PAPER. Rubrik and Microsoft Azure Technology Overview and How It Works

TECHNICAL WHITE PAPER. Rubrik and Microsoft Azure Technology Overview and How It Works TECHNICAL WHITE PAPER Rubrik and Microsoft Azure Technology Overview and How It Works TABLE OF CONTENTS THE UNSTOPPABLE RISE OF CLOUD SERVICES...3 CLOUD PARADIGM INTRODUCES DIFFERENT PRINCIPLES...3 WHAT

More information

Pathways to the cloud. A quick guide for higher education institutions

Pathways to the cloud. A quick guide for higher education institutions Pathways to the cloud A quick guide for higher education institutions Choosing your path to the cloud If you re like most college leaders, you re under great pressure to modernise campus systems; to create

More information

Applicazioni Cloud native

Applicazioni Cloud native Applicazioni Cloud native Marco Dragoni IBM Cloud - Italy Roberto Pozzi IBM Cloud - Italy 2017 IBM Corporation 1 IBM Bluemix is our Integrated Cloud Platform Industry IoT Block Chain Health Financial Services

More information

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course Overview This five-day course examines how to plan, configure,

More information

The business owner s guide for replacing accounting software

The business owner s guide for replacing accounting software The business owner s guide for replacing accounting software Replacing your accounting software is easier and more affordable than you may think. Use this guide to learn about the benefits of a modern

More information

Bitnami Stacksmith. What is Stacksmith?

Bitnami Stacksmith. What is Stacksmith? Stacksmith Modernize your DevOps pipeline. Automate application packaging for today's cloud and container platforms, and continuously maintain them so they remain up-to-date and secure. What is Stacksmith?

More information

Build a private PaaS. With Red Hat CloudForms and JBoss Enterprise Middleware. DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171

Build a private PaaS. With Red Hat CloudForms and JBoss Enterprise Middleware. DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171 Build a private PaaS With Red Hat CloudForms and JBoss Enterprise Middleware DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171 Web: www.dlt.com Phone: 703-709-7172 Toll Free: 800-262-4DLT

More information

CLOUD SOLUTION Provider Program

CLOUD SOLUTION Provider Program + CLOUD SOLUTION Provider Program CSP Program Overview 2018-April 5 YOUR CSP. SIMPLIFIED. Partnering with Pax8 means skipping the headaches when selling Microsoft products. All Office 365, Azure, Dynamics

More information

Make the most of the cloud with Microsoft System Center and Azure

Make the most of the cloud with Microsoft System Center and Azure December 2015 Make the most of the cloud with Microsoft System Center and Azure Writer: Daniel Örneling Amsterdam - Dallas - Ottawa Table of Content 1.1 The Dilemma: too many customers 3 1.2 Is the cloud

More information

SOLUTION BRIEF CA MANAGEMENT CLOUD FOR MOBILITY. Overview of CA Management Cloud for Mobility

SOLUTION BRIEF CA MANAGEMENT CLOUD FOR MOBILITY. Overview of CA Management Cloud for Mobility SOLUTION BRIEF CA MANAGEMENT CLOUD FOR MOBILITY Overview of CA Management Cloud for Mobility CA Management Cloud for Mobility from CA Technologies enables companies to create and manage their mobile environments,

More information

What Digital Transformation with SAP Means for Your Infrastructure

What Digital Transformation with SAP Means for Your Infrastructure White Paper SUSE Linux Enterprise Server for SAP Applications SUSE OpenStack Cloud SUSE Enterprise Storage What Digital Transformation with SAP Means for Your Infrastructure SAP is helping its customers

More information

Fast Start Business Analytics with Power BI

Fast Start Business Analytics with Power BI Fast Start Business Analytics with Power BI Accelerate Through classroom, challenging, training and a quick proof of concept, learn about Power BI and how it can help speed up your decision making and

More information

Oracle Management Cloud

Oracle Management Cloud Oracle Management Cloud Cloud Essentials Autonomously monitor, detect, triage, and proactively resolve issues across hybrid-cloud environments. Oracle Management Cloud represents a new generation of systems

More information

The Cloud at Your Service

The Cloud at Your Service C 1 The Cloud at Your Service loud computing is a way to use and share hardware, operating systems, storage, and network capacity over the Internet. Cloud service providers rent virtualized servers, storage,

More information

Azure Marketplace. Service Definition 2018

Azure Marketplace. Service Definition 2018 Azure Marketplace Service Definition 2018 Contents About Black Marble... 2 DevOps... 3 Features... 3 Benefits... 3 Black Marble Services... 4 Black Marble Consultancy... 8 Get in touch!... 9 About Black

More information

Innovating Availability Strategies for the Hybrid Cloud

Innovating Availability Strategies for the Hybrid Cloud Innovating Availability Strategies for the Hybrid Cloud กลย ทธ เพ มข ดความสามารถความพร อมให บร การสาหร บระบบไฮบร ดคลาวด Kiatchumpol Suttisirikul System Engineer kiatchumpol.suttisirikul@veeam.com Availability

More information

Puppet Enterprise. The shortest path to better software. Greg Larkin Professional Services

Puppet Enterprise. The shortest path to better software. Greg Larkin Professional Services Puppet Enterprise. Greg Larkin Professional Services greg.larkin@puppet.com Shout-outs Bill Kendrick Linux Users Group of Davis #puppetize Let s do a poll Who is new to Puppet? How many developers are

More information

HyperCloud. IT s Cloud Dilemma

HyperCloud. IT s Cloud Dilemma HyperCloud DATASHEET Consume IT, Don t Build IT. In today s shared economy companies drive a competitive edge by focusing on their core competencies and leveraging technology to innovate and create new

More information

Your Enterprise Cloud-Native App Platform: An Introduction to Pivotal Cloud Foundry Richard August 31, 2017 #CNA3430BU CONFIDENTIAL

Your Enterprise Cloud-Native App Platform: An Introduction to Pivotal Cloud Foundry Richard August 31, 2017 #CNA3430BU CONFIDENTIAL CNA3430BU Your Enterprise Cloud- Native App Platform: An Introduction to Pivotal Cloud Foundry Richard Seroter @rseroter #VMworld #CNA3430BU Your Enterprise Cloud-Native App Platform: An Introduction to

More information

Managed Services TRAVEL GUIDE. The next big destination for public cloud

Managed Services TRAVEL GUIDE. The next big destination for public cloud TRAVEL GUIDE! "#$%&'(#)!$*+ The next big destination for public cloud Cloud sits side by side with business The business case for using cloud is now not if, but when? : If you have not migrated already,

More information

The Cloud for Modern Business

The Cloud for Modern Business The Cloud for Modern Business Why the cloud? Why the cloud? Rapidly setup environments to drive business priorities Scale to meet peak demands Increase daily activities, efficiency and reduced cost. You

More information

On-premise or Cloud: Which is Right for Your Business

On-premise or Cloud: Which is Right for Your Business On-premise or Cloud: Which is Right for Your Business 1 TABLE OF CONTENTS Buzzword or Relevant IT Strategy?...3 Visualizing What You Can t See...4 On-premise vs. Cloud: Evaluating the Pros and Cons...5

More information

Veeam Availability Console & ConnectWise Integration

Veeam Availability Console & ConnectWise Integration Veeam Availability Console & ConnectWise Integration ConnectWise - Bill Morgan, Senior Solutions Architect Veeam - Anthony Spiteri, Global Technologist, Product Strategy Simplified setup Core functionality

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Architecting Microsoft Azure Solutions Microsoft 70-535 Dumps Available Here at: /microsoft-exam/70-535-dumps.html Enrolling now you will get access to 41 questions in a unique set of 70-535 dumps Question

More information

Product presentation. Fujitsu HPC Gateway SC 16. November Copyright 2016 FUJITSU

Product presentation. Fujitsu HPC Gateway SC 16. November Copyright 2016 FUJITSU Product presentation Fujitsu HPC Gateway SC 16 November 2016 0 Copyright 2016 FUJITSU In Brief: HPC Gateway Highlights 1 Copyright 2016 FUJITSU Convergent Stakeholder Needs HPC GATEWAY Intelligent Application

More information

Azure vs. AWS. How to Decide Between Microsoft Azure and Amazon Web Services

Azure vs. AWS. How to Decide Between Microsoft Azure and Amazon Web Services Azure vs. AWS How to Decide Between Microsoft Azure and Amazon Web Services 1 Azure vs. AWS - Does Size Matter? The debate about whether Microsoft or Amazon provides the best public cloud services for

More information

Technology Management Concepts Phone: Fax:

Technology Management Concepts Phone: Fax: Brought to you by and Microsoft We believe that the success made possible by the cloud should be accessible to every business and every organization small and large, old and new. But not all businesses

More information