An Azure service that is used to share data from multiple sources with other organizations.
Hi @C Pat
It sounds like you're having trouble with the datasets not appearing for the receiver in the Azure Data Share. This could indeed be a permissions issue. Here are some steps you both can take to address the situation:
Check Permissions: Ensure that the receiver has the necessary permissions to view the datasets. The receiver should ideally have the Data Reader role for the resources involved in the data share. If the datasets are in a SQL Database or Synapse Analytics, check that the Data Share account being used has permissions like db_datareader on the source SQL database.
Validate Role Assignments: The receiver's role assignment may need to be checked to confirm that they have the correct permissions on the dataset level as well as the container level.
Snapshot Timing: If the snapshot refresh interval is set to 1 hour, the new datasets may not be immediately visible until the next scheduled update is completed. Check if a manual snapshot is needed to ensure the new data is reflected.
Verify Data Source: Confirm that the datasets being shared are indeed part of a supported format (e.g., only tables can be shared from Synapse dedicated SQL pools).
Contact Collection Admin: If they still can't see the datasets, it might be worth contacting the collection administrator to ensure that everything was correctly registered and set up.
If the receiver still encounters issues after these checks, it might be a more specific permission or connectivity error.
Follow-Up Questions:
- Can you confirm if the datasets shared are from Azure SQL Database or Synapse Analytics, and if so, whether the proper roles are assigned to the receiver?
- Are there any additional roles that the receiver might require to access the data?
- Have both you and the receiver checked if the Azure Data Share resource provider is registered in the relevant Azure subscription?
- When was the datashare created, and has sufficient time elapsed for the datasets to appear after sharing?
- Would you be able to provide any error messages or specifics on what the recipient sees when accessing the datashare?
Hope this helps, and please let me know if you need more assistance!