Skip to content

Commit 186a8e4

Browse files
committed
chore(gen): content review MTA-6396
1 parent 3fae671 commit 186a8e4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

pages/serverless-containers/how-to/configure-alerts-containers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to configure alerts for a container
33
description: Learn how to add monitoring alerts to Serverless Containers with Scaleway.
44
tags: containers alerts grafana threshold monitoring cockpit
55
dates:
6-
validation: 2025-02-10
6+
validation: 2025-08-20
77
posted: 2025-02-10
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/serverless-containers/reference-content/cron-schedules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Cron schedules reference
33
description: Guide to setting up cron schedules in Scaleway Serverless Containers.
44
tags: serverless containers cron crontab schedule cronjob
55
dates:
6-
validation: 2025-02-10
6+
validation: 2025-08-20
77
posted: 2023-12-12
88
---
99
import CronSchedules from '@macros/serverless/cron-schedules.mdx'

pages/serverless-functions/quickstart.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Functions - Quickstart
33
description: Quickstart guide to deploying and managing Serverless Functions on Scaleway.
44
tags: functions namespace
55
dates:
6-
validation: 2025-02-10
6+
validation: 2025-08-20
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -31,7 +31,7 @@ Follow this guided tour to discover how to deploy a function using the console.
3131
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
3232
- Installed [cURL](https://everything.curl.dev/install/)
3333

34-
## How to create a function
34+
## How to create a Serverless Function
3535

3636
If you have no existing Serverless Functions resources in your current Project, the creation process will guide you through the creation of a namespace, and then a function.
3737

@@ -72,6 +72,10 @@ If you have no existing Serverless Functions resources in your current Project,
7272

7373
The **Output** section displays the response from your function and the status code.
7474

75+
<Message type="note">
76+
Make sure that your function's privacy policy is set to **Public**. Testing a private function this way will result in an error. Refer to the [dedicated troubleshooting page](/serverless-functions/troubleshooting/tests-fail-on-function/) for more information.
77+
</Message>
78+
7579
## How to delete a function
7680

7781
1. Click **Functions** in the **Serverless** section of the side menu. The functions page displays.

0 commit comments

Comments
 (0)