Skip to content

Commit

Permalink
update module readmes with links to recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewconnell committed Apr 27, 2016
1 parent c6ce0b1 commit 1502528
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 14 deletions.
2 changes: 1 addition & 1 deletion hol-01-intro-pcsdk/readme.md
Expand Up @@ -4,7 +4,7 @@ The Partner Center SDK provides a superset of the earlier CREST API functionalit

> You can find a completed version of the solution that you would have at the conclusion of the lab in the [completed](completed) folder. Any settings, such as IDs, passwords, keys and other partner-specific values have been removed from the completed solution, but if you run into trouble you can use the final solution as a template to compare your work against if you have trouble.
This Hands on Lab is hosted online [here](http://aka.ms/pcsdkhol)
This Hands on Lab is hosted online [here](http://aka.ms/pcsdkhol).

## Exercise 1: Create an Azure AD Application

Expand Down
6 changes: 5 additions & 1 deletion mod-01-overview/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-01-overview.pptx)
[Get the presentation](mod-01-overview.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 1 Introductory System Concepts and Getting Started with the Partner Center SDK](https://channel9.msdn.com/Series/cspdev/Module-1-Introductory-System-Concepts-and-Getting-Started-with-the-Partner-Center-SDK)**
6 changes: 5 additions & 1 deletion mod-02-azuread/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-02-azuread.pptx)
[Get the presentation](mod-02-azuread.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 2 Authentication for Partner Center SDK](https://channel9.msdn.com/Series/cspdev/Module-2-Authentication-for-Partner-Center-SDK)**
6 changes: 5 additions & 1 deletion mod-03-api-ops/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-03-api-ops.pptx)
[Get the presentation](mod-03-api-ops.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 3 Understanding how Partner Center SDK works with CREST API](https://channel9.msdn.com/Series/cspdev/Module-3-Understanding-how-Partner-Center-SDK-works-with-CREST-API)**
6 changes: 5 additions & 1 deletion mod-04-rest/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-04-rest.pptx)
[Get the presentation](mod-04-rest.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 4 REST + JSON Primer & Debugging API Calls](https://channel9.msdn.com/Series/cspdev/Module-4-REST--JSON-Primer--Debugging-API-Calls)**
6 changes: 5 additions & 1 deletion mod-05-samplecode/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-05-samplecode.pptx)
[Get the presentation](mod-05-samplecode.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 5 Getting Started with the Sample Code](https://channel9.msdn.com/Series/cspdev/Module-5-Getting-Started-with-the-Sample-Code)**
6 changes: 5 additions & 1 deletion mod-06-customers/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-06-customers.pptx)
[Get the presentation](mod-06-customers.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 6 Managing Customers](https://channel9.msdn.com/Series/cspdev/Module-6-Managing-Customers)**
6 changes: 5 additions & 1 deletion mod-07-o365/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-07-o365.pptx)
[Get the presentation](mod-07-o365.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 7 Office 365 – Offers, AddOns, Subscriptions & Orders](https://channel9.msdn.com/Series/cspdev/Module-7-Office-365--Offers-AddOns-Subscriptions--Orders)**
6 changes: 5 additions & 1 deletion mod-08-invoices/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-08-invoices.pptx)
[Get the presentation](mod-08-invoices.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 8 CSP Billing - Invoices & Reconciliation Files](https://channel9.msdn.com/Series/cspdev/Module-8-CSP-Billing-Invoices--Reconciliation-Files)**
6 changes: 5 additions & 1 deletion mod-09-azure/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-09-azure.pptx)
[Get the presentation](mod-09-azure.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 9 Microsoft Azure Managing Users & Resources](https://channel9.msdn.com/Series/cspdev/Module-9-Microsoft-Azure-Managing-Users--Resources)**
6 changes: 5 additions & 1 deletion mod-10-support/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-10-support.pptx)
[Get the presentation](mod-10-support.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 10 Managing Support Tickets](https://channel9.msdn.com/Series/cspdev/Module-10-Managing-Support-Tickets)**
6 changes: 5 additions & 1 deletion mod-11-aobo/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-11-aobo.pptx)
[Get the presentation](mod-11-aobo.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 11 Admin On Behalf Of (AOBO)](https://channel9.msdn.com/Series/cspdev/Module-11-Admin-On-Behalf-Of-AOBO)**
6 changes: 5 additions & 1 deletion mod-12-o365transition/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-12-o365transition.pptx)
[Get the presentation](mod-12-o365transition.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 12 Office 365 Transitioning Subscriptions](https://channel9.msdn.com/Series/cspdev/Module-12-Office-365-Transitioning-Subscriptions)**
6 changes: 5 additions & 1 deletion mod-13-usage/readme.md
Expand Up @@ -2,4 +2,8 @@

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.

[Get the presentation](mod-13-usage.pptx)
[Get the presentation](mod-13-usage.pptx)

## Watch the Module

This module has been recorded and is available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series here: **[Module 13 Azure Rated Usage](https://channel9.msdn.com/Series/cspdev/Module-13-Azure-Rated-Usage)**.
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -8,6 +8,8 @@ Pre-requisites for the course are that the viewer already has experience as a de

## Modules - Lectures & Demos

> The moduls in this course have been recorded and are available in the **[Cloud Solution Provider Developers](https://channel9.msdn.com/Series/cspdev)** series on Channel9.
1. **[Introductory System Concepts and Getting Started with the Partner Center SDK](mod-01-overview)**

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.
Expand Down

0 comments on commit 1502528

Please sign in to comment.