Skip to content

Commit c9256fe

Browse files
authored
Merge pull request #3324 from MicrosoftDocs/portals-2001380
Portals issue 1650 update - 2001380
2 parents d73a7f5 + bb9df15 commit c9256fe

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

powerapps-docs/maker/portals/add-web-resource.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ author: gitanjalisingh33msft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 05/27/2020
8+
ms.date: 08/31/2020
99
ms.author: gisingh
1010
ms.reviewer: tapanm
1111
---
1212

1313
# Add the Azure Storage web resource to a form
1414

15-
Attachments uploaded to Azure Storage instead of directly to Common Data Service can be managed by using notes in Common Data Service.
15+
Attachments uploaded to Azure Storage (instead of directly to Common Data Service) can be managed by using notes in Common Data Service.
1616

17-
To enable attachments from a particular form to be uploaded into Azure Storage, you must add a web resource to that form and you must [configure Azure Storage for your organization](enable-azure-storage.md).
17+
To enable attachments from a particular form to be uploaded into Azure Storage, you must add a web resource to that form, and [configure Azure Storage for your organization](enable-azure-storage.md).
1818

1919
> [!NOTE]
2020
> In this example, the form is added to the Lead form for the Lead entity. We recommend using caution when editing existing forms.
@@ -33,6 +33,8 @@ The attachment file is now named attachment.zip.txt. By default, Common Data Ser
3333
}
3434
```
3535

36+
## Steps to add the Azure Storage web resource to a form
37+
3638
To see and interact with the file stored in Azure, you must add the web resource adx.annotations.html to the form. As a pre-requisite, ensure that your users have read access to adx_setting. Otherwise, the web resource won't render properly.
3739

3840
1. In the form editor for the relevant form, select **Web Resource** on the **Insert** tab.
@@ -76,13 +78,13 @@ If the attached file is an image, the control will display the image as a thumbn
7678
7779
![Notes thumbnail](media/notes-thumbnail.png "Notes thumbnail")
7880

79-
### Processes for Azure Blob Storage
81+
## Processes for Azure Blob Storage
8082

81-
There are two processes that are required to upload attachments to Azure Storage: **Azure Blob Storage Url** and **AzureBlobStorageEnabled**.
83+
Several processes are required to upload attachments to Azure Storage that must be activated: **AzureBlobStorageEnabled**, **Azure Blob Storage Url** and **Generate Shared Access Signature**.
8284

8385
![Blob storage processes](media/blob-storage-processes.png "Blob storage processes")
8486

85-
During migration, the processes may get deactivated. This may cause attachments to upload to Common Data Service instead of Azure Storage after you follow steps to add web resource. Ensure these two processes are activated to upload attachments to Azure Storage.
87+
During migration, the processes may get deactivated. Migration may cause attachments to upload to Common Data Service instead of Azure Storage after you follow steps to add web resource. Ensure these processes are activated to upload attachments to Azure Storage.
8688

8789
## CORS protocol support
8890

Loading

0 commit comments

Comments
 (0)