Skip to content

Commit 714f76f

Browse files
WMS ID 11721 - Add changes to the gdk-oci-email workshop (oracle-livelabs#408)
* Add updates to object-storage workshop * Minor update * Add changes to gdk-oci-email workshop * Minor updates * Minor update --------- Co-authored-by: Sachin Pikle <[email protected]>
1 parent 48784cc commit 714f76f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

gdk-oci-email/01-prepare-setup/prepare-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ However, if you would rather use an existing VCN/subnet, follow these steps to a
6161

6262
## Task 3: Select a Compartment for the Workshop
6363

64-
We recommend you use a single compartment for the workshop. We will refer to this as your workshop compartment. This is the compartment where you will provision all the resources - Oracle Resource Manager (ORM) Stack, Compute Instance, VCN/Subnet, Instance Principals, Policies, Object Storage Buckets - needed for the workshop.
64+
We recommend you use a single compartment for the workshop. We will refer to this as your workshop compartment. This is the compartment where you will provision all the resources - Oracle Resource Manager (ORM) Stack, Compute Instance, VCN/Subnet - needed for the workshop.
6565

6666
1. From the Oracle Cloud Console navigation menu, go to **Identity & Security >> Identity >> Compartments**.
6767
2. Go to your workshop compartment.

gdk-oci-email/04-configure-app/configure-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Each region in Oracle Cloud Infrastructure has an SMTP endpoint to use as the SM
7979

8080
1. From the Oracle Cloud Console navigation menu, go to **Developer Services**. Under **Application Integration**, click **Email Delivery**.
8181

82-
![Email Delivery Menu](https://oracle-livelabs.github.io//common/images/console/developer-application-emaildelivery.png)
82+
![Email Delivery Menu](https://oracle-livelabs.github.io/common/images/console/developer-application-emaildelivery.png)
8383

8484
2. Under **Email Delivery**, click **Configuration**. In **SMTP Sending Information** panel copy **Public Endpoint**.
8585

@@ -184,7 +184,7 @@ In this step, you'll change the "to" email address to your personal email addres
184184

185185
4. Save (`CTRL+S`) the file.
186186

187-
Congratulations! In this lab, you configured the application to use the OCI Object Storage bucket created earlier.
187+
Congratulations! In this lab, you configured the application to use OCI Email Delivery.
188188

189189
You may now **proceed to the next lab**.
190190

gdk-oci-email/05-build-run-app/build-run-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
This section of the lab takes you through the steps to build and run the sample application and then send emails.
5+
This lab takes you through the steps to build and run the sample application and then send emails.
66

77
Estimated Lab Time: 10 minutes
88

@@ -18,7 +18,7 @@ In this lab, you will:
1818

1919
## Task 1: Build and run the application
2020

21-
1. In the same terminal in VS Code, run the following command(s).
21+
1. In the same terminal in VS Code, run the following command(s):
2222

2323
<if type="mn_run">
2424
Use `mn:run` to build and start the application on port 8080.

gdk-oci-email/06-build-run-native/build-run-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this lab, you will:
2424

2525
## Task 1: Build and run a native executable for the application
2626

27-
1. In the first terminal in VS Code, check the version of the GraalVM native-image utility:
27+
1. In the same terminal in VS Code, check the version of the GraalVM native-image utility:
2828

2929
``` bash
3030
<copy>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"author": "Graal Product Management",
33
"contributors": "Lesia Chaban, Sachin Pikle, Ewan Slater, Kris Foster, Shaun Smith",
4-
"last_updated": "Lesia Chaban, July 2024"
4+
"last_updated": "Lesia Chaban, August 2024"
55
}

0 commit comments

Comments
 (0)