Skip to content

Commit 7084af4

Browse files
authored
Merge c9e7790 into fe6d238
2 parents fe6d238 + c9e7790 commit 7084af4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Last updated: 2025-05-13
5757

5858
## How to enable IOPS (script)
5959

60+
> [Automate the activation of Autoscale IOPS using Python and the Azure REST API](./autoscaleMultiple-IOPS/), ideal for managing multiple servers across resource groups or entire subscriptions. This feature is only supported on General Purpose and Business Critical tiers, and currently not available via Azure CLI or PowerShell.
61+
6062
## How to Monitor IOPS Scaling
6163

6264
> How I know if the IOPS have scaled up or down when the server's using the autoscale IOPS feature? You can use the `metrics available in Azure Monitor`.

autoscaleMultiple-IOPS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Review [the script](./scripts/enable_autoscale_iops_byRG.py), and download it to
5151
> - For each server, retrieving its resource group. <br/>
5252
> - Applying the update if the server is in a supported tier (General Purpose or Business Critical). <br/>
5353
54-
Review [the script](./scripts/enable_autoscale_iops.py), and download it to your local machine.
54+
Review [the script](./scripts/enable_autoscale_iops_across_subscription.py), and download it to your local machine.
5555

5656
> Example: enabling Autoscale IOPS on 4 different servers, each hosted in different resource group and same subscription.
5757

0 commit comments

Comments
 (0)