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-share/how-to-monitor.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ author: sidontha
5
5
ms.author: sidontha
6
6
ms.service: azure-data-share
7
7
ms.topic: how-to
8
-
ms.date: 02/29/2024
8
+
ms.date: 02/12/2025
9
9
---
10
10
11
11
# Monitor Azure Data Share status and history
12
12
13
13
This article explains how you can monitor your Azure Data Share status and history.
14
14
15
-
- As a data provider, you can monitor various aspects of your data sharing relationships. Details such as whether your data consumers have accepted your invitation to the data share, and whether they have created a share subscription and started to use your data, are all available to monitor.
15
+
- As a data provider, you can monitor various aspects of your data sharing relationships. Details such as whether your data consumers accepted your invitation to the data share, and whether they created a share subscription and started to use your data, are all available to monitor.
16
16
17
17
- As a data consumer, you can monitor the snapshots that have been triggered into your Azure subscription.
18
18
@@ -27,27 +27,27 @@ View the status of your data share invitations by navigating to Sent shares -> I
27
27
There are three states that your invitation can be in:
28
28
29
29
* Pending - Data share recipient hasn't yet accepted the invitation.
30
-
* Accepted - Data share recipient has accepted the invitation.
31
-
* Rejected - Data share recipient has rejected the invitation.
30
+
* Accepted - Data share recipient accepted the invitation.
31
+
* Rejected - Data share recipient rejected the invitation.
32
32
33
33
> [!IMPORTANT]
34
-
> If you delete an invitation after it has already been accepted, it is not equivalent to revoking access. If you would like to stop future snapshots from being copied into your data consumers storage account, you must revoke access through the *Share subscriptions* tab.
34
+
> If you delete an invitation after it was accepted, it isn't equivalent to revoking access. If you would like to stop future snapshots from being copied into your data consumers storage account, you must revoke access through the *Share subscriptions* tab.
35
35
36
36
## Monitor share subscriptions
37
37
38
38
View the status of your share subscriptions by navigating to Sent Shares -> Share Subscriptions. This will give you details about active subscriptions created by your data consumers after accepting your invitation. You can stop future updates to your data consumer by selecting the share subscription and selecting *Revoke*.
39
39
40
40
## Snapshot history
41
41
42
-
In the **History** tab of a share, you're able to view when data is copied from data provider to data consumer's data store. You're able to monitor the frequency, duration and status of each snapshot.
42
+
In the **History** tab of a share, you're able to view when data is copied from data provider to data consumer's data store. You're able to monitor the frequency, duration, and status of each snapshot.
43
43
44
44

45
45
46
46
You can view more details about each snapshot run by selecting the run start date. Then select on the status for each dataset to view the amount of data transferred, number of files/records copied, duration of the snapshot, number of vCores used and error message if there's any.
47
47
48
48
Up to 30 days of snapshot history is displayed. If you need to save and see more than 30 days worth of history, you can use diagnostic setting.
49
49
50
-
## Next steps
50
+
## Related content
51
51
52
52
- Learn more about [Azure Data Share terminology](terminology.md).
53
53
- See [Monitor Data Share](monitor-data-share.md) for more details about monitoring Data Share.
Copy file name to clipboardExpand all lines: articles/data-share/how-to-revoke-share-subscription.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ author: sidontha
5
5
ms.author: sidontha
6
6
ms.service: azure-data-share
7
7
ms.topic: how-to
8
-
ms.date: 12/19/2023
8
+
ms.date: 02/12/2025
9
9
---
10
+
10
11
# How to revoke a consumer's share subscription in Azure Data Share
11
12
12
13
This article explains how to revoke a share subscription from one or more of your consumers using Azure Data Share. This prevents a consumer from triggering any more snapshots. If the consumer hasn't yet triggered a snapshot, they'll never receive the data once the share subscription is revoked. If they have previously triggered a snapshot, the latest data that they have will stay in their account.
@@ -19,6 +20,6 @@ In Azure Data Share, navigate to your sent share and select the **Share Subscrip
19
20
20
21
Check the boxes next to the recipients whose share subscriptions you would like to delete and then select **Revoke**. The consumer will no longer get updates to their data.
21
22
22
-
## Next steps
23
+
## Related content
23
24
24
25
Learn more about how to [monitor your data shares](how-to-monitor.md).
> Currently, Azure Data Share does not support sharing from these resources:
43
+
> Currently, Azure Data Share doesn't support sharing from these resources:
44
44
>
45
45
> - Azure Synapse Analytics (workspace) serverless SQL pool
46
46
> - Azure SQL databases with Always Encrypted configured
@@ -68,7 +68,7 @@ When you share data from a SQL source, the following mappings are used from SQL
68
68
>[!NOTE]
69
69
>
70
70
> 1. For data types that map to the Decimal interim type, currently snapshot supports precision up to 28. If you have data that requires precision larger than 28, consider converting to a string.
71
-
> 1. If you are sharing data from Azure SQL database to Azure Synapse Analytics, not all data types are supported. Refer to [Table data types in dedicated SQL pool](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-data-types.md) for details.
71
+
> 1. If you're sharing data from Azure SQL database to Azure Synapse Analytics, not all data types are supported. Refer to [Table data types in dedicated SQL pool](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-data-types.md) for details.
72
72
73
73
| SQL Server data type | Azure Data Share interim data type |
74
74
|:--- |:--- |
@@ -423,6 +423,6 @@ For large tables where incremental updates are desired, you can export updates t
423
423
424
424
The most common cause of snapshot failure is that Data Share doesn't have permission to the source or target data store. In order to grant Data Share permission to the source or target Azure SQL Database or Azure Synapse Analytics (formerly Azure SQL DW), you must run the provided SQL script when connecting to the SQL database using Microsoft Entra authentication. To troubleshoot other SQL snapshot failures, refer to [Troubleshoot snapshot failure](data-share-troubleshoot.md#snapshots).
425
425
426
-
## Next steps
426
+
## Related content
427
427
428
428
You've learned how to share and receive data from SQL sources using Azure Data Share service. To learn more about sharing from other data sources, continue to [supported data stores](supported-data-stores.md).
Copy file name to clipboardExpand all lines: articles/data-share/how-to-share-from-storage.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: sidontha
5
5
ms.author: sidontha
6
6
ms.service: azure-data-share
7
7
ms.topic: how-to
8
-
ms.date: 12/19/2023
8
+
ms.date: 02/12/2025
9
9
---
10
10
11
11
# Share and receive data from Azure Blob Storage and Azure Data Lake Storage
@@ -39,7 +39,7 @@ Azure Data Share supports sharing data from Azure Data Lake Gen1, Azure Data Lak
39
39
||Containers|
40
40
41
41
>[!NOTE]
42
-
> *Block, append, and page blobs are all supported. However, when they are shared they will be received as **block blobs**.
42
+
> *Block, append, and page blobs are all supported. However, when they're shared they'll be received as **block blobs**.
43
43
44
44
Data shared from these sources can be received by Azure Data Lake Gen2 or Azure Blob Storage.
45
45
@@ -204,6 +204,6 @@ Storage snapshot performance is impacted by many factors in addition to number o
204
204
- Location of source and target data stores.
205
205
- For incremental snapshot, the number of files in the shared dataset can affect the time it takes to find the list of files with last modified time after the last successful snapshot.
206
206
207
-
## Next steps
207
+
## Related content
208
208
209
209
You've learned how to share and receive data from a storage account by using the Azure Data Share service. To learn about sharing from other data sources, see the [supported data stores](supported-data-stores.md).
Copy file name to clipboardExpand all lines: articles/data-share/move-to-new-region.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Use Azure Resource Manager template to move Azure Data Share accoun
4
4
ms.service: azure-data-share
5
5
ms.custom: devx-track-arm-template
6
6
ms.topic: how-to
7
-
ms.date: 12/19/2023
7
+
ms.date: 02/12/2025
8
8
author: sidontha
9
9
ms.author: sidontha
10
10
#Customer intent: As an Azure Data Share User, I want to move my Data Share account to a new region.
@@ -27,7 +27,7 @@ The following steps show how to deploy a new Data Share account using a Resource
27
27
28
28
### Export the template and deploy from the portal
29
29
30
-
1.Log in to the [Azure portal](https://portal.azure.com).
30
+
1.Sign in to the [Azure portal](https://portal.azure.com).
31
31
1. Select **All resources** and then select your Data Share account
32
32
1. Select **Automation** > **Export template**
33
33
1. Choose **Deploy** in the **Export template** window.
@@ -67,7 +67,7 @@ The following steps show how to deploy a new Data Share account using a Resource
67
67
]
68
68
```
69
69
70
-
1. To obtain region location codes, see [Azure Locations](https://azure.microsoft.com/global-infrastructure/locations/). The code for a region is the region name with no spaces, **Central US** = **centralus**.
70
+
1. To obtain region location codes, see [Azure Locations](https://azure.microsoft.com/global-infrastructure/locations/). The code for a region is the region name with no spaces, **Central US** = **centralus**.
71
71
72
72
1. You can also change other parameters in the template if you choose. This is optional depending on your requirements:
73
73
@@ -112,7 +112,7 @@ The following steps show how to deploy a new Data Share account using a Resource
112
112
* If you're also moving the resources contained in the datasets to a new region, you'll have to remove the datasets from the **template.json** file and manually readd them once the Data Share account and resources referenced in the datasets are moved to the new region.
113
113
114
114
>[!IMPORTANT]
115
-
>* Datasets will fail to deploy if the new Data Share account you are deploying will not automatically inherit required permissions to access the datasets. The required permissions depend on the dataset type. See here for required permissions for [Azure Synapse Analytics and Azure SQL Database datasets](how-to-share-from-sql.md#prerequisites-for-sharing-from-azure-sql-database-or-azure-synapse-analytics-formerly-azure-sql-dw). See here for required permissions for [Azure Storage and Azure Data Lake Gen 1 and Gen2 datasets](how-to-share-from-storage.md#prerequisites-for-the-source-storage-account).
115
+
>* Datasets will fail to deploy if the new Data Share account you're deploying won't automatically inherit required permissions to access the datasets. The required permissions depend on the dataset type. See here for required permissions for [Azure Synapse Analytics and Azure SQL Database datasets](how-to-share-from-sql.md#prerequisites-for-sharing-from-azure-sql-database-or-azure-synapse-analytics-formerly-azure-sql-dw). See here for required permissions for [Azure Storage and Azure Data Lake Gen 1 and Gen2 datasets](how-to-share-from-storage.md#prerequisites-for-the-source-storage-account).
116
116
117
117
```json
118
118
"resources": [
@@ -140,7 +140,7 @@ The following steps show how to deploy a new Data Share account using a Resource
140
140
141
141
1. Under the **Project details** section, select the **Subscription** dropdown to choose the subscription where the target Data Share account will be deployed.
142
142
143
-
1. Select the **Resource group** dropdown to choose the resource group where the target Data Share account will be deployed. You can select **Create new** to create a new resource group for the target Data Share account.
143
+
1. Select the **Resource group** dropdown to choose the resource group where the target Data Share account will be deployed. You can select **Create new** to create a new resource group for the target Data Share account.
144
144
145
145
1. Verify that the **Location** field is set to the target location you want the Data Share account to be deployed to.
146
146
@@ -173,9 +173,9 @@ The following steps show how to deploy a new Data Share account using a Resource
173
173
174
174
To complete the move of the Data Share account, delete the source Data Share account. To do so, select the resource group from your dashboard in the Azure portal, navigate to the Data Share account you wish to delete and select **Delete** at the top of the page.
175
175
176
-
## Next steps
176
+
## Related content
177
177
178
-
In this tutorial, you moved an Azure Data Share account from one region to another and cleaned up the source resources. To learn more about moving resources between regions and disaster recovery in Azure, refer to:
178
+
In this tutorial, you moved an Azure Data Share account from one region to another and cleaned up the source resources. To learn more about moving resources between regions and disaster recovery in Azure, refer to:
179
179
180
180
- [Move resources to a new resource group or subscription](../azure-resource-manager/management/move-resource-group-and-subscription.md)
181
181
- [Move Azure VMs to another region](../site-recovery/azure-to-azure-tutorial-migrate.md)
0 commit comments