Stop/Start Azure Cloud Service -


in order automate process in cloud deployment, need stop , start cloud service (that archives data) through code. currently, stop , start cloud service manually using azure management portal. want done through cloud service processes input data.

the azure cloud service trying stop , start has 1 deployment (production).

there limited information available in google on how this.

i tried following msdn website(azure rest api) toggle deployment status between "running" , "suspended", but, getting "bad request" error when implement described in website (msdn not allow me post website details).

can 1 of point me right direction on how stop/start azure cloud service through code?

is virtual machine? if yes, use rest api/powershell should trick

start vm using rest api

stop vm using rest api


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -