Organize main ref guide to contain adapter content
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// Do not edit this file (e.g. go instead to src/main/asciidoc)
|
||||
|
||||
This work is experimental.
|
||||
This project provides an adapter layer for a Spring Cloud Function application onto Azure.
|
||||
You can write an app with a single `@Bean` of type `Function` and it will be deployable in Azure if you get the JAR file laid out right.
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
// Do not edit this file (e.g. go instead to src/main/asciidoc)
|
||||
|
||||
== Quick Start
|
||||
|
||||
Implement a POF (be sure to use the `functions` package):
|
||||
|
||||
```
|
||||
@@ -80,6 +82,7 @@ wsk action invoke example --result --param payload foo
|
||||
"result": "FOO"
|
||||
}
|
||||
```
|
||||
|
||||
== Examples
|
||||
|
||||
The following examples are built based on the details and explanations above, on how to deploy Spring Cloud Functions on to https://openwhisk.apache.org/[OpenWhisk]
|
||||
|
||||
Reference in New Issue
Block a user