How can I automate partition creation in Azure Analysis Services without using SPN Certificates?

Anonymous
2023-06-14T05:41:23.8233333+00:00

I am currently using a setup where I create partitions in Azure Analysis Services database tables using Automation Runbooks, where we connect to AAS using SPN Certificates. Since Azure will be discontinuing the use of Certificates for authentication from September 2023, I am searching for other ways to access the AAS model and perform operations like Database Backup and Partition Creation. AAS still doesn't have an option for authentication using Managed Identities, so is there any other way achieve this using something like Databricks (PyADOMD)/ Logic Apps/ Runbooks? Thanks in advance!

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
438 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,119 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 17,556 Reputation points
    2023-06-22T04:15:03.5966667+00:00

    @Anonymous Welcome to Microsoft Q & A Community Forum. As Azure Analysis Services doesn't support managed identities. I would suggest you take advantage of shared resources within automation account like credentials and certificates to connect with Azure Analysis Services.

    Store the service principle as credential and connect to azure analysis service using it. On how to create credential asset and use it in runbook, you can refer to this document. For using certificate within runbook, you can refer this document.

    If this answers your query, do click "Accept as Answer" and click "Yes" for the same, which might be beneficial to other community members reading this thread. If you need further assistance, please do provide additional information with the issue you are facing.