This course is for Microsoft partners who are in the Cloud Solution Provider (CSP) program and who are interested in the Partner Center SDK, including both the managed API and REST API. This includes partners who have been using the initial CREST API.
The course consists of multiple lectures and demos that are roughly 45-60 minutes in duration, each comprised of a module. It also includes a number of self-paced hands-on-labs for course participants.
Pre-requisites for the course are that the viewer already has experience as a developer, and they should have prior familiarity with the REST protocol. During the training a viewer will learn about using the Partner Center SDK for a variety of scenarios such that they can implement integration of sales and billing systems for a Microsoft Cloud Solution Provider partner.
This module provides an overview for the course. We will talk about key concepts and the technical actors involved in the Partner Center SDK. It includes a brief overview of Azure AD tenants, and of how CREST API users can work with the Partner Center SDK. It also covers the basics of the object model in the Partner Center SDK.
This module describes how the Partner Center SDK uses Azure AD directories. It includes how to manage the partner tenant with an Azure subscription. It also goes into detail of how to authenticate from code to that tenant using the App+User and the App-Only models.
This module describes how to use the Partner Center SDK with existing code that uses the CREST API. It will talk about the new features available in the Partner Center SDK that are not available in CREST. It will teach how to use Partner Center REST API calls in the same application as CREST API calls and how to manage authentication. And it will show demos of working in a console application that calls CREST and the Partner Center REST APIs.
This module describes REST and JSON since those are the protocols that the Partner Center SDK uses to communicate with Microsoft. Whether you are programming at the REST layer or using the Partner Center SDK, it’s really valuable to be able to see what's happening on the wire. This module covers these core protocols and also shows how to code against the REST APIs and how to debug with them.
This module shows how to obtain and compile and use the three sample applications. It shows the CREST sample code. It shows the Partner Center SDK sample console application. And it shows the Partner Center SDK sample web application.
This module walks through various scenarios for working with customer records in the Partner Center SDK. This includes getting a partner's customers, creating customers, deleting customers, getting a customer profile, managing customers, and getting a customer subscriptions and orders. It also discusses some common issues with creating customer records.
This module walks through scenarios in the Partner Center SDK related to Offers, Add-Ons, Subscriptions, and Orders. It shows how to work with each of those data types in the Partner Center SDK and discusses common issues encountered when creating orders including address validation and MPN ID validation.
This module goes into detail about access to a partners invoices using the Partner Center SDK. It shows how to download invoices and how to access and read invoice line items which were previously known as the reconciliation file. Each type of line item is described.
This module provides an overview of Azure subscriptions from the Partner Center SDK. It shows how to create Azure subscriptions in the Partner Center SDK, and also how to add users to those subscriptions. It also shows how to use Azure Resource Manager to add Azure resources to the subscription.
This module provides an overview of a partners access to both partner and customer service requests through the Partner Center SDK. This includes searching and updating service requests. It also shows how to create service requests through the SDK.
Admin on behalf of (AOBO) is where an application created by the partner and registered in the Partner’s Azure AD tenant that can perform administrative tasks on the customer’s Azure AD tenant on behalf of the customer. For Office 365 this simply means that the partner can log in as themselves and have administrative access to their customers Office 365 tenant. This module describes how this works for Office 365 and for Microsoft Azure.
This module talks about how an Office 365 customer can transition their subscription to a new Office 365 offer. It shows you how to use the Partner Center SDK to list the available subscription offers that a customer can move to, and how to submit the request.
This module describes the new Rated Usage feature available in the Partner Center SDK. It shows how to utilize the new customer spending budget which provides an email notification to the partner. It describes working with the usage summary, setting the usage budget, and accessing information about the usage detail.
The hands-on labs in this course have a few prerequisites what you will need in order to complete the exercises. These prerequisites are detailed in Hands-On Lab Prerequisites.
The labs are written for developers using the .NET Framework in C# using Visual Studio 2015 with Update 1 on Windows 10.
- Introduction to the Partner Center SDK
- Using the Partner Center SDK with an Existing CREST API Based Application
- Implementing Parameter Validation for Create Customer and Create Order (coming soon)
- Working with Invoices and Invoice Line Items (coming soon)
- Adding Resources to a new Azure Subscription (coming soon)
- Working with Rated Usage Data (coming soon)
Date | Comment |
---|---|
March 17, 2016 | Added HOL #1, #2. |
March 15, 2016 | Initial version. |