Hi
Pratyusha N •,
Welcome to Microsoft Q&A forum and thanks for using Azure Services.
As I understand, you want to get the list of databases and associated tables from Azure SQL Server via an ARM template.
Export the ARM template:
Please try to open Export Template Option from the Left Panel of the Azure SQL Database Server pane as shown below:
This template generated would give all the Databases associated with the Azure SQL database server.
You may download the same by the option present at the top.
Azure Resource Explorer:
The second option to see the ARM template from existing resources is to use the Azure Resource Explorer. You can easily find it at https://resources.azure.com/
Additionally, you may see the Databases of SQL Server through portal as shown below:
Hope this helps.
Let us know if you have further queries.
Thank you.