Skip to content

Commit

Permalink
WMS ID 11721 - Add changes to the gdk-oci-email workshop (#408)
Browse files Browse the repository at this point in the history
* Add updates to object-storage workshop

* Minor update

* Add changes to gdk-oci-email workshop

* Minor updates

* Minor update

---------

Co-authored-by: Sachin Pikle <sachin.pikle@oracle.com>
  • Loading branch information
LesiaChaban and sachin-pikle authored Aug 22, 2024
1 parent 48784cc commit 714f76f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gdk-oci-email/01-prepare-setup/prepare-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ However, if you would rather use an existing VCN/subnet, follow these steps to a

## Task 3: Select a Compartment for the Workshop

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.
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.

1. From the Oracle Cloud Console navigation menu, go to **Identity & Security >> Identity >> Compartments**.
2. Go to your workshop compartment.
Expand Down
4 changes: 2 additions & 2 deletions gdk-oci-email/04-configure-app/configure-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Each region in Oracle Cloud Infrastructure has an SMTP endpoint to use as the SM

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

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

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

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

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions gdk-oci-email/05-build-run-app/build-run-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

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

Estimated Lab Time: 10 minutes

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

## Task 1: Build and run the application

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

<if type="mn_run">
Use `mn:run` to build and start the application on port 8080.
Expand Down
2 changes: 1 addition & 1 deletion gdk-oci-email/06-build-run-native/build-run-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this lab, you will:

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

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

``` bash
<copy>
Expand Down
2 changes: 1 addition & 1 deletion gdk-oci-email/variables/variables.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "Graal Product Management",
"contributors": "Lesia Chaban, Sachin Pikle, Ewan Slater, Kris Foster, Shaun Smith",
"last_updated": "Lesia Chaban, July 2024"
"last_updated": "Lesia Chaban, August 2024"
}

0 comments on commit 714f76f

Please sign in to comment.