Skip to content

Commit 6e0cbec

Browse files
author
Dana Sindona
committed
commit WIP
1 parent d289493 commit 6e0cbec

File tree

1 file changed

+11
-28
lines changed

1 file changed

+11
-28
lines changed

articles/marketplace/partner-center-portal/azure-apps-review-feedback.md

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Handling review feedback for Azure Apps offer in the Microsoft commercial marketplace
3-
description: How to handle review feedback for Azure Apps offer to list or sell in the Azure Marketplace, AppSource, or through the Cloud Solution Provider (CSP) program using the Commercial Marketplace portal on Microsoft Partner Center.
2+
title: Review feedback for Azure apps offers - Microsoft commercial marketplace
3+
description: How to handle feedback for your Azure application offer from the Microsoft Azure Marketplace review team. You can access feedback in Azure DevOps with your Partner Center credentials.
44
author: dsindona
55
ms.author: dsindona
66
ms.service: marketplace
@@ -9,13 +9,13 @@ ms.topic: conceptual
99
ms.date: 11/11/2019
1010
---
1111

12-
# Handling review feedback for Azure Apps offer before publishing in the Azure Marketplace
12+
# Handling review feedback for Azure application offers
1313

14-
This article explains how to access the Azure DevOps environment used by the Microsoft Azure Marketplace review team. If critical issues are found in your Azure application offer during the **Microsoft review** step, you can sign into this system to view detailed information about these issues (review feedback). After you fix all these issues, you must resubmit your offer to continue to publish it on the Azure Marketplace. The following diagram illustrates how this feedback process relates to the publishing process.
14+
This article explains how to access feedback from the Microsoft Azure Marketplace review team in [Azure DevOps](https://azure.microsoft.com/services/devops/). If critical issues are found in your Azure application offer during the **Microsoft review** step, you can sign into this system to view detailed information about these issues (review feedback). After you fix all issues, you must resubmit your offer to continue to publish it on Azure Marketplace. The following diagram illustrates how this feedback process relates to the publishing process.
1515

1616
![Review feedback process](./media/review-feedback-process.png)
1717

18-
Typically, review issues are referenced as pull request (PR). Each PR is linked to an online [Azure DevOps](https://azure.microsoft.com/services/devops/) (previously named Visual Studio Team Services (VSTS)) item, which contains details about the issue. The following image displays an example of the Partner Center experience if issues are found during reviews.
18+
Typically, review issues are referenced as a pull request (PR). Each PR is linked to an online Azure DevOps item, which contains details about the issue. The following image displays an example of the Partner Center experience if issues are found during reviews.
1919

2020
![Publishing status](./media/publishing-status.png)
2121

@@ -25,40 +25,23 @@ The PR that contains specific details about the submission will be mentioned in
2525

2626
All users with access to the “developer” role in Partner Center will have access to view the PR items referenced in review feedback.
2727

28-
<!---
29-
To view the PR items referenced in review feedback, publishers must first be granted proper authorization. Otherwise, new publishers receive a 401 - Not Authorized response page when trying to view PRs. To request access to this Azure DevOps repository, perform the following steps:
30-
31-
1. Collect the following information:
32-
* Your publisher name and ID
33-
* Offer type (Azure app), offer name, and SKU ID
34-
* The pull request link, for example: `https://solutiontemplates.visualstudio.com/marketplacesolutions/_git/contoso/pullrequest/<number>`. This URL can be retrieved from the notification message or the address of the 401 response page.
35-
* The email address(es) of the individuals from your publishing organization that you want access granted to. This list should include the owner address(es) you provided when registering as a publisher on the Cloud Partner Portal (or Partner Center??).
36-
1. Create a support incident. In the title bar of the Cloud Partner Portal (??), select the **Help** button, then choose **Support** from the menu. Your default web browser should launch and navigate to the Microsoft new support incident page. (You may have to sign in first.)
37-
1. Specify the **Problem type** as **marketplace onboarding** and **Category** as **Access problem**, then select **Start request**.
38-
39-
![Create an incident](./media/create-an-incident.png)
40-
41-
1. In **Step 1 of 2** page, supply your contact information and select **Continue**.
42-
1. In **Step 2 of 2** page, specify an incident title (for example Request Azure DevOps access) and supply the information you collected in the first step (above). Read and accept the agreement, then select **Submit**.
43-
44-
If the incident creation was successful, a confirmation page is displayed. Save the confirmation information on this page for your reference. The Microsoft Support Team should reply to your access request within a few business days. --->
45-
4628
## Reviewing the pull request
4729

4830
Use the following procedure to review issues documented in the pull request.
4931

50-
1. In the **Microsoft review** sections of Publishing steps form, click on a PR link to launch your browser and navigate to the **Overview** (home) page for this PR. The following image depicts an example of the critical issue home page for the Contoso sample app offer. This page contains useful summary information about the review issues found in the Azure app.
32+
1. In the **Microsoft review** sections of Publishing steps form, select a PR link to launch your browser and navigate to the **Overview** (home) page for this PR. The following image depicts an example of the critical issue home page for the Contoso sample app offer. This page contains useful summary information about the review issues found in the Azure app.
5133

5234
[![Pull request home page](./media/pr-home-page-thumb.png)](./media/pr-home-page.png)
53-
<br/> *Click on the image to expand.*
35+
<br/> *Click on this image to expand.*
36+
37+
1. (Optional) On the right side of the window, in the section **Policies**, select the issue message (in this example: **Policy Validation failed**) to investigate the low-level details of the issue, including the associated log files. Errors are typically displayed at the bottom of the log files.
5438

55-
1. (Optional) On the right side of the window, in the section **Policies**, click on the issue message (in this example: **Policy Validation failed**) to investigate the low-level details of the issue, including the associated log files. Errors are typically displayed at the bottom of the log files.
5639
1. In the menu on the left-side of the home page, select **Files** to display the list files that comprise the technical assets for this offer. The Microsoft reviewers should have added comments describing the discovered critical issues. In the following example, two issues have been discovered.
5740

5841
[![Pull request home page](./media/pr-files-page-thumb.png)](./media/pr-files-page.png)
59-
<br/> *Click on the image to expand.*
42+
<br/> *Click on this image to expand.*
6043

61-
1. Click on each comment node in the left tree to navigate to the comment in context of the surrounding code. Fix your source code in your team's project to correct the issue described by the comment.
44+
1. Select each comment node in the left tree to navigate to the comment in context of the surrounding code. Fix your source code in your team's project to correct the issue described by the comment.
6245

6346
>[!Note]
6447
>You cannot edit your offer's technical assets within the review team's Azure DevOps environment. For publishers, this is a read-only environment for the contained source code. However, you can leave replies to the comments for the benefit of the Microsoft review team.

0 commit comments

Comments
 (0)