You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/marketplace/marketplace-roadmap.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,9 @@
2
2
title: Azure Marketplace and AppSource Roadmap | Azure
3
3
description: A roadmap to what's happening in the Marketplace
4
4
services: Azure, Marketplace, Compute
5
-
6
5
author: qianw211
7
6
manager: MaggiePucciEvans
8
-
9
-
10
-
11
7
ms.service: marketplace
12
-
13
-
14
-
15
8
ms.topic: article
16
9
ms.date: 03/29/2019
17
10
ms.author: BrianLevenson
@@ -24,25 +17,27 @@ This document provides a view into what's next for Azure Marketplace, AppSource,
24
17
25
18
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.
Copy file name to clipboardExpand all lines: articles/marketplace/partner-center-portal/create-new-saas-offer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ In order to list Software as a Service (SaaS) offers with Commercial Marketplace
69
69
70
70
- 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.)
71
71
- 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.
73
73
74
74
#### Billing infrastructure costs
75
75
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.
Copy file name to clipboardExpand all lines: articles/marketplace/partner-center-portal/pc-saas-fulfillment-api-v2.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The resolve endpoint enables the publisher to resolve a marketplace token to a p
102
102
| Content-Type |`application/json`|
103
103
| 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. |
104
104
| 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)|
106
106
| 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. |
107
107
108
108
*Response codes:*
@@ -166,7 +166,7 @@ Lists all the SaaS subscriptions for a publisher.
166
166
| Content-Type |`application/json`|
167
167
| 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. |
168
168
| 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)|
170
170
171
171
*Response codes:*
172
172
@@ -238,7 +238,7 @@ Gets the specified SaaS subscription. Use this call to get license information a
238
238
| Content-Type |`application/json`|
239
239
| 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. |
240
240
| 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)|
242
242
243
243
*Response codes:*
244
244
@@ -303,7 +303,7 @@ Use this call to find out if there are any private/public offers for the current
303
303
| Content-Type | `application/json` |
304
304
| 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. |
305
305
| 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. |
| 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. |
359
359
| 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. |
@@ -414,7 +414,7 @@ Update the plan on the subscription.
414
414
| Content-Type | `application/json` |
415
415
| 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. |
416
416
| 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. |
@@ -480,7 +480,7 @@ Update the quantity on the subscription.
480
480
| Content-Type | `application/json` |
481
481
| 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. |
482
482
| 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. |
@@ -546,7 +546,7 @@ Unsubscribe and delete the specified subscription.
546
546
| Content-Type | `application/json` |
547
547
| 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. |
548
548
| 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. |
@@ -599,7 +599,7 @@ Lists the outstanding operations for the current publisher.
599
599
| Content-Type | `application/json` |
600
600
| 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. |
601
601
| 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. |
@@ -663,7 +663,7 @@ Enables the publisher to track the status of the specified triggered async opera
663
663
| Content-Type | `application/json` |
664
664
| 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. |
665
665
| 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) |
667
667
668
668
*Response codes:*
669
669
Code: 200<br>
@@ -729,7 +729,7 @@ Update the status of an operation to indicate success/failure with the provided
729
729
| Content-Type | `application/json` |
730
730
| 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. |
731
731
| 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. |
0 commit comments