Event driven Logic App and Functions App that can scale-up or scale-down the capacity of your Azure database service instance
Event driven Azure Logic App & Functions App that scale-up or scale-down the capacity of your Azure database service instance
Microsoft.DBforMySQL
or Microsoft.DBforPostgreSQL
)StorageScaleupSize
(GB) parameter value to specify in project config file for each scale-up action triggered by Azure Monitor Metric Alerts until the Storage size reaches MaxStorageScaleLimit
(GB) parameter value to specify in project config file. MaxStorageScaleLimit
(GB) should be within the follwoing storage size range:Alert Metric | Metric display name | Operators to match | Action |
---|---|---|---|
cpu_percent |
CPU percent | GreaterThan or GreaterThanOrEqual |
scale-up vCore capacity |
cpu_percent |
CPU percent | LessThan or LessThanOrEqual |
scale-down vCore capacity |
storage_percent |
Storage percent | GreaterThan or GreaterThanOrEqual |
scale-up Storage size |
storage_used |
Storage used | GreaterThan or GreaterThanOrEqual |
scale-up Storage size |
storage_limit |
Storage limit | GreaterThan or GreaterThanOrEqual |
scale-up Storage size |
For the detail on the supported metrics, please see supported metrics for Azure Database for MySQL or supported metrics for Azure Database for PostgreSQL
Relevant Services: