Skip to content

Commit 2d8cc57

Browse files
authored
Merge branch 'main' into matp-4347645
2 parents dc7388d + d7e487e commit 2d8cc57

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

powerapps-docs/developer/data-platform/getfilesasurl.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Grant limited access to Dataverse files using shared access signatures"
33
description: "Learn how to create a shared access signature URL that enables anyone to download the file or image from Dataverse"
4-
ms.date: 06/18/2024
4+
ms.date: 09/11/2024
55
ms.reviewer: jdaly
66
ms.topic: article
77
author: JimDaly
@@ -18,6 +18,9 @@ For one hour, anyone can download a file stored in Dataverse using a url generat
1818

1919
Files can be attachments, notes, file columns, or image columns. [Some limitations apply](#limitations)
2020

21+
> [!NOTE]
22+
> Administrators can configure the tenant to limit downloads based on the IP address of client applications using the [SAS IP restriction feature (preview)](/power-platform/admin/security/data-storage#storage-shared-access-signature-sas-ip-restriction). When this is enabled, users will get a 401 error when the IP address for their computer does't meet the restrictions set for the tenant and they try to download the file.
23+
2124
## Parameters
2225

2326
The `GetFileSasUrl` message has the following parameters:
@@ -166,7 +169,7 @@ function Get-FileSasUrl {
166169
}
167170
```
168171

169-
The following examples demonstrate the rules for setting the `FileAttributeName` parameter. It is a required parameter, but it can contain an empty string for `annotations` and `activitymimeattachments` entity sets.
172+
The following examples demonstrate the rules for setting the `FileAttributeName` parameter. It's a required parameter, but it can contain an empty string for `annotations` and `activitymimeattachments` entity sets.
170173

171174
```http
172175
GET [Organization URI]/api/data/v9.2/GetFileSasUrl(Target=@p1,FileAttributeName='')?@p1={'@odata.id':'annotations(<annotationid>)'}

powerapps-docs/user/smartGrid.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ search.audienceType:
1212
- enduser
1313
contributors:
1414
- lancedMicrosoft
15+
ms.collection:
16+
- bap-ai-copilot
1517
---
1618

1719
# Filter, sort, and search galleries with Copilot (preview)

powerapps-docs/user/use-copilot-model-driven-apps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer: sericks
1212
ms.assetid:
1313
search.audienceType:
1414
- enduser
15+
ms.collection:
16+
- bap-ai-copilot
1517
---
1618

1719
# Use Copilot chat in model-driven apps

0 commit comments

Comments
 (0)