Skip to content

Commit 1842bd3

Browse files
authored
cleaning
1 parent 5989c84 commit 1842bd3

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

autoscaleMultiple-IOPS/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Last updated: 2025-05-13
3838
3939
Review [the script](./scripts/enable_autoscale_iops_byRG.py), and download it to your local machine.
4040

41+
> Example: enabling Autoscale IOPS on two different servers, each hosted in same resource group and same subscription.
42+
43+
<img width="550" alt="image" src="" />
44+
4145
## Across a Subscription
4246

4347
> You can also enable autoscale IOPS across an entire subscription, it requires: <br/>
@@ -47,15 +51,15 @@ Review [the script](./scripts/enable_autoscale_iops_byRG.py), and download it to
4751
4852
Review [the script](./scripts/enable_autoscale_iops.py), and download it to your local machine.
4953

54+
> Example: enabling Autoscale IOPS on 4 different servers, each hosted in different resource group and same subscription.
55+
56+
<img width="550" alt="image" src="" />
57+
5058
## How to execute it Script to Enable Autoscale IOPS
5159

5260
1. Download [the script](./scripts/) to be used to your local machine or a cloud shell environment.
5361
2. Make sure you're logged in: `az login`
54-
4. Run the script: `py enable_autoscale_iops.py`
55-
56-
> Example: enabling Autoscale IOPS on three different servers, each hosted in a separate resource group but under the same subscription.
57-
58-
<img width="550" alt="image" src="https://github.com/user-attachments/assets/22aa763d-b358-441a-b5b9-aa0197ce680d" />
62+
4. Run the script: `python {script-name}.py`
5963

6064
<div align="center">
6165
<h3 style="color: #4CAF50;">Total Visitors</h3>

0 commit comments

Comments
 (0)