Skip to content

Commit 719b729

Browse files
authored
Merge pull request #113250 from qianw211/power-automate1
updating screenshots for power automate
2 parents 8c289a3 + 7009bd4 commit 719b729

File tree

8 files changed

+35
-11
lines changed

8 files changed

+35
-11
lines changed

articles/marketplace/partner-center-portal/commercial-marketplace-lead-management-instructions-azure-blob.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: qianw211
55
ms.service: marketplace
66
ms.subservice: partnercenter-marketplace-publisher
77
ms.topic: conceptual
8-
ms.date: 7/30/2019
8+
ms.date: 05/01/2020
99
ms.author: dsindona
1010
---
1111

@@ -14,8 +14,10 @@ ms.author: dsindona
1414
>[!Caution]
1515
>The Azure Blob option to process leads from your marketplace offer has been deprecated. If you currently have an offer published with lead management configuration for Azure Blob, you are no longer receiving customer leads. Please update your lead management configuration to any of the other lead management options. Learn about the other options on the [lead management landing page](./commercial-marketplace-get-customer-leads.md)."
1616
17-
If your Customer Relationship Management (CRM) system is not explicitly supported in Partner Center for receiving Azure Marketplace and AppSource leads, you can use an Azure Blob to handle these leads. You can then choose to export the data and import it into your CRM system. The instructions in this article will give you through the process of creating an Azure Storage account, and an Azure Blob under that account. In addition, you can create a new flow using Microsoft Flow to send an email notification when your offer receives a lead.
17+
If your Customer Relationship Management (CRM) system is not explicitly supported in Partner Center for receiving Azure Marketplace and AppSource leads, you can use an Azure Blob to handle these leads. You can then choose to export the data and import it into your CRM system. The instructions in this article will give you through the process of creating an Azure Storage account, and an Azure Blob under that account. In addition, you can create a new flow using Power Automate to send an email notification when your offer receives a lead.
1818

19+
>[!NOTE]
20+
>The Power Automate connector used in these instructions requires a paid subscription to Power Automate. Make sure you account for this before you follow the instructions in this article.
1921
2022
## How to configure Azure Blob
2123

articles/marketplace/partner-center-portal/commercial-marketplace-lead-management-instructions-https.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,24 @@ If your customer relationship management (CRM) system isn't explicitly supported
2222

2323
1. Sign in, and select **My flows** in the menu.
2424

25-
1. Select **+ Automated--from blank**.
25+
![Sign in My flows](./media/commercial-marketplace-lead-management-instructions-https/my-flows-automated.png)
2626

27-
![My flows + Automated--from blank](./media/commercial-marketplace-lead-management-instructions-https/my-flows-automated.png)
27+
1. Under **+ New**, select **+ Instant—from blank**.
2828

29-
1. In the **Build an automated flow** window, select **Skip**.
29+
![My flows + Automated--from blank](./media/commercial-marketplace-lead-management-instructions-https/https-myflows-create-fromblank.png)
3030

31-
![Build an automated flow window Skip button](./media/commercial-marketplace-lead-management-instructions-https/build-automated-flow.png)
31+
1. Name your flow, and then under **Choose how to trigger this flow**, select **When a HTTP request is received**.
3232

33-
1. In the **Search connectors and triggers** field, enter **request** to find the request connector.
34-
1. Under **Triggers**, select **When a HTTP request is received**.
33+
![Build an automated flow window Skip button](./media/commercial-marketplace-lead-management-instructions-https/https-myflows-pick-request-trigger.png)
3534

36-
![Triggers menu](./media/commercial-marketplace-lead-management-instructions-https/request-connector.png)
35+
1. Click the flow step to expand it.
3736

38-
1. In the **When a HTTP request is received** window, copy and paste the following JSON schema into the **Request Body JSON Schema** text box. This schema is used by Microsoft to contain your lead data.
37+
![Expand the flow step](./media/commercial-marketplace-lead-management-instructions-https/expand-flow-step.png)
3938

40-
![Request Body JSON Schema text box](./media/commercial-marketplace-lead-management-instructions-https/https-request-received.png)
39+
1. Use one of the following methods to configure the **Request Body JSON Schema**:
40+
41+
- Copy the JSON schema into the **Request Body JSON Schema** text box.
42+
- Select **Use sample payload to generate schema**. In the **Enter or paste a sample JSON payload** text box, paste in the JSON example. Select **Done** to create the schema.
4143

4244
**JSON schema**
4345

@@ -98,6 +100,26 @@ If your customer relationship management (CRM) system isn't explicitly supported
98100
}
99101
```
100102

103+
**JSON example**
104+
105+
```json
106+
{
107+
"UserDetails": {
108+
"FirstName": "Some",
109+
"LastName": "One",
110+
"Email": "[email protected]",
111+
"Phone": "16175555555",
112+
"Country": "USA",
113+
"Company": "Contoso",
114+
"Title": "Esquire"
115+
},
116+
"LeadSource": "AzureMarketplace",
117+
"ActionCode": "INS",
118+
"OfferTitle": "Test Microsoft",
119+
"Description": "Test run through Power Automate"
120+
}
121+
```
122+
101123
>[!NOTE]
102124
>At this point in the configuration, you can select to either connect to a CRM system or configure an email notification. Follow the remaining instructions based on your choice.
103125

Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)