Skip to content

Files

Latest commit

author
Owen Duncan
Oct 18, 2018
5dbe2d6 · Oct 18, 2018

History

History
57 lines (38 loc) · 3.19 KB

analysis-services-deploy.md

File metadata and controls

57 lines (38 loc) · 3.19 KB
title description author manager ms.service ms.topic ms.date ms.author ms.reviewer
Deploy to Azure Analysis Services by using SSDT | Microsoft Docs
Learn how to deploy a tabular model to an Azure Analysis Services server by using SSDT.
minewiskan
kfile
azure-analysis-services
conceptual
10/18/2018
owend
minewiskan

Deploy a model from SSDT

Once you've created a server in your Azure subscription, you're ready to deploy a tabular model database to it. You can use SQL Server Data Tools (SSDT) to build and deploy a tabular model project you're working on.

Prerequisites

To get started, you need:

Tip

Before you deploy, make sure you can process the data in your tables. In SSDT, click Model > Process > Process All. If processing fails, you cannot successfully deploy.

Get the server name

In Azure portal > server > Overview > Server name, copy the server name.

Get server name in Azure

To deploy from SSDT

  1. In SSDT > Solution Explorer, right-click the project > Properties. Then in Deployment > Server paste the server name.

    Paste server name into deployment server property

  2. In Solution Explorer, right-click Properties, then click Deploy. You may be prompted to sign in to Azure.

    Deploy to server

    Deployment status appears in both the Output window and in Deploy.

    Deployment status

That's all there is to it!

Troubleshooting

If deployment fails when deploying metadata, it's likely because SSDT couldn't connect to your server. Make sure you can connect to your server using SSMS. Then make sure the Deployment Server property for the project is correct.

If deployment fails on a table, it's likely because your server couldn't connect to a data source. If your data source is on-premises in your organization's network, be sure to install an On-premises data gateway.

Next steps

Now that you have your tabular model deployed to your server, you're ready to connect to it. You can connect to it with SSMS to manage it. And, you can connect to it using a client tool like Power BI, Power BI Desktop, or Excel, and start creating reports.