You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/limits-and-config.md
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom: canvas
8
8
ms.reviewer: tapanm
9
-
ms.date: 03/19/2020
10
-
ms.author: lanced
9
+
ms.date: 08/31/2020
10
+
ms.author: gregli
11
11
search.audienceType:
12
12
- maker
13
13
search.app:
@@ -64,21 +64,24 @@ Calls made from an API connected through an app (for example, the SQL API or the
64
64
You should use these addresses if, for example, you must allow IP addresses for an Azure SQL database.
65
65
66
66
> [!IMPORTANT]
67
-
> If you have existing configurations, please update them as soon as possible before September 30, 2018 so they include and match the IP addresses in this list for the regions where your Power Apps apps exist.
67
+
> If you have existing configurations, please update them as soon as possible before September 30, 2018 so they include and match the IP addresses in this list for the regions where your Power Apps apps exist.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/add-web-resource.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ author: gitanjalisingh33msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 05/27/2020
8
+
ms.date: 08/31/2020
9
9
ms.author: gisingh
10
10
ms.reviewer: tapanm
11
11
---
12
12
13
13
# Add the Azure Storage web resource to a form
14
14
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.
16
16
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).
18
18
19
19
> [!NOTE]
20
20
> 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
33
33
}
34
34
```
35
35
36
+
## Steps to add the Azure Storage web resource to a form
37
+
36
38
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.
37
39
38
40
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
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**.
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.
0 commit comments