Skip to content

Commit 5b8d68f

Browse files
thomas-tacquetSamyOubouaziz
authored andcommitted
missing suggestions
1 parent e6c9f19 commit 5b8d68f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pages/serverless-functions/concepts.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,12 @@ It automatically handles infrastructure management, scaling, and load balancing,
166166

167167
## Serverless Functions
168168

169-
Serverless Functions are serverless, fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
169+
Serverless Functions, fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
170170

171171
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.
172172

173173
## Serverless Jobs
174174

175-
Serverless Jobs are similar to Serverless Containers but are better suited for running longer workloads. See [the comparison between Serverless products](/serverless-functions/reference-content/difference-jobs-functions-containers) for more information.
176-
177175
Serverless Jobs are similar to Serverless Functions but are better suited for running longer workloads. See [the comparison between Serverless products](/serverless-functions/reference-content-difference-jobs-functions-containers) for more information.
178176

179177
## Stateless

0 commit comments

Comments
 (0)