Deleting alreday published Tabular Models from Azure Portal

Swapnil 216 Reputation points
2020-09-15T23:23:15.827+00:00

I have few Tabular Models published on azure resource which I need to delete as clean up process. Please note I DO NOT want to delete resource rather models in those resources. I do not see any delete option when I right click on models in resource, kindly help
24997-delmodel.jpg

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
442 questions
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 82,196 Reputation points Microsoft Employee
    2020-09-16T10:29:15.147+00:00

    Hello @Swapnil ,

    Welcome to Microsoft Q&A platform.

    Unfortunately, there is no option available to delete tabular models from Azure Portal.

    I would suggest you to provide feedback on the same:

    https://feedback.azure.com/forums/556165-azure-analysis-services

    All of the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.

    ---------

    You can only delete an existing tabular model using SQL Server Management Studio (SSMS).

    These steps describe how to delete a model from a server by using SSMS.

    Prerequisites - Download SQL Server Management Studio (SSMS)

    Step1: In SSMS > Object Explorer, click Connect > Analysis Services.

    25125-image.png

    Step2: In Connect to Server, paste in the server name, then in Authentication, choose Active Directory - Universal with MFA support, enter your username, and then click Connect.

    25160-image.png

    Step3: In Object Explorer, right-click the adventureworks sample database, and then click Delete.

    25204-image.png

    Reference: Azure Analysis Service - Clean up resources

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

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

    Do click on "Accept Answer" and Upvote on the post that helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. Darren Gosbell 2,376 Reputation points
    2020-09-16T00:52:54.517+00:00

    You should be able to connect to that server using SQL Server Management Studio and delete the models using that.

    0 comments No comments