Forum Discussion
Azure AS and TMDL deployment
Hi npvinhloc108 ,
Do you mean that you try to export data with TOM Tool and manage these data in Azure Analysis Service?
As far as I know, the data may be something wrong due to export and load again and again from different applications. So I think this is not a good way.
I suggest you to try other features in Fabric like Data Factory or Data Engineering in Synapse.
You can create dataflows to connect to your data source or load your data into a lakehouse. You can also deploy a data pipline to monitor your data.
Microsoft Fabric Lakehouse is a data architecture platform for storing, managing, and analyzing structured and unstructured data in a single location. It's a flexible and scalable solution that allows organizations to handle large volumes of data using various tools and frameworks to process and analyze that data.
For reference:
What is Microsoft Fabric - Microsoft Fabric | Microsoft Learn
What is a lakehouse? - Microsoft Fabric | Microsoft Learn
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
What I'm trying to do is:
- Create a script that could deploy the metadata only to Azure AS
- Similar to the option "Do not Process" when you deploy it manually using Visual Studio
- This will deploy the metadata only, not processing any tables ==> it takes less time
- I'm looking into some example code and document here (TmdlSerializer Class (Microsoft.AnalysisServices.Tabular) | Microsoft Learn) hopefully I can find something useful.
- .bim is a single file, so it's very easy to be conflict when multiple developers working on the same model at the same time (even when they are working in different measures/tables...)
- I'm thinking of changing the .bim to folder of .TMDL files, so that we can use source control more effectively.