diff --git a/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md b/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md index 8b8ab8948..9268c296c 100644 --- a/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md +++ b/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md @@ -70,18 +70,26 @@ Creating the stack in OCI Resource Manger fill in the vars:
tenancy namespace. oracleidentitycloudservice is only used for federated domains/users, not localauth token in your OCI user profile, create one for this+ After creation run Stacks's Apply to create the OCI DevOps project.
The Stack creates only a private subnet in the VCN and hence the Function cannot be called outside the tenancy by default after the build and deploy.
-
-However, the Function invocation can be done from OCI Cloud Shell either by connecting to the VCN private subnet or to OCI Service Network, both options will work. The invocation can be done as follows using the Stack project_name e.g. :
+
+However, the Function invocation can be done from OCI Cloud Shell either by connecting to the VCN private subnet or to OCI Service Network, both options will work. The invocation can be done as follows using the Stack project_name e.g. :
fn invoke helloworldai-java helloworldai-java+Since the stack creates the DevOps project with a target Function with the intial image it should already run and return: +
+Hello, world! ++ # Useful Links - [OCI DevOps](https://www.oracle.com/cloud/cloud-native/devops-service/)