Table of Contents: 2010 ICS Solutions Ltd, all rights reserved.

Size: px
Start display at page:

Download "Table of Contents: 2010 ICS Solutions Ltd, all rights reserved."

Transcription

1 Table of Contents: Page 1 Page 2-3 Page 4-5 Page 6-7 Page 8-9 Page Page 12 ICS Solutions Windows Azure Assessment &Migration Package ICS Solutions Windows Azure Assessment &Migration Service Overview & Stage 1 Computer Nodes & Azure Storage, SQL Azure, Access Control, Service Bus & Data Transfer Code Analysis & Breaking changes, Non-Breaking changes Overall Summary & Database Analysis Stage 2 Triage & Stage 3 Business Case & Microsoft Solutions Framework Stage 4 Migration planning & implementation

2 ICS Solutions Windows Azure Assessment & Migration Package The key barriers to migrating an application to Windows Azure are: 1. Understanding which parts of your application will and will not run in Windows Azure. 2. Understanding the time, cost and complexity of changing the non-compliant elements to run in Windows Azure. 3. Understanding the application running costs on Windows Azure. The ICS Solutions Windows Azure Assessment and Migration Package has been developed to address these barriers in a predictable and cost effective manner. The package is a combination of the following services, tools and processes: ICS Solutions Professional Services workshops, consulting, processes and management. ICS Solutions Azure running costs Calculation Tool provides a Windows Azure running cost estimate based on identifiable parameters. ICS Solutions Code Scanning Tool scanning managed code to identify, categorise and report non-compliant for Windows Azure. Languages include: VB.NET, C#, J#, F#, Managed C++. SQL Server Scanning Tool scanning the SQL Server database to identify non-compliant elements for Windows Azure. The combination of services and tools based automation achieves in hours, what would normally take days or weeks to perform manually. This lowers the costs of investigating migration to realistic levels, and allows investment to be focused on the new platform rather than discovery of the old.

3 ICS Solutions Azure Assessment & Migration Package Overview Phase 1 Phase 2 Phase 3 Phase 4 Overview Code Analysis Database Analysis Triage Business Case Envision Consult Tool Tool Consult Consult Understand Assess Document Analyse Categorise Analyse Categorise Assess Scale Prioritise High Level Estimates Build Costs Running Costs ROI Plan Develop Stabilise Deploy The Windows Azure Assessment and Migration Package has been designed to help ISV and Corporate customers to understand and estimate costs of moving applications to Windows Azure. The Service is broken down into 4 phases. Options Phase 1 is a 3 day fixed engagement charged at 2,900 Phase 2-4 are all optional and are based upon the complexity of the application

4 Stage 1 Overview Understand The process begins with a discussion of the application and its function and an understanding of its overall design. Architectural design considerations will be discovered at this stage and these will provide an early insight into the critical migration tasks and challenges. Technical details such as third party components, unsupported technologies and integration requirements will be identified. The discussion will then set these technical aspects in the context of the key business drivers for migration to the Cloud - including timescales, user expectations, and budget constraints. During the Assess stage The feasibility of the migration is assessed and the scope and scale of the migration is determined. Items for consideration include: Architecture Design Scalability Performance Business Drivers Timescales Personnel Skills Third Party Components Integration Requirements Azure running cost estimates Key personnel and skill requirements are assessed to develop an understanding of the resources available within the customer organisation, and any additional resource they may require.

5 Compute Nodes A Compute Node is any device connected to a computer network. Nodes can be computers, personal digital assistants (PDAs), mobile phones, or various other network appliances. On an IP network, a node is any device with an IP address. Compute Nodes can be estimated by examining an existing installation and matching the Compute Nodes with their physical counterparts. There are larger instance sizes available, but often a large number of small instances are preferred to a smaller number of large instances. To meet availability requirements, there should always be at least 2 Nodes. In more complex applications, there will be web front end instances (Web Roles), and background processing instances (Worker Roles) and this increases the number of Compute Nodes even further.

6 Windows Azure Storage Windows Azure storage consists of Blobs, which correspond to files such as images, videos, Office documents and Windows Azure Tables which store semi-structured data. Files may already be stored on disk by the application, so these correspond directly to Blobs. In other scenarios, files may be in a SQL database and there are cost benefits in taking these out and putting them into Windows Azure storage at lower cost. To measure the cost of accessing Windows Azure storage, estimates of the applications access to the file system can be measured using Windows Management Instrumentation (WMI). SQL Azure In a standard database application, the existing database is the best guide for sizing the storage requirements. Room for expansion needs to be considered, as SQL Azure databases are provided in a set of standard sizes. A database close to the boundary of a standard size specification may need to consider using the next largest size. Access Control This is the number of authentication operations in a minute. This would be instrumented using WMI. Service Bus The Service Bus is priced on the number of connected systems. This could be the accounting system and scheduling system, corresponding to 2 devices, or it could be every partner organisation in a dealership network, potentially running into hundreds of connections. Packs of connections are the most cost effective way of buying connections. Data Transfer This is amount of data entering and leaving the data centre. This includes web pages and graphics users are viewing, the data in forms being submitted back. It also includes files downloaded, uploaded and videos watched. This can also be measured using WMI and Internet Information Server (IIS) logs in an existing application.

7 Code Analysis Analyse Code analysis will be applied to the projects that comprise the application, and this will produce a baseline of issues requiring attention. Issues can be attributed at the assembly level, and these are generally associated with choices of technology.

8 Individual issues are associated at the method level, and these are centred on specific coding techniques which may require alternatives to be designed. Categorise Issues are classified as breaking and non-breaking. Breaking issues are usually those that require a code change, or which employ techniques or technologies that are not currently supported. Nonbreaking issues will generally be those that require configuration changes. Breaking Change Non-Breaking Change

9 Overall Summary

10 Database Analysis Analyse On premise SQL Server databases will be analysed to identify unsupported features. This testing will identify individual use of keywords and technologies that will prevent the database from moving. Databases from other vendors will require a separate migration path, requiring a translation of database schema and database logic to SQL Server. The results of this migration will then be checked using the same database analysis tools. Finally, the database capacity and growth expectations will be considered to assess the most suitable database container size to hold the database. In very large databases, database sharding techniques may be needed to hold the database across several database containers. Database sharding entails a significant redesign of the database and application. Categorise Breaking issues include unsupported technologies such as reporting services, CLR, backup and file system related operations. Non-breaking issues include keywords such as SELECT INTO.

11 Stage 2 Triage Assess The code analysis and database analysis phases generate two forms of output, the first being an XML document, the other being a text document listing all issues. The two documents are consolidated into a spread sheet where times scales can be assigned. Scale The issues are assessed for their importance in conjunction with the client, and estimates are made on how long they will take to be implemented. Options can be considered at this stage to modify, redesign or drop features which will produce a range of costs and timescales. Priorities Priorities are assigned to the issues and this may form the basis of staged delivery of versions and features over time. At the end of this stage, a range of migration costs will be determined, reflecting different features and options to be converted. Stage 3 - Business Case Build Costs The triage stage will produce costs and timescales for individual technical issues and from design considerations noted during the Overview stage. For complex applications, it is likely that a number of options may present themselves, where certain features are not migrated, or parts of the application require substantial redesign. This will result in a spectrum of costs and timescales, depending on the level of change or migration. Running Costs Operational costs on Windows Azure can be difficult to assess, but capacity costs such as database storage, number of web and worker role instances, number of messages and access control requests will be considered to estimate the likely operational costs of the new Cloud application. Like the build costs, these may vary depending on the type of migration planned. Return on Investment Return on Investment will be assessed based on the expected build and running costs, and on comparisons with current running costs and expected opportunities of the cloud platform.

12 Microsoft Solutions Framework The MSF Process Model describes a high-level sequence of activities for building and deploying IT solutions, and is flexible enough to accommodate with a broad range of IT projects. The MSF model consists of 5 phases: Envision Phase: The envisioning phase identifies the vision and scope of the project by preparing a vision and scope document. During this phase, goals for the project are formed and a vision statement is created that defines the entire project. This shared vision helps the team to work towards a common objective. Plan Phase: During this phase, the existing environment is assessed to form a solution design. The main activity of this phase is to do a detailed planning to ensure success of the project. In this phase, a master project plan deliverable is created that consists of all sub-plans, such as the test plan, and development plan. Develop Phase: During this phase, the application components undergo transformation based on the development plans. Stabilise Phase: During this phase, all the components are tested collectively to ensure that the entire solution operates properly. The testing criteria include achieving the desired functionality, security, and performance requirements. To ensure this, both white box and black box testing are performed. The tested database and components form the deliverables of this stage. Deploy Phase: In this phase, the team deploys the solution and ensures that it is stable and can be used. The tested solution is moved into production and transferred to operations.

13 Stage 4 Migration Planning A project plan is created to implement changes to the application. Where a staged delivery of functionality over several iterations is required, there will be project plans within the main plan for each release. At this stage, consideration can also be given to whether the application architecture will be adapted to work with Windows Azure Web and Worker roles, and the provision of queues to allow them to communicate. This kind of change will require a separate design exercise. Skills transfer tasks are identified where necessary, as a prelude to the beginning of migration. Implementation Development environments are updated to include the local Windows Azure development fabric and code analysis tools. An instance of SQL Server 2008R2 is setup to host any relational databases required by the application. Tasks are entered into Team Foundation Server (if available) where they can be tracked and monitored. ICS Solutions Azure Accelerator Campaign ICS Solutions have created an Azure Accelerator campaign to assist organisations who are considering moving their application to Azure. Requiring a Business Case and the answers to the following questions this could take a lot of time and money: 1) What will it cost to move my application to Azure 2) What will it cost me to run when its on Azure 3) Without the ICS Solutions Windows Azure Assessment and Migration tool answering these questions is likely to be very expensive and time consuming. Training would need to take place, to a standard where they would be confident making estimates, this in itself has taken ICS Solutions 6 months. Then the customer would need to use Azure to manually look at every line of existing source code to assess what would need to change, which could take weeks. This process would cost up to 50K, when the ICS Solutions Windows Azure Assessment and Migration Package can provide the answers to the two key questions for around 3K and in just 3 days.

14 Contacting us For further information about ICS Solutions and how they can benefit your business, us at or call (01256) (0)

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5. Microsoft Azure Fundamentals M-10979 Length: 2 days Price: $ 1,295.

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5. Microsoft Azure Fundamentals M-10979 Length: 2 days Price: $ 1,295. Course Page - Page 1 of 5 Microsoft Azure Fundamentals M-10979 Length: 2 days Price: $ 1,295.00 Course Description Get hands-on instruction and practice implementing Microsoft Azure in this two day Microsoft

More information

Course Outline. Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led. About this Course. Audience Profile. At Course Completion

Course Outline. Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led. About this Course. Audience Profile. At Course Completion Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led About this Course Get hands-on instruction and practice implementing Microsoft Azure in this two day Microsoft Official Course. You will

More information

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs MS-40074: Microsoft SQL Server 2014 for Oracle DBAs Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills and experience as an Oracle

More information

Migrating to the Cloud. Developing the right Cloud strategy and minimising migration risk with Logicalis Cloud Services

Migrating to the Cloud. Developing the right Cloud strategy and minimising migration risk with Logicalis Cloud Services Migrating to the Cloud Developing the right Cloud strategy and minimising migration risk with Logicalis Cloud Services Organisations are looking for new ways to deliver IT services and demanding that ICT

More information

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

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Course Description This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course

More information

SHARPCLOUD SECURITY STATEMENT

SHARPCLOUD SECURITY STATEMENT SHARPCLOUD SECURITY STATEMENT Summary Provides details of the SharpCloud Security Architecture Authors: Russell Johnson and Andrew Sinclair v1.8 (December 2014) Contents Overview... 2 1. The SharpCloud

More information

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Course Description This course is intended for students who have experience building vertically scaled applications. Students should

More information

Dot Net Solutions Limited

Dot Net Solutions Limited Dot Net Solutions Limited CLOUD READINESS ASSESSMENT SERVICE DESCRIPTION DOCUMENT HISTORY Version No. Date Summary Author 1.0 Final Dan Scarfe 1.1 28/01/2015 Amended Sean Morris CONTENTS INTRODUCTION 2

More information

"Charting the Course... MOC 20465 C Designing a Data Solution with Microsoft SQL Server Course Summary

Charting the Course... MOC 20465 C Designing a Data Solution with Microsoft SQL Server Course Summary Course Summary Description The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure solutions by using SQL and other Microsoft technologies. It

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course M20533 5 Day(s) 30:00 Hours Introduction This course is aimed at experienced IT Professionals who currently administer their on -premise infrastructure.

More information

Alfresco Enterprise on Azure: Reference Architecture. September 2014

Alfresco Enterprise on Azure: Reference Architecture. September 2014 Alfresco Enterprise on Azure: Reference Architecture Page 1 of 14 Abstract Microsoft Azure provides a set of services for deploying critical enterprise workloads on its highly reliable cloud platform.

More information

NCTA Cloud Architecture

NCTA Cloud Architecture NCTA Cloud Architecture Course Specifications Course Number: 093019 Course Length: 5 days Course Description Target Student: This course is designed for system administrators who wish to plan, design,

More information

Expert Reference Series of White Papers. Microsoft Assessment and Planning (MAP) Toolkit Version 9.x

Expert Reference Series of White Papers. Microsoft Assessment and Planning (MAP) Toolkit Version 9.x Expert Reference Series of White Papers Microsoft Assessment and Planning (MAP) Toolkit Version 9.x 1-800-COURSES www.globalknowledge.com Microsoft Assessment and Planning (MAP) Toolkit Version 9.x Mark

More information

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing.

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing. Microsoft SQL Server 2012 for Private cloud (Part 1) Darmadi Komo - Senior Technical Product Manager DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Course Code: M20533 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing Microsoft Azure Infrastructure Solutions Overview This course is aimed at experienced IT Professionals who currently

More information

Technology Services for Risk Management

Technology Services for Risk Management Technology Services for Risk Management In a constantly changing industry you need a forwardthinking technology partner Excelian is your partner in Technology for Risk Management Within the financial services

More information

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010 Computing Architecture Computing Introduction Computing Architecture Software Architecture for Outlook Corporate Research and Technologies, Munich, Germany Gerald Kaefer * 4 th Generation Datacenter IEEE

More information

Migrating Production HPC to AWS

Migrating Production HPC to AWS Migrating Production HPC to AWS A Story of Early Adoption & Lessons Learned Lewis Foti Mentation Solutions Common Computing Service (CCS) The Common Computing Service (CCS) is the HPC (grid computing)

More information

MS 20532B - Developing Microsoft Azure Solutions

MS 20532B - Developing Microsoft Azure Solutions MS 20532B - Developing Microsoft Azure Solutions COURSE OVERVIEW: This course is designed for IT professionals looking to understand the Microsoft Azure Infrastructure components, including virtual machines,

More information

20465D: Designing Solutions for Microsoft SQL Server 2014

20465D: Designing Solutions for Microsoft SQL Server 2014 20465D: Designing Solutions for Microsoft SQL Server 2014 Course Details Course Code: Duration: Notes: 20465D 3 days This course syllabus should be used to determine whether the course is appropriate for

More information

Administering a SQL Database Infrastructure (MS- 20764)

Administering a SQL Database Infrastructure (MS- 20764) Administering a SQL Database Infrastructure (MS- 20764) Length: 5 days Overview About this course This five-day instructor-led course provides students who administer and maintain SQL Server databases

More information

10751-Configuring and Deploying a Private Cloud with System Center 2012

10751-Configuring and Deploying a Private Cloud with System Center 2012 Course Outline 10751-Configuring and Deploying a Private Cloud with System Center 2012 Duration: 5 days (30 hours) Target Audience: This course is intended for data center administrators who will be responsible

More information

Course 10978A Introduction to Azure for Developers

Course 10978A Introduction to Azure for Developers Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality

More information

44-76 mix 2. Exam Code:MB5-705. Exam Name: Managing Microsoft Dynamics Implementations Exam

44-76 mix 2. Exam Code:MB5-705. Exam Name: Managing Microsoft Dynamics Implementations Exam 44-76 mix 2 Number: MB5-705 Passing Score: 800 Time Limit: 120 min File Version: 22.5 http://www.gratisexam.com/ Exam Code:MB5-705 Exam Name: Managing Microsoft Dynamics Implementations Exam Exam A QUESTION

More information

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Course 20533: Implementing Microsoft Azure Infrastructure Solutions Course 20533: Implementing Microsoft Azure Infrastructure Solutions Overview About this course This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

WHITE PAPER. Migrating an existing on-premise application to Windows Azure Cloud

WHITE PAPER. Migrating an existing on-premise application to Windows Azure Cloud WHITE PAPER Migrating an existing on-premise application to Windows Azure Cloud Summary This discusses how existing on-premise enterprise ASP.Net web application can be moved to Windows Azure Cloud, in

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 6451B: Planning, Deploying and Managing Microsoft System Center Configuration Manager 2007 Length: 3 Days Published: June 29, 2012 Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

System Center Configuration Manager 2007

System Center Configuration Manager 2007 System Center Configuration Manager 2007 Software Distribution Guide Friday, 26 February 2010 Version 1.0.0.0 Baseline Prepared by Microsoft Copyright This document and/or software ( this Content ) has

More information

Configuring and Managing Microsoft System Center Essentials 2010

Configuring and Managing Microsoft System Center Essentials 2010 Configuring and Managing Microsoft System Center Essentials 2010 50373: Configuring and Managing Microsoft System Center Essentials 2010 (2 Days) About this Course This two-day instructor-led course provides

More information

Qlik UKI Consulting Services Catalogue

Qlik UKI Consulting Services Catalogue Qlik UKI Consulting Services Catalogue The key to a successful Qlik project lies in the right people, the right skills, and the right activities in the right order www.qlik.co.uk Table of Contents Introduction

More information

MCSE: Private Cloud Training Course (System Center 2012)

MCSE: Private Cloud Training Course (System Center 2012) MCSE: Private Cloud Training Course (System Center 2012) Microsoft Course 10751 (Exam 70-247) Prerequisites MCSA: Windows Server 2012 Microsoft Course 10751 Exam 70-247 At Course Completion Prerequisites

More information

Cisco Hybrid Cloud Solution: Deploy an E-Business Application with Cisco Intercloud Fabric for Business Reference Architecture

Cisco Hybrid Cloud Solution: Deploy an E-Business Application with Cisco Intercloud Fabric for Business Reference Architecture Reference Architecture Cisco Hybrid Cloud Solution: Deploy an E-Business Application with Cisco Intercloud Fabric for Business Reference Architecture 2015 Cisco and/or its affiliates. All rights reserved.

More information

MS 20465: Designing Database Solutions for Microsoft SQL Server 2012

MS 20465: Designing Database Solutions for Microsoft SQL Server 2012 MS 20465: Designing Database Solutions for Microsoft SQL Server 2012 Description: This course describes how to design and monitor high performance, highly available data solutions with SQL Server 2012.

More information

55004A: Installing and Configuring System Center 2012 Operations Manager

55004A: Installing and Configuring System Center 2012 Operations Manager Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 55004A: Installing and Configuring System Center 2012 Operations Manager

More information

Course 20465C: Designing a Data Solution with Microsoft SQL Server

Course 20465C: Designing a Data Solution with Microsoft SQL Server Course 20465C: Designing a Data Solution with Microsoft SQL Server Module 1: Introduction to Enterprise Data Architecture As organizations grow to enterprise scale, their IT infrastructure requirements

More information

Designing Database Solutions for Microsoft SQL Server 2012

Designing Database Solutions for Microsoft SQL Server 2012 Course 20465A: Designing Database Solutions for Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 300 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led

More information

SecureGRC TM - Cloud based SaaS

SecureGRC TM - Cloud based SaaS - Cloud based SaaS Single repository for regulations and standards Centralized repository for compliance related organizational data Electronic workflow to speed up communications between various entries

More information

WELKOM Cloud met Azure

WELKOM Cloud met Azure WELKOM Cloud met Azure Inspiratiedag zonder praatjes Cloud met Azure Inspiratiedag zonder praatjes Brecht Vuylsteke Microsoft System Engineer RealDolmen SQL Hybrid on Azure Agenda Introduction Disaster

More information

CLOUD COMPUTING & WINDOWS AZURE

CLOUD COMPUTING & WINDOWS AZURE CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described

More information

Install Instructions and Deployment Options

Install Instructions and Deployment Options Hygiena SureTrend 4.0 Install Install Instructions and Deployment Options Hygiena 7/2/2014 This document will describe the basic Install process and different deployment options for SureTrend 4.0. 0 P

More information

Pick and Mix Services

Pick and Mix Services Pick and Mix Services Technical SEO... 2 Site Audit... 2 Includes:... 2 Plus:... 2 SEO Setup... 3 Includes... 3 Research and Seeding of Keywords... 4 keyword research... 4 Local SEO... 5 Paid Advertising...

More information

Windows Azure Security

Windows Azure Security Windows Azure Security A Peek Under the Hood Charlie Kaufman 06/03/2010 Agenda Introduction Azure Compute Security Azure Storage Security SQL Azure Security Questions Azure Combines Three Components Compute

More information

Microsoft SQL Server 2012: What to Expect

Microsoft SQL Server 2012: What to Expect ASPE RESOURCE SERIES Microsoft SQL Server 2012: What to Expect Prepared for ASPE by Global Knowledge's Brian D. Egler MCITP-DBA, MCT, Real Skills. Real Results. Real IT. in partnership with Microsoft SQL

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532A: Developing Microsoft Azure Solutions Page 1 of 7 Developing Microsoft Azure Solutions Course 20532A: 4 days; Instructor-Led Introduction This course is intended for students who have experience

More information

Developing Microsoft Azure Solutions 20532A; 5 days

Developing Microsoft Azure Solutions 20532A; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Developing Microsoft Azure Solutions 20532A; 5 days Course Description This

More information

Implementing a SQL Data Warehouse 2016

Implementing a SQL Data Warehouse 2016 Implementing a SQL Data Warehouse 2016 http://www.homnick.com marketing@homnick.com +1.561.988.0567 Boca Raton, Fl USA About this course This 4-day instructor led course describes how to implement a data

More information

Things to consider before you do an In-place upgrade to Windows 10. Setup Info. In-place upgrade to Windows 10 Enterprise with SCCM

Things to consider before you do an In-place upgrade to Windows 10. Setup Info. In-place upgrade to Windows 10 Enterprise with SCCM In this doc we will see the steps for In-place upgrade to Windows 10 Enterprise with SCCM. Most of the Organizations today are running Windows 7 on their computers. Looking at the stability and features

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 Course 10174 : Configuring and Administering Microsoft SharePoint 2010 Page 1 of 7 Configuring and Administering Microsoft SharePoint 2010 Course 10174: 4 days; Instructor-Led Introduction This four-day

More information

Configuring and Deploying a Private Cloud

Configuring and Deploying a Private Cloud Course Code: M20247 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Configuring and Deploying a Private Cloud Overview This course equips students with the skills they require to configure and

More information

MANAGED MICROSOFT AZURE SERVICES

MANAGED MICROSOFT AZURE SERVICES MANAGED MICROSOFT AZURE SERVICES Moving Your Applications to the Microsoft Azure Cloud? Let Connectria Help. No other provider hosts as many technologies in the Cloud as Connectria. If you re interested

More information

Product Comparison List

Product Comparison List Product Comparison List Data Center Size Site Solution / Feature

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008

More information

Tips and Best Practices for Managing a Private Cloud

Tips and Best Practices for Managing a Private Cloud Deploying and Managing Private Clouds The Essentials Series Tips and Best Practices for Managing a Private Cloud sponsored by Tip s and Best Practices for Managing a Private Cloud... 1 Es tablishing Policies

More information

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54)

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) COLORADO HOUSING AND FINANCE AUTHORITY 1981 BLAKE STREET DENVER, CO 80202 REQUEST FOR PROPOSAL Intranet Replacement

More information

AppDev OnDemand Cloud Computing Learning Library

AppDev OnDemand Cloud Computing Learning Library AppDev OnDemand Cloud Computing Learning Library A full year of access to our cloud computing courses, plus future course releases included free! The AppDev OnDemand Cloud Computing Learning Library includes

More information

Mitel Professional Services Catalog for Contact Center JULY 2015 SWEDEN, DENMARK, FINLAND AND BALTICS RELEASE 1.0

Mitel Professional Services Catalog for Contact Center JULY 2015 SWEDEN, DENMARK, FINLAND AND BALTICS RELEASE 1.0 Mitel Professional Services Catalog for Contact Center JULY 2015 SWEDEN, DENMARK, FINLAND AND BALTICS RELEASE 1.0 Contents MITEL PROFESSIONAL SERVICES DELIVERY METHODOLOGY... 2 CUSTOMER NEEDS... 2 ENGAGING

More information

Performance Optimization Guide

Performance Optimization Guide Performance Optimization Guide Publication Date: July 06, 2016 Copyright Metalogix International GmbH, 2001-2016. All Rights Reserved. This software is protected by copyright law and international treaties.

More information

Course Scheduling Support System

Course Scheduling Support System Course Scheduling Support System Roy Levow, Jawad Khan, and Sam Hsu Department of Computer Science and Engineering, Florida Atlantic University Boca Raton, FL 33431 {levow, jkhan, samh}@fau.edu Abstract

More information

Infrastructure Provisioning with System Center Virtual Machine Manager

Infrastructure Provisioning with System Center Virtual Machine Manager Infrastructure Provisioning with System Center Virtual Machine Manager MOC 10981 Duración: 25 horas Introducción Learn how to install and configure Microsoft System Center 2012 R2 Virtual Machine Manager

More information

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise Linux A first-class citizen in Windows Azure Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise 1 First, I am software developer (C/C++, ASM, C#, Java, Node.js,

More information

ICONICS Using the Azure Cloud Connector

ICONICS Using the Azure Cloud Connector Description: Guide to use the Azure Cloud Connector General Requirement: Valid account for Azure, including Cloud Service, SQL Azure and Azure Storage. Introduction Cloud Connector is a FrameWorX Server

More information

Microsoft 20764 - Administering a SQL Database Infrastructure

Microsoft 20764 - Administering a SQL Database Infrastructure 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20764 - Administering a SQL Database Infrastructure Length 5 days Price $4169.00 (inc GST) Version A Overview This five-day instructor-led course provides

More information

G-Cloud III Framework Service Definition Accenture Azure Cloud Services

G-Cloud III Framework Service Definition Accenture Azure Cloud Services G-Cloud III Framework Service Definition Accenture Azure Cloud Services 1 Table of contents 1. Scope of our services... 3 2. Approach... 4 3. Assets and tools... 5 4. Outcomes... 5 5. Pricing... 6 6. Contacts...

More information

Data platform evolution

Data platform evolution 2 Data platform evolution Top Reasons Reasons to to upgrade 1) End of extended support 2) Enhanced SQL Server 2014 features and performance 3) Impact on security and compliance 4) Cloud strategy Top Blockers

More information

Capability VMware Hyper-V

Capability VMware Hyper-V Capability VMware Hyper-V Host File System Management Virtual Disk Image Format Integration Tools / Drivers Connect LUN directly to VM from SAN VMFS (Virtual Machine File System) VMware allows you to extend

More information

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Executive Summary Oracle Berkeley DB is used in a wide variety of carrier-grade mobile infrastructure systems. Berkeley DB provides

More information

How To Create An E Signature System On Cloud On Windows Azure (Windows) And A Client (For A Large Logistics Organization)

How To Create An E Signature System On Cloud On Windows Azure (Windows) And A Client (For A Large Logistics Organization) Uploading electronic Signature into Cloud One of the world s largest Logistics Organization Copyright ABOUT THE CLIENT One of the largest logistics organizations in south Asia, providing efficient and

More information

Configuring and Deploying a Private Cloud. Day(s): 5. Overview

Configuring and Deploying a Private Cloud. Day(s): 5. Overview Configuring and Deploying a Private Cloud Day(s): 5 Course Code: M20247 Overview This course equips students with the skills they require to configure and deploy a cloud using Microsoft System Center 2012

More information

SkySight: New Capabilities to Accelerate Your Journey to the Cloud

SkySight: New Capabilities to Accelerate Your Journey to the Cloud SkySight: New Capabilities to Accelerate Your Journey to the Cloud There is no longer any question about the business value of the cloud model. The new question is how to expedite the transition from strategy

More information

Designing a Data Solution with Microsoft SQL Server 2014

Designing a Data Solution with Microsoft SQL Server 2014 Page 1 of 8 Overview The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure solutions by using SQL Server 2014 and other Microsoft technologies.

More information

Load Testing and Monitoring Web Applications in a Windows Environment

Load Testing and Monitoring Web Applications in a Windows Environment OpenDemand Systems, Inc. Load Testing and Monitoring Web Applications in a Windows Environment Introduction An often overlooked step in the development and deployment of Web applications on the Windows

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days, Instructor-led

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 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 Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days,

More information

Designing a Data Solution with Microsoft SQL Server

Designing a Data Solution with Microsoft SQL Server The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure solutions by using SQL Server 2014 and other Microsoft technologies. It describes how

More information

RESTRICTION ON DISCLOSURE AND USE OF DATA

RESTRICTION ON DISCLOSURE AND USE OF DATA RESTRICTION ON DISCLOSURE AND USE OF DATA This document includes data that shall not be disclosed outside the Government and shall not be duplicated, used, or disclosed in whole or in part for any purpose

More information

Course Outline. Managing Enterprise Devices and Apps using System Center Configuration ManagerCourse 20696B: 5 days Instructor Led

Course Outline. Managing Enterprise Devices and Apps using System Center Configuration ManagerCourse 20696B: 5 days Instructor Led Managing Enterprise Devices and Apps using System Center Configuration ManagerCourse 20696B: 5 days Instructor Led About this Course Get expert instruction and hands-on practice configuring and managing

More information

1.1.1 Introduction to Cloud Computing

1.1.1 Introduction to Cloud Computing 1 CHAPTER 1 INTRODUCTION 1.1 CLOUD COMPUTING 1.1.1 Introduction to Cloud Computing Computing as a service has seen a phenomenal growth in recent years. The primary motivation for this growth has been the

More information

AZURE / HYBRID SCENARIOS. M a n a g i n g C o n s u l t a n t

AZURE / HYBRID SCENARIOS. M a n a g i n g C o n s u l t a n t AZURE / HYBRID SCENARIOS Russ Henderson M a n a g i n g C o n s u l t a n t AGENDA Definition of Hybrid Hybrid Scenarios Hybrid in Action What is Hybrid Hybrid Cloud solutions Utilizing Azure Cloud services

More information

Course 20465: Designing a Data Solution with Microsoft SQL Server

Course 20465: Designing a Data Solution with Microsoft SQL Server Course 20465: Designing a Data Solution with Microsoft SQL Server Overview About this course The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure

More information

Choose the RIGHT Technology Choose the RIGHT Partner Get IT done! Work SMART Not Just Hard

Choose the RIGHT Technology Choose the RIGHT Partner Get IT done! Work SMART Not Just Hard A Scalable Systems Initiative Scalable Microsoft Application Re-engineering Technology Choose the RIGHT Technology Choose the RIGHT Partner Get IT done! Work SMART Not Just Hard Visual Studio.Net Framework

More information

Designing a Data Solution with Microsoft SQL Server

Designing a Data Solution with Microsoft SQL Server Course 20465C: Designing a Data Solution with Microsoft SQL Server Page 1 of 6 Designing a Data Solution with Microsoft SQL Server Course 20465C: 4 days; Instructor-Led Introduction The focus of this four-day

More information

fpafi/tl enterprise Microsoft Silverlight 5 and Windows Azure Enterprise Integration Silverlight Enterprise Applications on the Windows

fpafi/tl enterprise Microsoft Silverlight 5 and Windows Azure Enterprise Integration Silverlight Enterprise Applications on the Windows Microsoft Silverlight 5 and Windows Azure Enterprise Integration A step-by-step guide to creating and running scalable Silverlight Enterprise Applications on the Windows Azure platform David Burela 88

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 Configuring and Administering Microsoft Course Details Course Code: Duration: Notes: 10174B 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

More information

Domestic & General deliver a new IBM WebSphere Application Server Environment at speed using RapidDeploy for Application Deployment

Domestic & General deliver a new IBM WebSphere Application Server Environment at speed using RapidDeploy for Application Deployment Domestic & General deliver a new IBM WebSphere Application Server Environment at speed using RapidDeploy for Application Deployment RapidDeploy enabled us to automate the migration of our existing WebSphere

More information

Migrations from Oracle/Sybase/DB2 to Microsoft SQL Server it s easy!

Migrations from Oracle/Sybase/DB2 to Microsoft SQL Server it s easy! Migrations from Oracle/Sybase/DB2 to Microsoft SQL Server it s easy! January 2010 Dmitry Balin dmitry@dbbest.com Academy Enterprise Partner Group Successful migrations DB Best Technologies about us Established

More information

Smarter Balanced Assessment Consortium. Recommendation

Smarter Balanced Assessment Consortium. Recommendation Smarter Balanced Assessment Consortium Recommendation Smarter Balanced Quality Assurance Approach Recommendation for the Smarter Balanced Assessment Consortium 20 July 2012 Summary When this document was

More information

Migrating Microsoft s ASP.NET and IIS.NET Community Websites to Microsoft Azure

Migrating Microsoft s ASP.NET and IIS.NET Community Websites to Microsoft Azure Microsoft Azure Migration: Microsoft s.net Community Websites Customer Solution Case Study Migrating Microsoft s ASP.NET and IIS.NET Community Websites to Microsoft Azure Customer: Microsoft Corporation

More information

$99.95 per user. SQL Server 2008/R2 Database Administration CourseId: 157 Skill level: 200-500 Run Time: 47+ hours (272 videos)

$99.95 per user. SQL Server 2008/R2 Database Administration CourseId: 157 Skill level: 200-500 Run Time: 47+ hours (272 videos) Course Description This course is a soup-to-nuts course that will teach you everything you need to configure a server, maintain a SQL Server disaster recovery plan, and how to design and manage a secure

More information

Specialist Cloud Services Lot 4 Cloud EDRM Consultancy Services

Specialist Cloud Services Lot 4 Cloud EDRM Consultancy Services Specialist Cloud Services Lot 4 Cloud EDRM Consultancy Services Page 1 1 Contents 1 Contents... 2 2 Transcend360 Introduction... 3 3 Service overview... 4 3.1 Service introduction... 4 3.2 Service description...

More information

Data Center Migration Lift and Shift Use Case Scenario

Data Center Migration Lift and Shift Use Case Scenario Why Datacenter Migration Is Challenging for Enterprises Datacenter migration projects are usually complex and involve considerable planning and coordination between multiple teams, including network, security,

More information

CLOUD SERVICES FOR EMS

CLOUD SERVICES FOR EMS CLOUD SERVICES FOR EMS Greg Biegen EMS Software Director Cloud Operations and Security September 12-14, 2016 Agenda EMS Cloud Services Definitions Hosted Service Managed Services Governance Service Delivery

More information

WHITE PAPER SPLUNK SOFTWARE AS A SIEM

WHITE PAPER SPLUNK SOFTWARE AS A SIEM SPLUNK SOFTWARE AS A SIEM Improve your security posture by using Splunk as your SIEM HIGHLIGHTS Splunk software can be used to operate security operations centers (SOC) of any size (large, med, small)

More information

Cloud IaaS Migration Roadmap

Cloud IaaS Migration Roadmap Cloud IaaS Migration Roadmap A framework for migrating an existing onpremise infrastructure to a public cloud provider Richard Weiss November 3rd 2015 Richard Weiss Principal Consultant, Pythian Group

More information

System Center Configuration Manager

System Center Configuration Manager System Center Configuration Manager Software Update Management Guide Friday, 26 February 2010 Version 1.0.0.0 Baseline Prepared by Microsoft Copyright This document and/or software ( this Content ) has

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure About this Course This course is aimed at experienced IT Professionals who currently administer their on-premise infrastructure. The course introduces the student

More information

Umbraco on Windows Azure Step-by-step guide

Umbraco on Windows Azure Step-by-step guide Umbraco on Windows Azure Step-by-step guide This guide is used in the Workshop training on 24 th June 2011 at OneOffice in Ghent. Presentation can be found on: http://www.slideshare.net/orbitone It describes

More information

Designing a Data Solution with Microsoft SQL Server 2014

Designing a Data Solution with Microsoft SQL Server 2014 20465C - Version: 1 22 June 2016 Designing a Data Solution with Microsoft SQL Server 2014 Designing a Data Solution with Microsoft SQL Server 2014 20465C - Version: 1 5 days Course Description: The focus

More information

(authentication)? (authorization)? (auditing)?

(authentication)? (authorization)? (auditing)? Evolve Exchange provides secure Medical Cloud Platform Interoperability for data exchange for EMR companies that are presently positioned with a need to ally their company with such an Exchange in order

More information