I’m using Azure Analysis Services as a SSL
Is it possible to resume and pause using powershell in a job?
Do you have some examples of configuration?
I’m using Azure Analysis Services as a SSL
Is it possible to resume and pause using powershell in a job?
Do you have some examples of configuration?
Best answer by Christian Hauggaard
Hi
These scripts seem to work on my end
Start:
Connect-AzAccount -SubscriptionID "3594c325-91bb-40bb-818f-xyz"
Resume-AzAnalysisServicesServer `
-Name "chtestssas" `
-ResourceGroupName "CHauggaard"
Pause:
Connect-AzAccount -SubscriptionID "3594c325-91bb-40bb-818f-xyz"
Suspend-AzAnalysisServicesServer `
-Name "chtestssas" `
-ResourceGroupName "CHauggaard"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.