Skip to content

Commit 0bf05a2

Browse files
readme update
1 parent df6ca9b commit 0bf05a2

File tree

1 file changed

+2
-1
lines changed
  • app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm

1 file changed

+2
-1
lines changed

app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Error: 400-InvalidParameter, Invalid Image fra.ocir.io/<YOUR_TENANCY_NAMESPAC
6969
</pre>
7070
After doing this the Stack can be run to create the OCI DevOps project. After the project creation the build pipelines can be run to build and deploy the OCI Function with real Function code like <a href="https://github.com/oracle-devrel/technology-engineering/blob/main/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md">this one</a> (the dummy hello-world image won't run properly).
7171
<p>
72-
The Stack creates only a <i>private subnet</i> in the VCN and hence the Function cannot be called outside the tenancy by default.
72+
The Stack creates only a <i>private subnet</i> in the VCN and hence the Function cannot be called outside the tenancy by default after the build and deploy.
73+
<br>
7374
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 when using the Stack <b>project_name</b> e.g. :
7475
<pre>
7576
fn invoke helloworldai-java-project helloworldai-java-project

0 commit comments

Comments
 (0)