Eugene Mazarakis
14 September 2024

How to deploy from UAT env to Production env an AAS tabular model

by Eugene Mazarakis

Introduction

Tabular models in Analysis Services are databases that run in-memory or in Direct Query mode, connecting to data from back-end relational data sources. Tabular models in Analysis Services are databases that run either in-memory or in Direct Query mode, connecting to data from back-end relational data sources. Using Microsoft Visual Studio, the authoring tool, we can create tabular models. The data model provides an easier and faster way for users to perform ad hoc data analysis with tools like Power BI and Excel.

Photo 0

Edit the Model.bim file

If we have a tabular model on UAT environment and want to transfer it to Production environment we should edit the Model.bim file and do the following steps:

Photo 1

Photo 2

Photo 3

NOTE You can choose a general name, e.g., SOURCE_AZURE_SYNAPSE_NAME.

Photo 4

Photo 5

Photo 6

Photo 7

Photo 8

Photo 9

Wrap-Up

And that’s it—a model successfully deployed to the production environment. We only needed to make changes in one location within the Model.bim file, which contains all the necessary metadata for the tabular project. I hope you found this article useful. Thank you for reading!

tags: Azure - AAS - Visual Studio - Tabular Model