Skip to content

Commit bd1f30d

Browse files
committed
docs(srv): update
1 parent 473e4ad commit bd1f30d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pages/serverless-functions/how-to/create-a-function.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This page shows you how to deploy a [function](/serverless-functions/concepts/#f
3131

3232
### Function configuration
3333

34-
1. Select a runtime for your function.
34+
1. Select a runtime for your function. For more information on runtimes configuration and lifecycle, refer to the [dedicated documentation](/serverless/functions/reference-content/functions-runtimes/).
3535

3636
2. Select a function code option:
3737

@@ -63,9 +63,10 @@ This page shows you how to deploy a [function](/serverless-functions/concepts/#f
6363
2. Define any **environment variables** you want to inject into your function. For each environment variable, click **+ Add variable** and enter the key/value pair.
6464

6565
3. Define any **Secrets** you want to inject into your function. For each secret, click **+ Add secret** and enter the key/value pair. Secrets are environment variables which are injected into your function and stored securely, but not displayed in the console after initial validation.
66-
<Message type="note">
67-
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
68-
</Message>
66+
67+
<Message type="note">
68+
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
69+
</Message>
6970

7071
4. Set the desired **privacy policy** for your function. This defines whether a function can be executed anonymously (**public**) or only via an authentication mechanism provided by the [Scaleway API](https://www.scaleway.com/en/developers/api/serverless-functions/#authentication) (**private**).
7172

0 commit comments

Comments
 (0)