Skip to content

Commit 9604d83

Browse files
committed
Fixed old links
1 parent 4a6cbb0 commit 9604d83

File tree

4 files changed

+18
-23
lines changed

4 files changed

+18
-23
lines changed

articles/marketplace/marketplace-roadmap.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@
22
title: Azure Marketplace and AppSource Roadmap | Azure
33
description: A roadmap to what's happening in the Marketplace
44
services: Azure, Marketplace, Compute
5-
65
author: qianw211
76
manager: MaggiePucciEvans
8-
9-
10-
117
ms.service: marketplace
12-
13-
14-
158
ms.topic: article
169
ms.date: 03/29/2019
1710
ms.author: BrianLevenson
@@ -24,25 +17,27 @@ This document provides a view into what's next for Azure Marketplace, AppSource,
2417

2518
We welcome your suggestions! Join the conversation in the [Microsoft Partner Community](https://www.microsoftpartnercommunity.com/) to get the latest updates on new capabilities, programs, and events.
2619

20+
2721
## Roadmap
2822
![](./media/marketplace-publishers-guide/roadmap.png)
2923

24+
3025
## Recent Releases
3126

3227
Once a capability is live, it will be removed from the roadmap. Functionality that has been added to the Marketplace includes the following.
3328

29+
3430
### For March 2019
3531

3632
* [Marketplace + CSP Update Blog](https://azure.microsoft.com/blog/azure-marketplace-and-cloud-solution-provider-updates-march-2019/)
3733
* [Publish offerings into CSP channel (ISV)](https://docs.microsoft.com/azure/marketplace/cloud-solution-providers)
3834
* [Resell Marketplace offerings (CSP)](https://docs.microsoft.com/partner-center/sell-marketplace-products)
3935
* [Standard Contract](https://docs.microsoft.com/azure/marketplace/standard-contract)
40-
* [SaaS Fulfillment API](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-fulfillment-apis)
36+
* [SaaS Fulfillment API](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-fulfillment-apis)
4137
* [Marketplace Geos and Currencies](https://docs.microsoft.com/azure/marketplace/marketplace-geo-availability-currencies)
4238
* [Seller Insights](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal-orig/si-changes)
4339

40+
4441
## Next steps
4542

4643
Visit the [Azure Marketplace and AppSource Publisher Guide](https://docs.microsoft.com/azure/marketplace/marketplace-publishers-guide) page.
47-
48-
---

articles/marketplace/marketplace-saas-applications-technical-publishing-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ If you haven't already done so,
143143
If you're registered and are creating a new offer or working on an existing one,
144144

145145
- [Log in to Cloud Partner Portal](https://cloudpartner.azure.com) to create or complete your offer.
146-
- See [Azure SaaS application offer](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-offer) for more information.
146+
- See [Azure SaaS application offer](https://docs.microsoft.com/azure/marketplace/partner-center-portal/create-new-saas-offer) for more information.

articles/marketplace/partner-center-portal/create-new-saas-offer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In order to list Software as a Service (SaaS) offers with Commercial Marketplace
6969

7070
- Your offer must be compatible with Azure clients. (Often SaaS apps are also hosted on Azure for best performance and compatibility, but this is not a requirement.)
7171
- Your offer must use [Azure Active Directory (Azure AD)](https://azure.microsoft.com/services/active-directory/) for identity management and authentication.
72-
- Your offer must use [SaaS Fulfillment APIs](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-fulfillment-api-v2) to integrate with the Azure Marketplace.
72+
- Your offer must use [SaaS Fulfillment APIs](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-fulfillment-api-v2) to integrate with the Azure Marketplace.
7373

7474
#### Billing infrastructure costs
7575
For SaaS offers, you, as the publisher, must account for Azure infrastructure usage fees, and software licensing fees as a single cost item. This cost is represented as a flat monthly fee to the customer. Azure infrastructure usage is managed and billed to you, the partner, directly. Actual infrastructure usage fees are not seen by the customer. Publishers typically opt to bundle Azure infrastructure usage fees into their software license pricing.

articles/marketplace/partner-center-portal/pc-saas-fulfillment-api-v2.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The resolve endpoint enables the publisher to resolve a marketplace token to a p
102102
| Content-Type | `application/json` |
103103
| x-ms-requestid | Unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
104104
| x-ms-correlationid | Unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value is not provided, one will be generated and provided in the response headers. |
105-
| authorization | [Get JSON web token (JWT) bearer token](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
105+
| authorization | [Get JSON web token (JWT) bearer token](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
106106
| x-ms-marketplace-token | Token query parameter in the URL when the user is redirected to the SaaS ISV’s website from Azure (for example: `https://contoso.com/signup?token=..`). *Note:* The URL decodes the token value from the browser before using it. |
107107

108108
*Response codes:*
@@ -166,7 +166,7 @@ Lists all the SaaS subscriptions for a publisher.
166166
| Content-Type | `application/json` |
167167
| x-ms-requestid | Unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
168168
| x-ms-correlationid | Unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
169-
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
169+
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
170170

171171
*Response codes:*
172172

@@ -238,7 +238,7 @@ Gets the specified SaaS subscription. Use this call to get license information a
238238
| Content-Type | `application/json` |
239239
| x-ms-requestid | Unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
240240
| x-ms-correlationid | Unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
241-
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
241+
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
242242

243243
*Response codes:*
244244

@@ -303,7 +303,7 @@ Use this call to find out if there are any private/public offers for the current
303303
| Content-Type | `application/json` |
304304
| x-ms-requestid | Unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
305305
| x-ms-correlationid | Unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value is not provided, one will be generated and provided in the response headers. |
306-
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
306+
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
307307

308308
*Response codes:*
309309

@@ -357,7 +357,7 @@ Internal Server Error<br>
357357
| Content-Type | `application/json` |
358358
| x-ms-requestid | Unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
359359
| x-ms-correlationid | Unique string value for operation on the client. This string correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
360-
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
360+
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
361361

362362
*Request:*
363363

@@ -414,7 +414,7 @@ Update the plan on the subscription.
414414
| Content-Type | `application/json` |
415415
| x-ms-requestid | A unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
416416
| x-ms-correlationid | A unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
417-
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
417+
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
418418

419419
*Request payload:*
420420

@@ -480,7 +480,7 @@ Update the quantity on the subscription.
480480
| Content-Type | `application/json` |
481481
| x-ms-requestid | A unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
482482
| x-ms-correlationid | A unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
483-
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
483+
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
484484

485485
*Request payload:*
486486

@@ -546,7 +546,7 @@ Unsubscribe and delete the specified subscription.
546546
| Content-Type | `application/json` |
547547
| x-ms-requestid | A unique string value for tracking the request from the client, preferably a GUID. If this value isn't provided, one will be generated and provided in the response headers. |
548548
| x-ms-correlationid | A unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
549-
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
549+
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
550550

551551
*Response codes:*
552552

@@ -599,7 +599,7 @@ Lists the outstanding operations for the current publisher.
599599
| Content-Type | `application/json` |
600600
| x-ms-requestid | A unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
601601
| x-ms-correlationid | A unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
602-
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
602+
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
603603

604604
*Response codes:*
605605

@@ -663,7 +663,7 @@ Enables the publisher to track the status of the specified triggered async opera
663663
| Content-Type | `application/json` |
664664
| x-ms-requestid | A unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
665665
| x-ms-correlationid | A unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
666-
| authorization |[Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
666+
| authorization |[Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
667667

668668
*Response codes:*
669669
Code: 200<br>
@@ -729,7 +729,7 @@ Update the status of an operation to indicate success/failure with the provided
729729
| Content-Type | `application/json` |
730730
| x-ms-requestid | A unique string value for tracking the request from the client, preferably a GUID. If this value is not provided, one will be generated and provided in the response headers. |
731731
| x-ms-correlationid | A unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
732-
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-registration#get-a-token-based-on-the-azure-ad-app) |
732+
| authorization | [Get JSON web token (JWT) bearer token.](https://docs.microsoft.com/azure/marketplace/partner-center-portal/pc-saas-registration#get-a-token-based-on-the-azure-ad-app) |
733733

734734
*Request payload:*
735735

0 commit comments

Comments
 (0)