Skip to content

Commit 400bb76

Browse files
committed
docs(srv): update
1 parent a3013cc commit 400bb76

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

pages/serverless-jobs/concepts.mdx

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dates:
66
validation: 2025-06-09
77
posted: 2023-11-07
88
---
9+
import ServerlessConcepts from '@macros/serverless/serverless-concepts.mdx'
910

1011
## Container Registry
1112

@@ -59,21 +60,7 @@ Refer to the [dedicated FAQ](/serverless-jobs/faq/#how-can-i-configure-access-to
5960

6061
A schedule (cron) is a mechanism used to automatically start a Serverless Job at a specific time on a recurring schedule. It works similarly to a traditional Linux cron job, using the `* * * * *` format. Refer to our [cron schedules reference](/serverless-jobs/reference-content/cron-schedules/) for more information.
6162

62-
## Serverless Containers
63-
64-
Serverless Containers is a fully managed service that enables you to run containerized applications in a scalable and serverless environment.
65-
66-
It automatically handles infrastructure management, scaling, and load balancing, allowing you to focus on writing code without worrying about servers or clusters. Serverless Containers supports any language, framework, or binary that can run in a container, and it integrates seamlessly with other Scaleway services, making it ideal for deploying modern, event-driven, and API-based applications.
67-
68-
## Serverless Functions
69-
70-
Serverless Functions are fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
71-
72-
These functions automatically scale based on demand and are designed to be lightweight, event-driven, and easily deployable, eliminating the need to worry about infrastructure management. Functions is built on top of Serverless Containers, meaning you can run your functions packaged in containers and have them scale efficiently.
73-
74-
## Serverless Jobs
75-
76-
Serverless Jobs are similar to Serverless Containers but are better suited for running longer workloads. See [the comparison between Serverless products](/serverless-jobs/reference-content/difference-jobs-functions-containers) for more information.
63+
<ServerlessConcepts />
7764

7865
For more details about advantages of using Serverless, [read the Serverless overview page](/serverless-jobs/reference-content/serverless-overview/).
7966

0 commit comments

Comments
 (0)