Enable everyone in your organization to access their data in the cloud — no code required.
Learn More →Model Azure Synapse Data Using Azure Analysis Services
Use CData Connect Cloud to connect to Azure Synapse from Azure Analysis Services and import live Azure Synapse data.
Azure Analysis Services (AAS) is a fully-managed platform as a service (PaaS) that provides enterprise-level data models in the cloud. When paired with CData Connect Cloud, AAS provides instant, cloud-to-cloud access to Azure Synapse data for applications. This article demonstrates how to connect to Azure Synapse using Connect Cloud and import Azure Synapse data in Visual Studio using an AAS extension.
CData Connect Cloud provides a pure cloud-to-cloud interface for Azure Synapse, allowing you to model live Azure Synapse data in Azure Analysis Services — without replicating the data to a natively supported database. As you build enterprise-grade semantic data models for business reports and client applications, Azure Analysis Services generates SQL queries to gather data. Using optimized data processing out of the box, CData Connect Cloud pushes all supported SQL operations (filters, JOINs, etc.) directly to Azure Synapse, leveraging server-side processing to return the requested Azure Synapse data quickly.
Connect to Azure Synapse in Connect Cloud
CData Connect Cloud uses a straightforward, point-and-click interface to connect to data sources.
- Log into Connect Cloud, click Connections and click Add Connection
- Select "Azure Synapse" from the Add Connection panel
-
Enter the necessary authentication properties to connect to Azure Synapse.
Connecting to Azure Synapse
In addition to providing authentication (see below), set the following properties to connect to a Azure Synapse database:
- Server: The server running Azure. You can find this by logging into the Azure portal and navigating to Azure Synapse Analytics -> Select your database -> Overview -> Server name.
- Database: The name of the database, as seen in the Azure portal on the Azure Synapse Analytics page.
Authenticating to Azure Synapse
Connect to Azure Synapse using the following properties:
- User: The username provided for authentication with Azure.
- Password: The password associated with the authenticating user.
- Click Create & Test
-
Navigate to the Permissions tab in the Add Azure Synapse Connection page and update the User-based permissions.


Add a Personal Access Token
If you are connecting from a service, application, platform, or framework that does not support OAuth authentication, you can create a Personal Access Token (PAT) to use for authentication. Best practices would dictate that you create a separate PAT for each service, to maintain granularity of access.
- Click on your username at the top right of the Connect Cloud app and click User Profile.
- On the User Profile page, scroll down to the Personal Access Tokens section and click Create PAT.
- Give your PAT a name and click Create.
- The personal access token is only visible at creation, so be sure to copy it and store it securely for future use.

With the connection configured, you are ready to connect to Azure Synapse data from Visual Studio using Azure Analysis Services.
Connect to Azure Synapse in Visual Studio Using AAS
The steps below outline connecting to CData Connect Cloud from Azure Analysis Services to create a new Azure Synapse data source. You will need the Microsoft Analysis Services Project Extension installed to continue.
- In Visual Studio, create a new project. Select Analysis Services Tabular Project.
- In the Configure your new project dialog, enter a name for your project in the Project name field. Fill in the rest of the fields.
- Click Create. The Tabular model designer dialog box opens. Select Workspace server and enter the address of your Azure Analysis Services server (for example, asazure://eastus.azure.windows.net/myAzureServer). Click Test Connection and sign in to your server.
- Click OK to create the project. Your Visual Studio window should resemble the following screenshot:
- In Visual Studio, in Tabular model Explorer, right-click Data Sources and select Import From Data Source.
- In the Table Import Wizard, select SQL Server database and click Connect. In the Server field, enter the Virtual SQL Server endpoint and port separated by a comma: e.g., tds.cdata.com,14333
-
Click SQL Server Authentication and enter the following information:
- User name: Enter your CData Connect Cloud username. This is displayed in the top-right corner of the CData Connect Cloud interface. For example, test@cdata.com.
- Password: Enter the PAT you generated on the Settings page.
- On the next screen, select Current User and click Next.
- Now, select the first option and click Next.
- On the next screen, select a table from the list and click Preview & Filter.
- You should now see the table from Azure Synapse populated with data.










Now that you have imported the Azure Synapse data into your data model, you are ready to deploy the project to Azure Analysis Services for use in business reports, client applications, and more.
Get CData Connect Cloud
To get live data access to 100+ SaaS, Big Data, and NoSQL sources directly from your cloud applications, try CData Connect Cloud today!