Skip to content

Commit 91cb5e0

Browse files
author
Qian Wen
committed
resolving blocking and non-blocking issues before go live
1 parent 721e958 commit 91cb5e0

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
title: Create an Azure application offer in the commercial marketplace
2+
title: Create an Azure application offer in Microsoft commercial marketplace
33
description: How to create a new Azure Apps offer for listing or selling in the Azure Marketplace, AppSource, or through the Cloud Solution Provider (CSP) program using the Commercial Marketplace portal on Microsoft Partner Center.
4-
author: dsindona
5-
ms.author: dsindona
4+
author: qianw211
5+
ms.author: dsindona
66
ms.service: marketplace
77
ms.subservice: partnercenter-marketplace-publisher
88
ms.topic: conceptual
9+
ms.date: 05/03/2020
10+
911
# Create an Azure application offer
12+
1013
The steps for publishing an Azure application offer in commercial marketplace are outlined here.
1114

1215
## Azure application offer type

articles/marketplace/partner-center-portal/marketplace-metering-service-authentication.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ ms.author: dsindona
66
ms.service: marketplace
77
ms.subservice: partnercenter-marketplace-publisher
88
ms.topic: conceptual
9-
ms.date: 04/20/2020
9+
ms.date: 05/03/2020
1010
---
1111

1212
# Marketplace metering service authentication strategies
1313

14-
Marketplace metering service supports two authentication strategies,
14+
Marketplace metering service supports two authentication strategies:
1515

1616
* [Azure AD security token](https://docs.microsoft.com/azure/active-directory/develop/access-tokens)
1717
* [managed identities](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview)
@@ -49,7 +49,7 @@ For more information about these tokens, see [Azure Active Directory access toke
4949

5050
| **Parameter name** | **Required** | **Description** |
5151
| ------------------ |--------------- | ------------------------ |
52-
| `tenantId` | True | Tenant ID of the registered AAD application. |
52+
| `tenantId` | True | Tenant ID of the registered Azure AD application. |
5353
| | | |
5454

5555
#### *Request header*
@@ -106,12 +106,12 @@ Your managed application can contain different type of resources, from Virtual M
106106
For example, follow the steps below to authenticate using a Windows VM,
107107

108108
1. Make sure Managed Identity is configured using one of the methods:
109-
1. [Azure portal UI](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm)
110-
1. [CLI](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-cli-windows-vm)
111-
1. [PowerShell](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-powershell-windows-vm)
112-
1. [Azure Resource Manager Template](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-template-windows-vm)
113-
1. [REST](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-rest-vm#system-assigned-managed-identity)
114-
1. [Azure SDKs](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-sdk-windows-vm)
109+
* [Azure portal UI](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm)
110+
* [CLI](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-cli-windows-vm)
111+
* [PowerShell](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-powershell-windows-vm)
112+
* [Azure Resource Manager Template](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-template-windows-vm)
113+
* [REST](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-rest-vm#system-assigned-managed-identity)
114+
* [Azure SDKs](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-sdk-windows-vm)
115115

116116
1. Get an access token for Marketplace metering service application ID (`20e940b3-4c77-4b0b-9a53-9e16a1b010a7`) using the system identity, RDP to the VM, open PowerShell console and run the command below
117117

@@ -148,3 +148,6 @@ For example, follow the steps below to authenticate using a Windows VM,
148148
149149
1. Use the [Marketplace metering service API](https://review.docs.microsoft.com/azure/marketplace/partner-center-portal/marketplace-metering-service-apis?branch=pr-en-us-101847) to emit usage.
150150
151+
## Next steps
152+
153+
* [Create an Azure application offer](./create-new-azure-apps-offer.md)

0 commit comments

Comments
 (0)