Cloud Cruiser and Microsoft Azure Usage API Integration

Size: px
Start display at page:

Download "Cloud Cruiser and Microsoft Azure Usage API Integration"

Transcription

1 Cloud Cruiser and Microsoft Azure Usage API Integration In this article: Introduction Microsoft Azure Tags Creating a Resource Group with tags on Microsoft Azure Import data from the Usage API into Cloud Cruiser Processing the tag information from the Usage API Adding the tag information to the consumption data Introduction Microsoft recently introduced the Azure Usage API, allowing subscribers to programmatically pull in usage data to gain insights into their consumption. This is great news for Cloud Cruiser customers that can take advantage of the richer dataset available through this API. Cloud Cruiser can leverage the integration with the Usage API in several ways. The granularity (hourly usage information) and resource metadata information available through the API provides the necessary dataset to support flexible Showback or Chargeback models. In this tutorial, we will present one example of how Cloud Cruiser can benefit from the Usage API information. More specifically, we will create a new Resource Group on Azure, associate tags for the account structure, and then describe the process of pulling and processing the tag information into Cloud Cruiser. The final goal is to be able to create reports like the one below, and be able to analyze cost and consumption based on the account structure populated by the tags.

2 Figure 1 - Report with breakdowns using tags Microsoft Azure Tags The data available through the Azure Usage API includes not only consumption information, but also resource metadata including any tags associated with it. Tags provide an easy way to organize your resources, but in order to be effective, you need to ensure that: - Tags are correctly applied to the resources at provision time; - Tags are properly used on the Showback/Chargeback process to tie the usage to the organization s account structure. Both of these requirements can be challenging, especially when there is some sort of manual process on the provision or charging side. Mistyped, incorrect or even missing tags are common complaints from customers when using tags and these errors can make life on the charging side very difficult. With the new Azure Usage API, Cloud Cruiser can pull resource tagging information, and through a very sophisticated ETL tool called workbooks, fix these common tagging errors. Through transformation steps leveraging regular expressions and data correlation, Cloud Cruiser is able to identify incorrectly tagged

3 resources and apply the correct tags, filling the gaps and ensuring the correct association of the resources with the consumer. On the charging side, Cloud Cruiser automates the Showback/Chargeback process, and can leverage the tag information to tie the usage to the appropriate consumer (Department, Division, Project, etc.). This automation provides a huge improvement and can ensure a consistent and auditable charging process. Creating a Resource Group with tags on Microsoft Azure The first step in this tutorial is to create a new Resource Group on the Azure Portal and then create new tags to associate to the resources. For this example, we will be creating the following tags: Department Environment Owner Project The screenshot below of the Azure Portal shows a sample Resource Group with the associated tags. Figure 2 - Resource Group with associated tags on Azure Portal

4 The next step is to pull the information from the Usage API into Cloud Cruiser. The Usage API currently provides responses in JSON format. Here is a sample of the data retrieved: { "id": "/subscriptions/bb678b04-0e48-4b44-xxxx- XXXXXXX/providers/Microsoft.Commerce/UsageAggregates/Daily_BRSDT_ _0000", "name": "Daily_BRSDT_ _0000", "type": "Microsoft.Commerce/UsageAggregate", "properties": { "subscriptionid": "bb678b04-0e48-4b44-xxxx-xxxxxxxxx", "usagestarttime": " T00:00:00+00:00", "usageendtime": " T00:00:00+00:00", "metername": "Compute Hours", "meterregion": "", "metercategory": "Virtual Machines", "metersubcategory": "Standard_D1 VM (Non-Windows)", "unit": "Hours", "instancedata": "{\"Microsoft.Resources\":{\"resourceUri\":\"/subscriptions/bb678b04-0e48-4b44-XXXX- XXXXXXXX/resourceGroups/DEMOUSAGEAPI/providers/Microsoft.Compute/virtualMachines/MyDockerVM\",\"locati on\":\"eastus\",\"tags\":{\"department\":\"sales\",\"project\":\"demo Usage API\",\"Environment\":\"Test\",\"Owner\":\"RSE\"},\"additionalInfo\":{\"ImageType\":\"Canonical\",\"ServiceType\":\"Sta ndard_d1\"}}}", "meterid": "e60caf26-9ba0-413d-a f58081d6", "infofields": {}, "quantity": 8 } },

5 Import data from the Usage API into Cloud Cruiser Cloud Cruiser workbooks provide an automated way to collect and process information from the Usage API. An ETL (extract-transform-load) workbook allows you to configure the collection, transformation, and publishing of data into the Cloud Cruiser database. Each workbook can have one or multiple collections. This allows you to correlate information from different sources to complement or augment the usage data. For this example, we will create a new sheet in the Azure template workbook (UsageAPI) and set a new collection to import information from the Usage API. Figure 3 - Usage API data imported into the UsageAPI sheet Notice that this workbook already has other sheets to import services from Azure (ImportServices), and process the consumption information from the Billing API (PublishData). We are going to extract and process the information from the Usage API on the UsageAPI sheet, and correlate the information with the consumption data from the Billing API on the PublishData sheet.

6 Processing the tag information from the Usage API After importing the data into the workbook, we will create transformation steps in the UsageAPI sheet in order to process the information from the API. First step is to use a JSON split processor to extract the tags from a single field (as they are imported from the API) and create new fields for each one of them (Department, Project, Owner and Environment). Figure 4 - Create new fields for the tag information Notice that the Networking service is missing the tag information (yellow box), but we can tell that this service is part of the same Resource Group by looking at the ResourceGroupName field. Since we have the tags for the other resources from this same Resource Group, we can use this information to apply the missing tags to this resource later in the process. Next step is to create a lookup table associating the information from the tags to the ResourceGroupName. This lookup table will be used on the next step to enrich the consumption data with tag information.

7 Adding the tag information to the consumption data Now we can jump to the PublishData sheet, which processes the consumption information from the Billing API, and add the fields extracted from the tags. This process is performed by looking at the lookup table created on the previous step, using the ResourceGroupName as the key for the lookups. Figure 5 - Populating the account structure with the information from the lookups Notice that the appropriate account structure fields for the Networking service were applied, fixing the issue with the missing tags. We also populated the account structure fields for resources other than our target Resource Group with Other, in order to differentiate them on the reports. Now we just need to add another step to publish the usage data. During this step, the appropriate rates for each service defined on our Rate Plan will be applied to the usage information, and the resulting charge is then loaded into the database. The best part is that you only have to go through this process once. When the workbook is completed, you just need to add it to the scheduler and it will run hourly or daily at the scheduled time. Then it s just a matter of creating new reports, or customizing existing ones, in order to visualize and analyze the data to get meaningful insights from your cloud usage.

8 Next Steps For more information about Cloud Cruiser, please contact For detailed instructions on creating Cloud Cruiser workbooks and reports, please reference Cloud Cruiser s online documentation (valid login required). To learn how to integrate with the Azure Rate Card API, refer to the online tutorial Cloud Cruiser and Azure Public Rate Card API Integration

Cloud Cruiser and Azure Public Rate Card API Integration

Cloud Cruiser and Azure Public Rate Card API Integration Cloud Cruiser and Azure Public Rate Card API Integration In this article: Introduction Azure Rate Card API Cloud Cruiser s Interface to Azure Rate Card API Import Data from the Azure Rate Card API Defining

More information

CLOUD CRUISER FOR WINDOWS AZURE PACK

CLOUD CRUISER FOR WINDOWS AZURE PACK CLOUD CRUISER FOR WINDOWS AZURE PACK frequently asked questions 2013 Cloud Cruiser www.cloudcruiser.com OCTOBER 2013 PRODUCT FEATURES What is included with Cloud Cruiser Express? Cloud Cruiser Express

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489

Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489 Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489 Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key aspects of the apps

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

Structured Content: the Key to Agile. Web Experience Management. Introduction

Structured Content: the Key to Agile. Web Experience Management. Introduction Structured Content: the Key to Agile CONTENTS Introduction....................... 1 Structured Content Defined...2 Structured Content is Intelligent...2 Structured Content and Customer Experience...3 Structured

More information

Billing for OpenStack Cloud Services

Billing for OpenStack Cloud Services A bill for cloud services is created by applying a rate plan to the metered data consumed by the customer. This document provides an overview of the metered data and rate plan options for billing and showback

More information

Controlling Hybrid IT Spend BY DAVID S. LINTHICUM

Controlling Hybrid IT Spend BY DAVID S. LINTHICUM Controlling Hybrid IT Spend A WHITE PAPER BY DAVID S. LINTHICUM Contents Executive Summary 3 The Rise of Hybrid IT 5 What is a Hybrid Cloud? 7 The Need for Consumption Tracking 7 The Need for Visibility

More information

Frequently Asked Questions: EMC ViPR Software- Defined Storage Software-Defined Storage

Frequently Asked Questions: EMC ViPR Software- Defined Storage Software-Defined Storage Frequently Asked Questions: EMC ViPR Software- Defined Storage Software-Defined Storage Table of Contents What's New? Platform Questions Customer Benefits Fit with Other EMC Products What's New? What is

More information

Microsoft Office Word 2010: Level 1

Microsoft Office Word 2010: Level 1 Microsoft Office Word 2010: Level 1 Workshop Objectives: In this workshop, you will learn fundamental Word 2010 skills. You will start by getting acquainted with the Word user interface, creating a new

More information

Business Intelligence Using SharePoint 2013 and Office365

Business Intelligence Using SharePoint 2013 and Office365 Business Intelligence Using SharePoint 2013 and Office365 Firdouz Hussain Shaik Trigent Software Introduction Many successful companies have been investing large sums of money in business intelligence

More information

EMA Radar for Private Cloud Platforms: Q1 2013

EMA Radar for Private Cloud Platforms: Q1 2013 EMA Radar for Private Cloud Platforms: Q1 2013 By Torsten Volk ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) Radar Report March 2013 BMC Software EMA Radar for Private Cloud Platforms: Q1 2013 (IaaS, PaaS, SaaS)

More information

Now Leverage Big Data for Successful Customer Engagements

Now Leverage Big Data for Successful Customer Engagements Now Leverage Big Data for Successful Customer Engagements Revolutionize the Value of Partnership The partner challenge: Understanding customer environments to deliver better outcomes As a channel or technology

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

Sentinel Cloud V.3.6 Quick Start Guide

Sentinel Cloud V.3.6 Quick Start Guide Sentinel Cloud V.3.6 Quick Start Guide 2 Sentinel Cloud Quick Start Guide Software Version This documentation is applicable for Sentinel Cloud 3.6. Document Revision History Part Number 007-012143-001

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

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Course Details Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key

More information

Course Outline. Module 1: Introduction to Data Warehousing

Course Outline. Module 1: Introduction to Data Warehousing Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account

More information

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW About this Course This course provides SharePoint developers the information needed to implement SharePoint solutions

More information

Enabling Storage Services in Virtualized Cloud Environments

Enabling Storage Services in Virtualized Cloud Environments Cloud Environments Contents 1. Multi-Tenant Architecture... 4 2. Server Groups, Attributes, and Aggregation... 4 3. Capacity Planning as a Service... 6 4. Chargeback as a Service... 9 4.1. Storage Chargeback...

More information

Toronto June 18, 2014. Building Enterprise Clouds - Key Considerations and Strategies. Joe Fitzgerald GM, Cloud Management Products BU Red Hat

Toronto June 18, 2014. Building Enterprise Clouds - Key Considerations and Strategies. Joe Fitzgerald GM, Cloud Management Products BU Red Hat Toronto June 18, 2014 Building Enterprise Clouds - Key Considerations and Strategies Joe Fitzgerald GM, Cloud Management Products BU Red Hat I want to build a cloud... What KEY Capabilities are Important?

More information

COURSE SYLLABUS COURSE TITLE:

COURSE SYLLABUS COURSE TITLE: 1 COURSE SYLLABUS COURSE TITLE: FORMAT: CERTIFICATION EXAMS: 55043AC Microsoft End to End Business Intelligence Boot Camp Instructor-led None This course syllabus should be used to determine whether the

More information

Understanding the Value of Financial Intelligence for Cloud Management. A white paper by David Linthicum

Understanding the Value of Financial Intelligence for Cloud Management. A white paper by David Linthicum Understanding the Value of Financial Intelligence for Cloud Management A white paper by David Linthicum Hybrid IT Computing 2 Executive Summary Most of those who fund and operate cloud-based or virtualized

More information

DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions

DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions Summary Duration Vendor Audience 5 Days Microsoft Developer Published Level Technology 21 November 2013 300 Microsoft SharePoint

More information

Red Hat CloudForms for Cloud Management: Key Features & Roadmap

Red Hat CloudForms for Cloud Management: Key Features & Roadmap Red Hat CloudForms for Cloud Management: Key Features & Roadmap Damon Tepe Sr. Product Marketing Manager Red Hat John Hardy Technical Product Marketing Manager Red Hat Your Speakers Damon Tepe Sr Product

More information

Windows Azure Data Services (basics) 55093A; 3 Days

Windows Azure Data Services (basics) 55093A; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Windows Azure Data Services (basics) 55093A; 3 Days Course Description This

More information

Moving beyond Virtualization as you make your Cloud journey. David Angradi

Moving beyond Virtualization as you make your Cloud journey. David Angradi Moving beyond Virtualization as you make your Cloud journey David Angradi Today, there is a six (6) week SLA for VM provisioning it s easy to provision a VM, the other elements change storage, network

More information

Cloud Services Catalog with Epsilon

Cloud Services Catalog with Epsilon Cloud Services Catalog with Epsilon Modern IT enterprises face several challenges while building a service catalog for their data center. Provisioning with a cloud management platform solves some of these

More information

Envirofacts API Cory Wagner, US EPA

Envirofacts API Cory Wagner, US EPA Envirofacts API Cory Wagner, US EPA 2015 Exchange Network National Meeting Supporting the Business of Environmental Protection September 29 October 1, 2015 Sheraton Philadelphia Society Hill Hotel Philadelphia,

More information

Bring your data to life with Microsoft Power BI. Peter Myers Bitwise Solutions

Bring your data to life with Microsoft Power BI. Peter Myers Bitwise Solutions Bring your data to life with Microsoft Power BI Peter Myers Bitwise Solutions Presenter introduction Peter Myers Independent BI Expert, Bitwise Solutions BBus, SQL Server MCSE, Data Platform MVP (since

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Page 1 of 9 Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: 4 days; Instructor-Led Introduction

More information

Building and Managing

Building and Managing ORACLE Oracle Press' Building and Managing a Cloud Using Oracle Enterprise Manager 12c Madhup Gulati Adeesh Fulay Sudip Datta Mc Graw Hill Education New York Chicago San Francisco Lisbon London Madrid

More information

WHAT S NEW IN QLIKVIEW 11

WHAT S NEW IN QLIKVIEW 11 WHAT S NEW IN QLIKVIEW 11 QlikView 11 takes Business Discovery to a whole new level by enabling users to more easily share information with coworkers, supporting larger enterprise deployments through enhanced

More information

Oracle Big Data SQL Technical Update

Oracle Big Data SQL Technical Update Oracle Big Data SQL Technical Update Jean-Pierre Dijcks Oracle Redwood City, CA, USA Keywords: Big Data, Hadoop, NoSQL Databases, Relational Databases, SQL, Security, Performance Introduction This technical

More information

Optimizing Cloud Spend with Cloud Cruiser and Accenture Cloud Platform. July 16, 2015

Optimizing Cloud Spend with Cloud Cruiser and Accenture Cloud Platform. July 16, 2015 Optimizing Cloud Spend with Cloud Cruiser and Accenture Cloud Platform July 16, 2015 Meet our speakers Rodrigo Flores Managing Director Accenture Cloud Platform Accenture Fraser McKay VP of Products Cloud

More information

How to select the right Marketing Cloud Edition

How to select the right Marketing Cloud Edition How to select the right Marketing Cloud Edition Email, Mobile & Web Studios ith Salesforce Marketing Cloud, marketers have one platform to manage 1-to-1 customer journeys through the entire customer lifecycle

More information

Capitalize on Big Data for Competitive Advantage with Bedrock TM, an integrated Management Platform for Hadoop Data Lakes

Capitalize on Big Data for Competitive Advantage with Bedrock TM, an integrated Management Platform for Hadoop Data Lakes Capitalize on Big Data for Competitive Advantage with Bedrock TM, an integrated Management Platform for Hadoop Data Lakes Highly competitive enterprises are increasingly finding ways to maximize and accelerate

More information

Access Teams with Microsoft Dynamics CRM 2013

Access Teams with Microsoft Dynamics CRM 2013 Access Teams with Microsoft Dynamics CRM 2013 VERSION: 1.0 AUTHOR: Roger Gilchrist COMPANY: Microsoft Corporation RELEASED: November 2013 Copyright This document is provided "as-is". Information and views

More information

Product Overview. Dream Report. OCEAN DATA SYSTEMS The Art of Industrial Intelligence. User Friendly & Programming Free Reporting.

Product Overview. Dream Report. OCEAN DATA SYSTEMS The Art of Industrial Intelligence. User Friendly & Programming Free Reporting. Dream Report OCEAN DATA SYSTEMS The Art of Industrial Intelligence User Friendly & Programming Free Reporting. Dream Report for Trihedral s VTScada Dream Report Product Overview Applications Compliance

More information

Course Syllabus. Maintaining a Microsoft SQL Server 2005 Database. At Course Completion

Course Syllabus. Maintaining a Microsoft SQL Server 2005 Database. At Course Completion Course Syllabus Maintaining a Microsoft SQL Server 2005 Database Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to

More information

Implementing Multi-Tenanted Storage for Service Providers with Cloudian HyperStore. The Challenge SOLUTION GUIDE

Implementing Multi-Tenanted Storage for Service Providers with Cloudian HyperStore. The Challenge SOLUTION GUIDE Implementing Multi-Tenanted Storage for Service Providers with Cloudian HyperStore COST EFFECTIVE SCALABLE STORAGE PLATFORM FOR CLOUD STORAGE SERVICES SOLUTION GUIDE The Challenge Service providers (MSPs/ISPs/ASPs)

More information

PBI365: Data Analytics and Reporting with Power BI

PBI365: Data Analytics and Reporting with Power BI POWER BI FOR BUSINESS ANALYSTS AND POWER USERS 3 DAYS PBI365: Data Analytics and Reporting with Power BI AUDIENCE FORMAT COURSE DESCRIPTION Business Analysts, Statisticians and Data Scientists Instructor-led

More information

Save Actions User Guide

Save Actions User Guide Microsoft Dynamics CRM for Sitecore 6.6-8.0 Save Actions User Guide Rev: 2015-04-15 Microsoft Dynamics CRM for Sitecore 6.6-8.0 Save Actions User Guide A practical guide to using Microsoft Dynamics CRM

More information

MS-10337 - Updating your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2

MS-10337 - Updating your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2 MS-10337 - Updating your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2 Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student

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

How To Monitor Hybrid It From A Hybrid Environment

How To Monitor Hybrid It From A Hybrid Environment IT Monitoring for the Hybrid Enterprise With a Look at ScienceLogic Perspective 2012 Neovise, LLC. All Rights Reserved. Report Published April, 2015 Hybrid IT Goes Mainstream Enterprises everywhere are

More information

HOW TO: Using Big Data Analytics to understand how your SharePoint Intranet is being used

HOW TO: Using Big Data Analytics to understand how your SharePoint Intranet is being used HOW TO: Using Big Data Analytics to understand how your SharePoint Intranet is being used About the author: Wim De Groote is Expert Leader Entreprise Collaboration Management at Sogeti. You can reach him

More information

Enterprise Access Control Patterns For REST and Web APIs

Enterprise Access Control Patterns For REST and Web APIs Enterprise Access Control Patterns For REST and Web APIs Francois Lascelles Layer 7 Technologies Session ID: STAR-402 Session Classification: intermediate Today s enterprise API drivers IAAS/PAAS distributed

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Outline Module 1: SharePoint as a Developer Platform This module examines different approaches that can be

More information

<no narration for this slide>

<no narration for this slide> 1 2 The standard narration text is : After completing this lesson, you will be able to: < > SAP Visual Intelligence is our latest innovation

More information

Course Outline: Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions

Course Outline: Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Course Outline: Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This course provides SharePoint

More information

SAVE ENERGY, SAVE MONEY. ENERGY ANALYTICS GOES MOBILE.

SAVE ENERGY, SAVE MONEY. ENERGY ANALYTICS GOES MOBILE. SAVE ENERGY, SAVE MONEY. ENERGY ANALYTICS GOES MOBILE. DATA ANALYTICS DELIVERS REAL VALUE TO UTILITY COMPANIES TODAY High cost to serve Low engagement / trust Increasing regulation Increase in smart metering

More information

Microsoft Private Cloud Fast Track

Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track is a reference architecture designed to help build private clouds by combining Microsoft software with Nutanix technology to decrease

More information

Analyzing Cloud Costs

Analyzing Cloud Costs Analyzing Cloud Costs in a Standard IT Cost Model Analyzing Cloud Costs in a Standard IT Cost Model In Partnership with: Executive Summary Enterprise use of public cloud services has made managing IT costs

More information

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778 Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778 Course Outline Module 1: Introduction to Business Intelligence and Data Modeling This module provides an introduction to Business

More information

SharePoint 2011 as a Business Intelligence Platform for On-Premise and Cloud Data. Adis Jugo, Managing Consultant, PlanB. GmbH

SharePoint 2011 as a Business Intelligence Platform for On-Premise and Cloud Data. Adis Jugo, Managing Consultant, PlanB. GmbH SharePoint 2011 as a Business Intelligence Platform for On-Premise and Cloud Data Adis Jugo, Managing Consultant, PlanB. GmbH Agenda History of BI in SharePoint What is new with SharePoint 2010 How to

More information

VMware Virtualization and Cloud Management Overview. 2010 VMware Inc. All rights reserved

VMware Virtualization and Cloud Management Overview. 2010 VMware Inc. All rights reserved VMware Virtualization and Cloud Management Overview 2010 VMware Inc. All rights reserved Automating Operations Management Why? What? How? Why is Operations Management different in the virtual world? What

More information

Updating Your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2

Updating Your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2 Course 10337A: Updating Your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2 OVERVIEW About this Course This 3 day ILT course focuses on the new features SQL Server 2008 R2 for BI specialists

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot

Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot www.etidaho.com (208) 327-0768 Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot 3 Days About this Course This course is designed for the end users and analysts that

More information

Flagship Fleet Management, LLC. Fleet Navigator - The premier ad-hoc query tool

Flagship Fleet Management, LLC. Fleet Navigator - The premier ad-hoc query tool . Fleet Managers interact with data using familiar fleet terminology, not cryptic database terminology thus shielding users from the complexity of database structures and SQL query language. Managers know

More information

Cloud Based Document Management

Cloud Based Document Management Cloud Based Document Management WHY IS THE CLOUD IMPORTANT? The Information Explosion It is the information that is setting up competitive differentiation, not specifically products and processes. It is

More information

CYCLOPS The Ultimate Billing Framework for Cloud Services Dr. Piyush Harsh, ICCLab InIT Zurich University of Applied Sciences Zürcher Fachhochschule

CYCLOPS The Ultimate Billing Framework for Cloud Services Dr. Piyush Harsh, ICCLab InIT Zurich University of Applied Sciences Zürcher Fachhochschule CYCLOPS The Ultimate Billing Framework for Cloud Services Dr. Piyush Harsh, ICCLab InIT Zurich University of Applied Sciences Cloud services today Commoditization Same set of services being offered Compute,

More information

Journey to the Intelligent Cloud - Part 2 -

Journey to the Intelligent Cloud - Part 2 - Journey to the Intelligent Cloud - Part 2 - Matthew Khaw Partner Business Strategist Microsoft Malaysia Aswin C. Developer Evangelist Microsoft Malaysia SaaS Solutions DIFFERENTIATION Journey to the Cloud

More information

What s new in Access 2013

What s new in Access 2013 Work Smart by Microsoft IT What s new in Access 2013 Customization note: This document contains guidance and/or step-by-step installation instructions that can be reused, customized, or deleted entirely

More information

Intelligence. Productivity. Mobility. Unified Service. Predictive analytics: Offline mobile: Self, assisted & field service

Intelligence. Productivity. Mobility. Unified Service. Predictive analytics: Offline mobile: Self, assisted & field service Productivity Intelligence Mobility Unified Service Next generation productivity: Predictive analytics: Offline mobile: Self, assisted & field service Surface trending documents with Delve Immersive Excel

More information

DocAve Software Platform

DocAve Software Platform TECHNOLOGY AUDIT DocAve Software Platform AvePoint Reference Code: OI00069-021 Publication Date: July 2011 Author: Mike Davis SUMMARY Catalyst AvePoint's DocAve Software Platform v5.6 provides an enterprise-strength

More information

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Testing Tools using Visual Studio. Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation

Testing Tools using Visual Studio. Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation Testing Tools using Visual Studio Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation Plan REQUIREMENTS BACKLOG Monitor + Learn Development Collaboration Production Develop + Test Release

More information

IBM Marketing Cloud adds enterprise packages and offers new capabilities for all packages

IBM Marketing Cloud adds enterprise packages and offers new capabilities for all packages IBM United States Software Announcement 215-492, dated October 27, 2015 adds enterprise packages and offers new capabilities for all packages Table of contents 1 Overview 6 Publications 2 Key prerequisites

More information

How To Extend An Enterprise Bio Solution

How To Extend An Enterprise Bio Solution Course 20467C: Designing Self-Service Business Intelligence and Big Data Solutions Module 1: Introduction to Self-Service Business Intelligence This module introduces self-service BI. Extending Enterprise

More information

TDWI Data Integration Techniques: ETL & Alternatives for Data Consolidation

TDWI Data Integration Techniques: ETL & Alternatives for Data Consolidation TDWI Data Integration Techniques: ETL & Alternatives for Data Consolidation Format : C3 Education Course Course Length : 9am to 5pm, 2 consecutive days Date : Sydney 22-23 Nov 2011, Melbourne 28-29 Nov

More information

SpreadSheetSpace Sync WHITE PAPER - January 2014

SpreadSheetSpace Sync WHITE PAPER - January 2014 WHITE PAPER - January 2014 Summary Discover SpreadSheetSpace Sync (Sync), an amazing addition to all Microsoft Windows versions of Microsoft Excel that will increase your productivity and the quality of

More information

Establishing a Private Cloud

Establishing a Private Cloud SPONSORED CONTENT Fireside Chat Solutions Brief Establishing a Private Cloud By Miklos Sandorfi, Vice President of Solutions & Cloud, Hitachi Data Systems Claude Lorenson, Senior Product Manager, Cloud

More information

Many cloud service providers are interested in supporting resellers as tenants within their cloud.

Many cloud service providers are interested in supporting resellers as tenants within their cloud. Reseller Functionality Checklist White Paper Many cloud service providers are interested in supporting resellers as tenants within their cloud. This document provides an overview of the key functionality

More information

Business 360 Online - Product concepts and features

Business 360 Online - Product concepts and features Business 360 Online - Product concepts and features Version November 2014 Business 360 Online from Software Innovation is a cloud-based tool for information management. It helps you to work smarter with

More information

Experimental Awareness of CO 2 in Federated Cloud Sourcing

Experimental Awareness of CO 2 in Federated Cloud Sourcing Experimental Awareness of CO 2 in Federated Cloud Sourcing Julia Wells, Atos Spain This project is partially funded by European Commission under the 7th Framework Programme - Grant agreement no. 318048

More information

Symantec Global Intelligence Network 2.0 Architecture: Staying Ahead of the Evolving Threat Landscape

Symantec Global Intelligence Network 2.0 Architecture: Staying Ahead of the Evolving Threat Landscape WHITE PAPER: SYMANTEC GLOBAL INTELLIGENCE NETWORK 2.0.... ARCHITECTURE.................................... Symantec Global Intelligence Network 2.0 Architecture: Staying Ahead of the Evolving Threat Who

More information

Microsoft End to End Business Intelligence Boot Camp

Microsoft End to End Business Intelligence Boot Camp Microsoft End to End Business Intelligence Boot Camp Längd: 5 Days Kurskod: M55045 Sammanfattning: This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence

More information

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 OVERVIEW About this Course Data warehousing is a solution organizations use to centralize business data for reporting and analysis.

More information

HP CloudSystem Matrix: Collecting Usage Data for Showback, Charge-back, and Billing Purposes

HP CloudSystem Matrix: Collecting Usage Data for Showback, Charge-back, and Billing Purposes HP CloudSystem Matrix: Collecting Usage Data for Showback, Charge-back, and Billing Purposes Technical white paper Table of contents Abstract... 2 Overview... 2 CloudSystem Matrix... 4 The CloudSystem

More information

www.ducenit.com Analance Data Integration Technical Whitepaper

www.ducenit.com Analance Data Integration Technical Whitepaper Analance Data Integration Technical Whitepaper Executive Summary Business Intelligence is a thriving discipline in the marvelous era of computing in which we live. It s the process of analyzing and exploring

More information

Deploying Migrated IBM Notes Applications to the Cloud

Deploying Migrated IBM Notes Applications to the Cloud Deploying Migrated IBM Notes Applications to the Cloud A guide on deploying Composer Notes application to Microsoft Azure Prepared by Composer Technologies Copyright Composer Technologies Table of Contents

More information

Statement of Direction

Statement of Direction Microsoft Dynamics NAV Statement of Direction Product strategy and roadmap for Microsoft Dynamics NAV Date: May 2012 www.microsoft.com/dynamics/nav Page 1 CONTENTS Welcome... 3 Overview of Microsoft Dynamics

More information

Leverage SharePoint with PSI:Capture

Leverage SharePoint with PSI:Capture Leverage SharePoint with PSI:Capture A White Paper Courtesy of PSIGEN Software, Inc. Table of Contents Intro to PSI:Capture... 1 Intro to PSI:Capture for SharePoint... 1 Key SharePoint Features... 2 Key

More information

Deploy. Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture

Deploy. Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture Apps and data source extensions with APIs Future white label, embed or integrate Power BI Deploy Intelligent

More information

Microsoft SQL Server 2005 Reporting Services Step by Step

Microsoft SQL Server 2005 Reporting Services Step by Step Microsoft SQL Server 2005 Reporting Services Step by Step Stacia Misner; Hitachi Consulting To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/9153.aspx 9780735622500

More information

Microsoft Dynamics CRM Campaign Integration - New features

Microsoft Dynamics CRM Campaign Integration - New features Sitecore CMS Modules Microsoft Dynamics CRM Campaign Integration Rev: 2011-03-29 Sitecore CMS Modules Microsoft Dynamics CRM Campaign Integration - New features Table of Contents Chapter 1 Microsoft Dynamics

More information

METAOPTION LLC, 574 NEWARK AVENUE, SUITE

METAOPTION LLC, 574 NEWARK AVENUE, SUITE 1 Case Study on EBAX By Team MetaOption 2 CLIENT PROFILE Since 1992, Prosoft has developed business applications with Microsoft technologies. Today, Prosoft is considered one of the most experienced CRM/XRM

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 200 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led

More information

The Data Center of the Future

The Data Center of the Future 2010, Enterprise Strategy Group, Inc. All Rights Reserved White Paper The Data Center of the Future By Mark Bowker and Lauren Whitehouse March, 2010 This ESG White Paper was commissioned by Veeam and is

More information

TARGETPROCESS HELP DESK PORTAL

TARGETPROCESS HELP DESK PORTAL TARGETPROCESS HELP DESK PORTAL v.2.17 User Guide This document describes TargetProcess Help Desk Portal functionality and provides information about TargetProcess Help Desk Portal usage. 1 HELP DESK PORTAL...2

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

Cyber Security Services: Data Loss Prevention Monitoring Overview

Cyber Security Services: Data Loss Prevention Monitoring Overview WHITE PAPER: DLP MONITORING OVERVIEW........................................ Cyber Security Services: Data Loss Prevention Monitoring Overview Who should read this paper Customers who are interested in

More information

MODULE FRAMEWORK : Dip: Information Technology Network Integration Specialist (ITNIS) (Articulate to Edexcel: Adv. Dip Network Information Specialist)

MODULE FRAMEWORK : Dip: Information Technology Network Integration Specialist (ITNIS) (Articulate to Edexcel: Adv. Dip Network Information Specialist) Year: 2011 (2 nd year) Term: 3 Class group: Blue Facilitator: C. Du Toit Description: Learn how to install, configure and administer a Microsoft SQL Server. Learn how to manage a SQL database hosted on

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463)

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Course Description Data warehousing is a solution organizations use to centralize business data for reporting and analysis. This five-day

More information

The Platform is the Planet

The Platform is the Planet The Platform is the Planet IoT Solutions in a Heterogeneous World Kevin Miller (kevin.miller@microsoft.com) Principal Program Manager, Azure IoT IoT Solutions Until Now Most earlier successful IoT deployments

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

SOA REFERENCE ARCHITECTURE: WEB TIER SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible

More information

Software Requirements Specification. Schlumberger Scheduling Assistant. for. Version 0.2. Prepared by Design Team A. Rice University COMP410/539

Software Requirements Specification. Schlumberger Scheduling Assistant. for. Version 0.2. Prepared by Design Team A. Rice University COMP410/539 Software Requirements Specification for Schlumberger Scheduling Assistant Page 1 Software Requirements Specification for Schlumberger Scheduling Assistant Version 0.2 Prepared by Design Team A Rice University

More information

What is Xenstack? It is to computing what power stations were to electricity

What is Xenstack? It is to computing what power stations were to electricity It is to computing what power stations were to electricity Factories no longer have coal-fired steam generators in their basements to run their cotton looms. They plug into the electrical grid for unlimited,

More information