How can I update the data source (Azure Storage) for Azure Analysis Services without using the SQLServer module or the Invoke-ASCmd method?

T, Charandeep 0 Reputation points
2024-12-02T07:15:54.95+00:00

Can I update the data source (Azure Storage) for Azure Analysis Services (AAS) without relying on the SQLServer PowerShell module i.e using the Invoke-ASCmd method to make the changes? Are there alternative approaches or tools available to update the data source configuration programmatically or automatically.

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
463 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,265 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,259 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,968 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 32,831 Reputation points MVP
    2024-12-02T07:21:15.3+00:00

    You can use Azure Devops Release task :

    https://github.com/liprec/vsts-release-aas

    And via TMSL script aspect, you can update the connection details or even via AAS bim file deployment aspect


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.