Hi folks,
I am new to export data data from power apps DATAVERSE tables into data lake blob csv using Azure Synapse Link.
I have 2 environments to export dataverse tables which are namely Dev and Prod as names suggest its development and production environment.
So now I want to export data to Azure data lake storage with a single subscription. Here my question is what is the recommended way to export dataverse tables of both dev and prod environment into single subscription azure storage?
could i create 2 separate storage accounts like (storage_dev and storage_prod) to get the dataverse table blob?
or any suggestions?