简体   繁体   中英

Is there a way to automatically scale vertically azure cloud services (classic)?

I have services that are still using the classic Azure cloud services. Is there a way to vertical scale the cloud services automatically?

It is not possible to vertically scale a Classic Cloud Service automatically.

This is because the instance size is defined in csdef file that gets included in the package file ( cspkg ). Instance count is stored in configuration file ( cscfg ) and you can achieve horizontal scaling by changing the instance count there.

In order to change the instance size, you would need to update the csdef file, recompile your solution to create a package file and redeploy that package.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM