Wednesday, June 28, 2017

Autoscaling Azure SQL Database

I'm looking to set up some type of method to autoscale (vertically) my Azure SQL Databases based on CPU or some other performance metric. My environment is in govcloud and I don't see any options for autoscale. I've create a logic app that will scale up and down at set times but this doesn't help when performance fluctuates on a given day.




If somebody knows of a way to trigger the databases to autoscale when cpu reaches a certain percentage I would appreciate any help/guidance.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...