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
Comments
Post a Comment