diff --git a/building-blocks/tasks/adb/goto-service-body.md b/building-blocks/tasks/adb/goto-service-body.md
index 3b82a4be..74644cce 100644
--- a/building-blocks/tasks/adb/goto-service-body.md
+++ b/building-blocks/tasks/adb/goto-service-body.md
@@ -13,7 +13,7 @@
![Database list.](images/oci-adb-list.png " ")
- **Compartment**: OCI resources are organized into compartments. Select the compartment where you want to create your Autonomous Database. To quickly locate the compartment that has been assigned to you for this workshop, enter the first part of your user name (e.g. `LL185`) in the Search Compartments field.
- - **Workload Type**: Filter the Autonomous Database list by selecting your workload type. Select *All* to view all databases
+ - **Workload Type**: Filter the Autonomous Database list by selecting your workload type. Select **All** to view all databases
- **State**: View databases that are available, stopped, terminated and more.
diff --git a/building-blocks/tasks/adb/images/adb-dataload-customer-table.png b/building-blocks/tasks/adb/images/adb-dataload-customer-table.png
index 219c5864..8fea4983 100644
Binary files a/building-blocks/tasks/adb/images/adb-dataload-customer-table.png and b/building-blocks/tasks/adb/images/adb-dataload-customer-table.png differ
diff --git a/building-blocks/tasks/adb/images/cc-viewsettings-15-min-quickstart.png b/building-blocks/tasks/adb/images/cc-viewsettings-15-min-quickstart.png
index 25adbe72..fea73de2 100644
Binary files a/building-blocks/tasks/adb/images/cc-viewsettings-15-min-quickstart.png and b/building-blocks/tasks/adb/images/cc-viewsettings-15-min-quickstart.png differ
diff --git a/building-blocks/tasks/adb/images/load-cloud-store-location.png b/building-blocks/tasks/adb/images/load-cloud-store-location.png
new file mode 100644
index 00000000..298eb9bc
Binary files /dev/null and b/building-blocks/tasks/adb/images/load-cloud-store-location.png differ
diff --git a/building-blocks/tasks/adb/images/loadcompleted-15-min-quickstart.png b/building-blocks/tasks/adb/images/loadcompleted-15-min-quickstart.png
index 367b7a38..61a2cc75 100644
Binary files a/building-blocks/tasks/adb/images/loadcompleted-15-min-quickstart.png and b/building-blocks/tasks/adb/images/loadcompleted-15-min-quickstart.png differ
diff --git a/building-blocks/tasks/adb/images/rundataload-15-min-quickstart.png b/building-blocks/tasks/adb/images/rundataload-15-min-quickstart.png
index 9a37bf8a..f2ff63c3 100644
Binary files a/building-blocks/tasks/adb/images/rundataload-15-min-quickstart.png and b/building-blocks/tasks/adb/images/rundataload-15-min-quickstart.png differ
diff --git a/building-blocks/tasks/adb/images/select-load-data-from-cloud-store.png b/building-blocks/tasks/adb/images/select-load-data-from-cloud-store.png
index 53fa91e1..e6f470d2 100644
Binary files a/building-blocks/tasks/adb/images/select-load-data-from-cloud-store.png and b/building-blocks/tasks/adb/images/select-load-data-from-cloud-store.png differ
diff --git a/building-blocks/tasks/adb/load-public-db-actions-15-min-quickstart.md b/building-blocks/tasks/adb/load-public-db-actions-15-min-quickstart.md
index c2bbd422..787a35a0 100644
--- a/building-blocks/tasks/adb/load-public-db-actions-15-min-quickstart.md
+++ b/building-blocks/tasks/adb/load-public-db-actions-15-min-quickstart.md
@@ -4,11 +4,11 @@
"description":"Uses Database Actions to load data from public object storage buckets. It loads the following two tables:"
}
-->
-1. Under **What do you want to do with your data?** select **LOAD DATA**, and under **Where is your data?** select **CLOUD STORE**, then click **Next**
+1. Under **Data Load** select **LOAD DATA**.
![Select Load Data, then Cloud Store](images/select-load-data-from-cloud-store.png)
-2. The **Load Cloud Object** page appears. Use this page to drag and drop tables from the public object storage bucket to the data loading job. Copy the following object storage URL to the **Select Cloud Store Link or enter public URL field**:
+2. The **Load Cloud Object** page appears. Use this page to drag and drop tables from the public object storage bucket to the data loading job. Click **Cloud Store** and copy the following object storage URL to the **Select Cloud Store Location or enter public URL field**:
```
@@ -18,6 +18,8 @@
Click ENTER on your keyboard. You will see a list of folders on the left side from which you can drag and drop to the data loading job.
+ ![Enter your Load Cloud Object URL](images/load-cloud-store-location.png)
+
![The Load Cloud Object page appears](images/load-cloud-object-page-appears.png)
3. You will select multiple folders. First, drag the **customer** folder over to the right hand pane. Note that a dialog box appears asking if you want to load all the files in this folder to a single target table. In this case, the folder has only a single file, `customer.csv`. Frequently, data lake folders contain many files of the same type, as you will see with sales data. Click **Yes**.
@@ -26,8 +28,7 @@
4. Perform the same drag and drop steps for **sales\_sample**.
-
-5. Click the 3-dot ellipsis icon on the far-right side of the **customer** block. Click the **Settings** pencil icon for the **customer** load task to view the settings for this task.
+5. Click the pencil icon for the **customer** load task to view the settings for this task.
![Click the pencil icon to open settings viewer for customer load task](images/cc-viewsettings-15-min-quickstart.png)