Skip to content

Commit 2ca8a78

Browse files
add more links
1 parent f01bd65 commit 2ca8a78

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The container can then process the message and perform any required actions, suc
150150

151151
The port of a containerized application refers to the network port that the application inside the container listens on for incoming requests.
152152

153-
Refer to the [dedicated documentation](/serverless-containers/reference-content/port-parameter-variable/) for more information and examples on the **Port** parameter of Serverless Containers.
153+
Refer to the [dedicated documentation](/serverless-containers/reference-content/port-parameter-variable/) for more information and examples on the **Port** parameter of Serverless Containers.
154154

155155
## Privacy policy
156156

@@ -206,6 +206,8 @@ One of the advantages of Serverless Containers is that when your container is no
206206

207207
Secrets are an extra-secure type of environment variable. They are environment variables that are injected into your container and stored securely, but not displayed in the console after initial validation.
208208

209+
For more details about Serverless advantages, [read Serverless Overview](/serverless-containers/reference-content/serverless-overview/).
210+
209211
## Serverless
210212

211213
Serverless allows you to deploy your Functions (FaaS) and Containerized Applications (CaaS) in a managed infrastructure. Scaleway ensures the deployment, availability, and scalability of all your projects.

pages/serverless-containers/quickstart.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ categories:
1616

1717
Scaleway Serverless Containers provides you with containerized stateless web applications deployed in the cloud. They are designed for short-lived, event-driven tasks.
1818

19+
<Message>
20+
For more details about Serverless advantages, [read Serverless Overview](/serverless-containers/reference-content/serverless-overview/).
21+
</Message>
22+
1923
Containers rely on the HTTP protocol, and must therefore include a web server to work properly. Refer to the [differences between Containers, Jobs, and Functions](/serverless-containers/reference-content/difference-jobs-functions-containers/) for more information on Scaleway's different Serverless products.
2024

2125
This page explains how to deploy a basic NGINX image in a Serverless Container using the Scaleway console.
@@ -118,4 +122,4 @@ If you have no existing Serverless Containers resources in your current Project,
118122

119123
For advanced usage, such as larger projects with dependencies, automation, multiple containers, and more, there are [several ways to deploy containers](/serverless-containers/reference-content/deploy-container/).
120124

121-
Check out our [GitHub repository](https://github.com/scaleway/serverless-examples) for real-world examples.
125+
Check out our [GitHub repository](https://github.com/scaleway/serverless-examples) for real-world examples.

0 commit comments

Comments
 (0)