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 5221a020d..e35ada877 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 @@ -56,7 +56,9 @@ OCI DevOps IAM Policies are not part of the stack, please refer to this one (the dummy hello-world image won't run properly). +
+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. :
+
+fn invoke helloworldai-java-project helloworldai-java-project +# Useful Links