Search code examples
c#azure-functionsssas-tabularazure-analysis-servicesazure-function-app

C# to pause, turn on ssas server, backup cube.... how to?


I'm building some function apps in C# (via REST API) to make refreshes of tabular cube located on an azure ssas server. So far, no problem. However, I can't find a way to pause/start the ssas server (I saw some doc in powershell but I'd like to stay in C# so as not to mix languages)

Has anyone ever created anything like this?

I tried to make a POST suspend but no solution for now.


Solution

  • The right audience was :

    audience = "https://management.core.windows.net/";