Reputation: 29
I have exported my power apps dataverse table into azure storage (as a CSV file) by using Azure synapse Link feature in power apps. It works fine but what is my question is, will it costs for writing data in azure storage? if yes means what Tier it will choose?
Upvotes: -1
Views: 465
Reputation: 10292
Yes, you can access through data lake gen 2 storage account with hot tier. In comparison to the cool tier, the hot tier allows us faster access to the blobs in a storage account but is more expensive. The default value for any new blob is in the hot tier.
Power BI Desktop
,Azure Synapse Link for Dataverse
,Storage Account Access.
For storage account access you need any one of the role like storage blob contributor or storage blob owner.You must enable Hierarchical namespace in your storage account, and suggest configuring replication to read-access geo-redundant storage (RA-GRS) features.
Upvotes: 1