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: articles/data-factory/connector-azure-file-storage.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,8 @@ These properties are supported for an Azure Files linked service:
224
224
| type | The **type** property must be set to **AzureFileStorage**. | Yes |
225
225
| serviceEndpoint | Specify the Azure Files service endpoint with the pattern of `https://<accountName>.file.core.windows.net/`. | Yes |
226
226
| fileShare | Specify the file share. | Yes |
227
+
| snapshot | Specify the date of the [file share snapshot](../storage/files/storage-snapshots-files.md) if you want to copy from a snapshot. | No |
228
+
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use Azure Integration Runtime. If not specified, it uses the default Azure Integration Runtime. |No |
227
229
228
230
>[!NOTE]
229
231
>System-assigned managed identity authentication is only supported by Azure integration runtime.
@@ -237,7 +239,12 @@ These properties are supported for an Azure Files linked service:
@@ -264,6 +271,8 @@ These properties are supported for an Azure Files linked service:
264
271
| serviceEndpoint | Specify the Azure Files service endpoint with the pattern of `https://<accountName>.file.core.windows.net/`. | Yes |
265
272
| credentials | Specify the user-assigned managed identity as the credential object. | Yes |
266
273
| fileShare | Specify the file share. | Yes |
274
+
| snapshot | Specify the date of the [file share snapshot](../storage/files/storage-snapshots-files.md) if you want to copy from a snapshot. | No |
275
+
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use Azure Integration Runtime or Self-hosted Integration Runtime (if your data store is located in private network). If not specified, it uses the default Azure Integration Runtime. |No |
267
276
268
277
**Example:**
269
278
@@ -278,7 +287,12 @@ These properties are supported for an Azure Files linked service:
0 commit comments