Will Girten, et al, announce Delta Sharing on Azure:
Included in this release is a new and improved API for listing all the tables under all schemas in a share. The new API supports pagination similar to other APIs.
For example, to list all the tables in the Delta share
my_share
, you can simply send a GET request to the/shares/{share_name}/all-tables
endpoint on the sharing server.
Prior to that, you might want to read up on Delta Sharing.