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?
Hi
You could check the Powershell script that’s provided in this GitHub repository: https://github.com/azureautomation/azure-analysis-services-scale-and-pause-or-resume-using-scheduled-autoscaling/blob/master/README.md
Greets, Rogier
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.