Connect SQL Server Management Studio (SSMS) to Azure Analysis Services

This article guides you through connecting to your Azure Analysis Services (AAS) tabular model using SQL Server Management Studio (SSMS).

Note: Ensure you have the latest version of SSMS installed. You can download it from the official Microsoft SQL Server Downloads page.

Prerequisites

Steps to Connect

1

Launch SQL Server Management Studio (SSMS): Open SSMS from your Start menu.

2

Open the Connect dialog: In SSMS, click File > Connect Object Explorer..., or click the Connect button on the toolbar.

SSMS Connect Dialog
3

Configure connection details:

  • Server type: Select Analysis Services.
  • Server name: Enter the fully qualified server name of your Azure Analysis Services instance. You can find this in the Azure portal for your AAS resource. It typically looks like yourservername.asazure.windows.net.
  • Authentication: Choose your authentication method:
    • Windows Authentication: If your Azure AD account has permissions on the AAS instance, you can use this option.
    • Azure Active Directory - Universal with MFA: The recommended and most secure method. You'll be prompted to sign in with your Azure AD credentials and complete multi-factor authentication.
    • Azure Active Directory - Password: Use this if you are connecting with an Azure AD account that has a password and MFA is not enabled or required for your specific scenario.
    • Azure Active Directory - Integrated: Similar to Windows Authentication, leverages your Azure AD context.
SSMS Connection Options
4

Enter credentials (if prompted): If you chose an Azure AD authentication method, you will be prompted to sign in. Follow the on-screen instructions.

5

Click Connect: Once all details are entered correctly, click the Connect button.

Verification

If the connection is successful, you will see your Azure Analysis Services server listed in the Object Explorer pane. You can expand the server node to see your deployed databases (models).

SSMS Connected to AAS

Troubleshooting Common Issues

For more advanced connection scenarios or troubleshooting, please refer to the official Microsoft documentation.

Explore More Azure Analysis Services Documentation