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: data-explorer/data-share.md
+31-19Lines changed: 31 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.topic: how-to
6
6
ms.date: 02/28/2022
7
7
---
8
8
9
-
# Use Azure Data Share to share data with Azure Data Explorer
9
+
# Sharing Data with Azure Data Explorer
10
10
11
11
There are many traditional ways to share data, such as through file shares, FTP, e-mail, and APIs. These methods require both parties to build and maintain a data pipeline that moves data between teams and organizations. With Azure Data Explorer, you can easily and securely share your data with people in your company or external partners. Sharing occurs in near-real-time, with no need to build or maintain a data pipeline. All database changes, including schema and data, on the provider side are instantly available on the consumer side.
12
12
@@ -46,7 +46,7 @@ The data provider can share the data at the database level or at the cluster lev
46
46
1. The receiver opens the email invite and selects their Azure Data Share resource.
47
47
1. The receiver uses Azure Data Share to map the shared database or table to the appropriate cluster.
48
48
49
-
## Data provider - shares data
49
+
## Data provider
50
50
51
51
The data provider can share a full database or a specific table with the receiver.
52
52
@@ -63,22 +63,34 @@ Use the following steps to share tables:
63
63
64
64
1. Create a template and set the appropriate parameters on the dataset, table restrictions, and specify the invite recipient. Use the information in the following table to help you configure the template.
65
65
66
-
|**Parameter**|**Description**|**Example**|
67
-
|--|--|--|
68
-
|*accountName*| The name of the provider's Azure Data Share account. ||
69
-
|*location*| The location of all the resources. The leader and the follower must be in the same location. ||
70
-
|*shareName*| The name of the share that will be created on the data share account. ||
71
-
|*recipientEmail*| The email of the Azure Data Share receiver. ||
72
-
|*databaseName*| The name of provider's database. ||
73
-
|*databaseResourceId*| The resource ID of the provider's database. ||
74
-
|*externalTablesToExclude*| The list of external tables to exclude. To exclude all external tables, use ["*"]. |`["ExternalTable1ToExclude", "ExternalTable2ToExclude"]`|
75
-
|*externalTablesToInclude*| The list of external tables to include. To include all external tables starting with 'Logs', use ["Logs*"]. |`["ExternalTable1ToInclude", "ExternalTable2ToInclude"]`|
76
-
|*materializedViewsToExclude*| The list of materialized views to exclude. To exclude all materialized views, use ["*"]. |`["Mv11ToExclude", "Mv22ToExclude"]`|
77
-
|*materializedViewsToInclude*| The list of materialized views to include. To include all materialized views starting with 'Logs', use ["Logs*"]. |`["Mv1ToInclude", "Mv2ToInclude"]`|
78
-
|*tablesToExclude*| The list of tables to exclude. To exclude all tables, use ["*"]. |`["table1ToExclude", "table2ToExclude"]`|
79
-
|*tablesToInclude*| The list of tables to include. To include all tables, use ["*"]. |`["table1ToInclude", "table2ToInclude"]`|
80
-
81
-
```json
66
+
#### General Parameters
67
+
68
+
|**Parameter**|**Description**|**Example**|
69
+
|--|--|--|
70
+
|*accountName*| The name of the provider's Azure Data Share account. ||
71
+
|*location*| The location of all the resources. The leader and the follower must be in the same location. ||
72
+
|*shareName*| The name of the share that will be created on the data share account. ||
73
+
|*recipientEmail*| The email of the Azure Data Share receiver. ||
74
+
75
+
#### Database Parameters
76
+
77
+
|**Parameter**|**Description**|**Example**|
78
+
|--|--|--|
79
+
|*databaseName*| The name of provider's database. ||
80
+
|*databaseResourceId*| The resource ID of the provider's database. ||
81
+
82
+
#### Table and View Parameters
83
+
84
+
|**Parameter**|**Description**|**Example**|
85
+
|--|--|--|
86
+
|*externalTablesToExclude*| The list of external tables to exclude. To exclude all external tables, use ["*"]. |`["ExternalTable1ToExclude", "ExternalTable2ToExclude"]`|
87
+
|*externalTablesToInclude*| The list of external tables to include. To include all external tables starting with 'Logs', use ["Logs*"]. |`["ExternalTable1ToInclude", "ExternalTable2ToInclude"]`|
88
+
|*materializedViewsToExclude*| The list of materialized views to exclude. To exclude all materialized views, use ["*"]. |`["Mv11ToExclude", "Mv22ToExclude"]`|
89
+
|*materializedViewsToInclude*| The list of materialized views to include. To include all materialized views starting with 'Logs', use ["Logs*"]. |`["Mv1ToInclude", "Mv2ToInclude"]`|
90
+
|*tablesToExclude*| The list of tables to exclude. To exclude all tables, use ["*"]. |`["table1ToExclude", "table2ToExclude"]`|
91
+
|*tablesToInclude*| The list of tables to include. To include all tables, use ["*"]. |`["table1ToInclude", "table2ToInclude"]`|
0 commit comments