diff --git a/src/docs/ocean/_media/ocean-commis-where-to-find.png b/src/docs/ocean/_media/ocean-commis-where-to-find.png
new file mode 100644
index 000000000..3802d1dd7
Binary files /dev/null and b/src/docs/ocean/_media/ocean-commis-where-to-find.png differ
diff --git a/src/docs/ocean/_media/ocean-commitments.png b/src/docs/ocean/_media/ocean-commitments.png
new file mode 100644
index 000000000..f8f057cbe
Binary files /dev/null and b/src/docs/ocean/_media/ocean-commitments.png differ
diff --git a/src/docs/ocean/features/commitments-aks.md b/src/docs/ocean/features/commitments-aks.md
index e02362ce5..87e29905b 100644
--- a/src/docs/ocean/features/commitments-aks.md
+++ b/src/docs/ocean/features/commitments-aks.md
@@ -37,7 +37,9 @@ Azure SPs offer a flexible pricing model that lets you save up to 65% on your Az
## Commitments Scenarios
-
+
+
+
### Launching a VM
diff --git a/src/docs/ocean/features/commitments-setup-aks.md b/src/docs/ocean/features/commitments-setup-aks.md
index 771fd11f4..e2a8ad9cf 100644
--- a/src/docs/ocean/features/commitments-setup-aks.md
+++ b/src/docs/ocean/features/commitments-setup-aks.md
@@ -44,31 +44,32 @@ Follow the instructions below while referring to the [Azure documentation](https
2. Go to the virtual node group where you want to turn on the utilize RSs/SPs feature. This can be any of your virtual node groups or the virtual node group template. Ocean recommends enabling this feature on the virtual node group template so that it is applied to all your virtual node groups in the cluster. See [Manage AKS Virtual Node Groups](https://docs.spot.io/ocean/tutorials/manage-virtual-nd-groups-aks)
3. In the Ocean autoscaler strategy area of the virtual node group, click **Add permissions**.
-
-
+
+
+
### Step 1: App Registrations
1. In Connect RIs/SPs to Spot wizard, step 1, create (register) a new Azure app or upgrade an existing one.
Upgrade:
-
-
+
New:
-
+
-2. Copy the following credentials from your Azure app and paste them into the fields:
+3. Copy the following credentials from your Azure app and paste them into the fields:
* Application (client) ID.
* Directory (tenant) ID.
-3. Go to Step 2: Certificates and Secrets
+4. Go to Step 2: Certificates and Secrets
### Step 2: Certificates and Secrets
-
-
+
+
+
1. Copy the following credentials from your Azure app and paste them into the fields:
* Application secret expiration date.
* Client secret value.
@@ -77,7 +78,8 @@ Follow the instructions below while referring to the [Azure documentation](https
### Step 3: Permissions Assignment
-
+
+
>IMPORTANT:
>
@@ -90,7 +92,7 @@ These permissions give you access to all the resources under the same tenant. Yo
1. Select the permissions in accordance with those you purchased from Azure. By default, both RI and SP are selected.
-2. Use the following Azure PowerShell script to assign the Reservation Reader role at the tenant level with PowerShell:
+2. Use the following Azure PowerShell script to assign the Reservation Reader role / Savings Plan role at the tenant level with PowerShell:
```
Import-Module Az.Accounts