Azure Analysis Services Connection over HTTPS

Daniel Zielinski 21 Reputation points
2021-04-15T17:22:38.407+00:00

Is there a way to set up Azure Analysis Services to accept connections over HTTPS with basic authentication?
This was easily done with SSAS hosted on a virtual machine and IIS in the past.

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
456 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 90,146 Reputation points Microsoft Employee
    2021-04-16T06:51:06.497+00:00

    Hello @Daniel Zielinski ,

    Welcome to the Microsoft Q&A platform.

    Unfortunately, Basic or Anonymous (requires configuration for HTTP access) is not supported in Azure Analysis services. It is supported in SQL Server Analysis Services.

    88504-image.png

    Reference: Authentication methodologies supported by Analysis Services

    Azure Analysis Services uses Azure Active Directory (Azure AD) for identity management and user authentication. Any user creating, managing, or connecting to an Azure Analysis Services server must have a valid user identity in an Azure AD tenant in the same subscription.

    88537-image.png

    User authentication is handled by Azure Active Directory (AAD). When logging in, users use an organization account identity with role-based access to the database. User identities must be members of the default Azure Active Directory for the subscription that the server is in.

    To learn more, see Authentication and user permissions and Connections to Azure Analysis Services use HTTPS.

    Hope this helps. Do let us know if you any further queries.

    ------------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.