Skip to content

Commit 66c7eda

Browse files
author
Qian Wen
committed
fixing image filenames
1 parent 48d00a7 commit 66c7eda

4 files changed

+23
-23
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If your Customer Relationship Management (CRM) system is not explicitly supporte
2626
2. Select **Storage** in the **New** pane. A **Featured** list is displayed to the right.
2727
3. Select the **Storage Account** to begin account creation. Follow the instructions in the article [Create a storage account](https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal).
2828

29-
![Steps to create an Azure storage account](./media/commercial-marketplace-lead-management-instructions-azure-blob/azurestoragecreate.png)
29+
![Steps to create an Azure storage account](./media/commercial-marketplace-lead-management-instructions-azure-blob/azure-storage-create.png)
3030

3131
For more information about storage accounts, select [Quickstart tutorial](https://docs.microsoft.com/azure/storage/). For more information about storage pricing, see [storage pricing](https://azure.microsoft.com/pricing/details/storage/).
3232

@@ -42,11 +42,11 @@ If your Customer Relationship Management (CRM) system is not explicitly supporte
4242
DefaultEndpointsProtocol=https;AccountName=myAccountName;AccountKey=myAccountKey;EndpointSuffix=core.windows.net
4343
```
4444

45-
![Azure storage key](./media/commercial-marketplace-lead-management-instructions-azure-blob/azurestoragekeys2.png)
45+
![Azure storage key](./media/commercial-marketplace-lead-management-instructions-azure-blob/azure-storage-keys-2.png)
4646

4747
6. From your storage account page, select **Blobs**.
4848

49-
![Azure storage key](./media/commercial-marketplace-lead-management-instructions-azure-blob/selectblobs.png)
49+
![Azure storage key](./media/commercial-marketplace-lead-management-instructions-azure-blob/select-blobs.png)
5050

5151
7. Once on the blobs page, select the **+ Container** button.
5252

@@ -58,7 +58,7 @@ If your Customer Relationship Management (CRM) system is not explicitly supporte
5858

5959
10. Select **OK** to create the container.
6060

61-
![New Container](./media/commercial-marketplace-lead-management-instructions-azure-blob/newcontainer.png)
61+
![New Container](./media/commercial-marketplace-lead-management-instructions-azure-blob/new-container.png)
6262

6363
## Configure your offer to send leads to the Azure Blob
6464

@@ -67,17 +67,17 @@ When you are ready to configure the lead management information for your offer i
6767
1. Navigate to the **Offer setup** page for your offer.
6868
2. Select **Connect** under the Lead Management section.
6969

70-
![Connect Offer](./media/commercial-marketplace-lead-management-instructions-azure-blob/connectoffer.png)
70+
![Connect Offer](./media/commercial-marketplace-lead-management-instructions-azure-blob/connect-offer.png)
7171

7272
3. On the Connection details pop-up window, select **Azure Blob** for the Lead Destination.
7373

74-
![Connect Detail](./media/commercial-marketplace-lead-management-instructions-azure-blob/connectdetails.png)
74+
![Connect Detail](./media/commercial-marketplace-lead-management-instructions-azure-blob/connect-details.png)
7575

7676
4. Provide the **Container name** and **Storage Account Connection string** you got from following these instructions.
7777

7878
* Container name example: `marketplaceleadcontainer`
7979
* Storage Account Connection string example: `DefaultEndpointsProtocol=https;AccountName=myAccountName;AccountKey=myAccountKey;EndpointSuffix=core.windows.net`
80-
![Connection Detail](./media/commercial-marketplace-lead-management-instructions-azure-blob/connectiondetails.png)
80+
![Connection Detail](./media/commercial-marketplace-lead-management-instructions-azure-blob/connection-details.png)
8181

8282
5. Select **Save**.
8383

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If your Customer Relationship Management (CRM) system is not explicitly supporte
2222
2. Select **Storage** in the **New** pane. A **Featured** list is displayed to the right.
2323
3. Select **Storage Account** to begin account creation. Follow the instructions in the article [Create a storage account](https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal).
2424

25-
![Steps to create an Azure storage account](./media/commercial-marketplace-lead-management-instructions-azure-table/azurestoragecreate.png)
25+
![Steps to create an Azure storage account](./media/commercial-marketplace-lead-management-instructions-azure-table/azure-storage-create.png)
2626

2727
For more information about storage accounts, select [Quickstart tutorial](https://docs.microsoft.com/azure/storage/). For more information about storage pricing, see [storage pricing](https://azure.microsoft.com/pricing/details/storage/).
2828

@@ -38,7 +38,7 @@ If your Customer Relationship Management (CRM) system is not explicitly supporte
3838
DefaultEndpointsProtocol=https;AccountName=myAccountName;AccountKey=myAccountKey;EndpointSuffix=core.windows.net
3939
```
4040

41-
![Azure storage key](./media/commercial-marketplace-lead-management-instructions-azure-table/azurestoragekeys.png)
41+
![Azure storage key](./media/commercial-marketplace-lead-management-instructions-azure-table/azure-storage-keys.png)
4242

4343
6. From your storage account pane, select **Tables** and select **+Table** to create a table. Enter a name for your table and select **OK**. Save this value as you will need it if you want to configure a MS Flow to receive email notifications when leads are received.
4444

@@ -59,7 +59,7 @@ Use this example as a guide to create a simple flow that automatically sends an
5959
3. On the top navigation bar, select **+ New**.
6060
4. On the dropdown list, select **+ Scheduled - from blank**
6161

62-
![My flows **+ Scheduled - from blank**](./media/commercial-marketplace-lead-management-instructions-azure-table/msflow-scheduled-from-blank.png)
62+
![My flows **+ Scheduled - from blank**](./media/commercial-marketplace-lead-management-instructions-azure-table/ms-flow-scheduled-from-blank.png)
6363

6464
5. On the *Build a scheduled flow* window under *Repeat every* select1” for interval and “hour” for frequency. Also, give the flow a name if you like. Select **Create**.
6565

@@ -78,7 +78,7 @@ Use this example as a guide to create a simple flow that automatically sends an
7878
>[!Important]
7979
>Make sure that this Interval and Time unit matches the Interval and Frequency you configured for Recurrence in step 5.
8080

81-
![Set get past time interval](./media/commercial-marketplace-lead-management-instructions-azure-table/msflow-getpast-time.png)
81+
![Set get past time interval](./media/commercial-marketplace-lead-management-instructions-azure-table/ms-flow-getpast-time.png)
8282

8383
>[!TIP]
8484
>You can check your flow at any time to verify each step is configured correctly. To check your flow, select **Flow checker** from the Flow menu bar.
@@ -158,13 +158,13 @@ The next screen capture shows an example of how the final flow should look.
158158

159159
Managing your flow after it’s running is easy. You have complete control over your flow. For example, you can stop it, edit it, see a run history, and get analytics. The next screen capture shows the options that are available to manage a flow.
160160

161-
![Managing a flow](./media/commercial-marketplace-lead-management-instructions-azure-table/msflow-manage-completed.png)
161+
![Managing a flow](./media/commercial-marketplace-lead-management-instructions-azure-table/ms-flow-manage-completed.png)
162162

163163
The flow keeps running until you stop it by using the **Turn flow off** option.
164164

165165
If you’re not getting any lead email notifications, it means that new leads haven’t been added to the Azure table. If there are any flow failures, you’ll get an email like the example in the next screen capture.
166166

167-
![Flow failure email notification](./media/commercial-marketplace-lead-management-instructions-azure-table/msflow-failure-note.png)
167+
![Flow failure email notification](./media/commercial-marketplace-lead-management-instructions-azure-table/ms-flow-failure-note.png)
168168

169169
## Configure your offer to send leads to the Azure Table
170170

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ This article describes how to set up your Marketo CRM system to process sales le
1717

1818
1. Sign in to Marketo.
1919
2. Select **Design Studio**.
20-
![Marketo Design Studio](./media/commercial-marketplace-lead-management-instructions-marketo/marketo1.png)
20+
![Marketo Design Studio](./media/commercial-marketplace-lead-management-instructions-marketo/marketo-1.png)
2121

2222
3. Select **New Form**.
23-
![Marketo new form](./media/commercial-marketplace-lead-management-instructions-marketo/marketo2.png)
23+
![Marketo new form](./media/commercial-marketplace-lead-management-instructions-marketo/marketo-2.png)
2424

2525
4. Fill the required fields in the New Form and then select **Create**.
26-
![Marketo create new form](./media/commercial-marketplace-lead-management-instructions-marketo/marketo3.png)
26+
![Marketo create new form](./media/commercial-marketplace-lead-management-instructions-marketo/marketo-3.png)
2727

2828
5. On Field Details, select **Finish**.
29-
![Marketo finish form](./media/commercial-marketplace-lead-management-instructions-marketo/marketo4.png)
29+
![Marketo finish form](./media/commercial-marketplace-lead-management-instructions-marketo/marketo-4.png)
3030

3131
6. Approve and Close.
3232

3333
7. On the *MarketplaceLeadBacked* tab, select **Embed Code**.
3434

35-
![Embed code](./media/commercial-marketplace-lead-management-instructions-marketo/marketo6.png)
35+
![Embed code](./media/commercial-marketplace-lead-management-instructions-marketo/marketo-6.png)
3636

3737
8. Marketo Embed Code displays code similar to the following example.
3838

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This article describes how to setup your Salesforce system to process sales lead
1818
1. Sign in to Salesforce.
1919
2. If you are using the Salesforce lighting experience.
2020
1. Select **Setup** from Salesforce Home page.
21-
![Salesforce setup](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce1.png)
21+
![Salesforce setup](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce-1.png)
2222

2323
1. From the Setup page, navigate via the left navigation to **Platform Tools->Feature Settings->Marketing->Web-to-Lead**.
24-
![Salesforce Web-to-Lead](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce2.png)
24+
![Salesforce Web-to-Lead](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce-2.png)
2525

2626
3. If you are using the Salesforce Classic experience:
2727
1. Select **Setup** from Salesforce Home page.
@@ -34,13 +34,13 @@ The rest of the instructions are the same irrespective of which Salesforce exper
3434

3535
4. On the **Web-to-Lead Setup page**, select the **Create Web-to-Lead Form** button.
3636
5. On **Web-to-Lead Setup**, select **Create Web-to-Lead Form**.
37-
![Salesforce - Web-to-Lead Setup](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce3.png)
37+
![Salesforce - Web-to-Lead Setup](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce-3.png)
3838

3939
6. On the **Create a Web-to-Lead Form**, make sure `the Include reCAPTCHA in HTML` setting is unchecked and select **Generate**.
40-
![Salesforce - Create a Web-to-Lead Form](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce4.png)
40+
![Salesforce - Create a Web-to-Lead Form](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce-4.png)
4141

4242
7. You will be presented with some HTML text. Search for the text “oid” and copy the **oid value** from the HTML text (only the text in between quotation marks) and save it. You'll paste this value in the **Organization Identifier** field on the publishing portal.
43-
![Salesforce - Create a Web-to-Lead Form](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce5.png)
43+
![Salesforce - Create a Web-to-Lead Form](./media/commercial-marketplace-lead-management-instructions-salesforce/salesforce-5.png)
4444

4545
8. Selected **Finished**.
4646

0 commit comments

Comments
 (0)