Skip to content

Commit a2e4217

Browse files
committed
docs(srv): update
1 parent ac26ce4 commit a2e4217

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 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

@@ -87,5 +88,3 @@ This page shows you how to deploy a [function](/serverless/functions/concepts/#f
8788
<Message type="tip">
8889
There are different ways to deploy Serverless Functions. Refer to our detailed [deployment information](/serverless/functions/reference-content/deploy-function/) for more advanced options to deploy your functions.
8990
</Message>
90-
91-

0 commit comments

Comments
 (0)