Skip to content

Commit 8245bc2

Browse files
committed
acrolinx updates
1 parent c88913b commit 8245bc2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Add azure storage web resource to a form | MicrosoftDocs"
3-
description: "Steps to add azure storage web resource to a form to enable uploading attachments to Azure Storage."
2+
title: "Add Azure storage web resource to a form | MicrosoftDocs"
3+
description: "Steps to add Azure storage web resource to a form to enable uploading attachments to Azure Storage."
44
author: tapanm-msft
55
manager: kvivek
66
ms.service: powerapps
@@ -13,18 +13,18 @@ ms.reviewer: tapanm
1313

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

16-
Attachments uploaded to Azure Storage instead of directly to Common Data Service can be managed by using notes in Common Data Service .
16+
Attachments uploaded to Azure Storage instead of directly to Common Data Service can be managed by using notes in Common Data Service.
1717

1818
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).
1919

2020
> [!NOTE]
2121
> In this example, the form is added to the Lead form for the Lead entity. We recommend using caution when editing existing forms.
2222
23-
When a file (for example, attachments.zip) is uploaded to Azure Storage by using the portal, it is represented by a note on an entity and a placeholder for the attachment.
23+
When a file (for example, attachments.zip) is uploaded to Azure Storage by using the portal, it's represented by a note on an entity and a placeholder for the attachment.
2424

2525
![Attachment on a form](media/notes-attachment-lead-form.png "Placeholder for the attachment on a form")
2626

27-
Note that the attachment file is now named attachment.zip.txt. By default, Common Data Service has no conception of an Azure file, so this placeholder .txt file is stored in Common Data Service instead. The Azure Storage context for the placeholder file shows details about the file.
27+
The attachment file is now named attachment.zip.txt. By default, Common Data Service has no conception of an Azure file, so this placeholder .txt file is stored in Common Data Service instead. The Azure Storage context for the placeholder file shows details about the file.
2828
```
2929
{
3030
Name: attachment.zip,
@@ -34,7 +34,7 @@ Note that the attachment file is now named attachment.zip.txt. By default, Commo
3434
}
3535
```
3636

37-
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 will not render properly.
37+
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.
3838

3939
1. In the form editor for the relevant form, select **Web Resource** on the **Insert** tab.
4040

@@ -48,7 +48,7 @@ To see and interact with the file stored in Azure, you must add the web resource
4848

4949
6. Select **OK** to save the resource.
5050

51-
7. Optionally, you might want to remove the existing notes control, or move it to a tab or section that is marked to be not visible by default.
51+
7. Optionally, you can remove the existing notes control. Or move it to a tab or a section marked to be not visible by default.
5252

5353
8. Save the form, and then publish the changes.
5454

@@ -58,7 +58,7 @@ The new control will now be rendered on the page, giving you the ability to mana
5858

5959
![Azure file attachment on a form](media/azure-file-attachment-lead-form.png "Azure file attachment on a form")
6060

61-
The paper-clip icon has been replaced with a cloud icon to denote that this file is stored in Azure Storage. You can continue to store attachments in Common Data Service ; those files will be denoted with the paper-clip icon.
61+
The paper-clip icon has been replaced with a cloud icon to denote that this file is stored in Azure Storage. You can continue to store attachments in Common Data Service; those files will be denoted with the paper-clip icon.
6262

6363
> [!Note]
6464
> You must add cross-origin resource sharing (CORS) rule on your Azure Storage account as follows, otherwise you will see the regular attachment icon rather than the cloud icon.
@@ -70,7 +70,7 @@ The paper-clip icon has been replaced with a cloud icon to denote that this file
7070
>
7171
> [!include[More information](../../includes/proc-more-information.md)] [CORS support for the Azure Storage Services](https://docs.microsoft.com/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services).
7272
73-
If the attached file is an image, the control will display the image as a thumbnail whether it is stored in Common Data Service or Azure Storage.
73+
If the attached file is an image, the control will display the image as a thumbnail whether it's stored in Common Data Service or Azure Storage.
7474

7575
> [!Note]
7676
> The thumbnail feature is limited to images under 1 MB in size.

0 commit comments

Comments
 (0)