Skip to content

Commit b586e92

Browse files
committed
docs(srv): add info on pn compatibility MTA-5526
1 parent 2350124 commit b586e92

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ Only one HTTP port can be exposed per Serverless Container.
152152

153153
A container's privacy policy defines whether a container may be invoked anonymously (**public**) or only via an authentication mechanism provided by the [Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#authentication) (**private**).
154154

155+
## Private Networks compatibility
156+
157+
Refer to the [dedicated FAQ](/faq/serverless-containers/#how-can-i-configure-access-to-a-private-network) for more information on Serverless Containers compatibility with Private networks.
158+
155159
## Queue trigger
156160

157161
A queue trigger is a mechanism that connects a container to a queue created with [Scaleway Queues](/messaging/concepts/#queues), and invokes the container automatically whenever a message is added to the queue.

pages/serverless-functions/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ The function can then process the message and perform any required actions, such
112112

113113
A function's privacy policy defines whether a function may 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**).
114114

115+
## Private Networks compatibility
116+
117+
Refer to the [dedicated FAQ](/faq/serverless-functions/#how-do-i-configure-access-to-a-private-network) for more information on Serverless Functions compatibility with Private networks.
118+
115119
## Queue trigger
116120

117121
A queue trigger is a mechanism that connects a function to a queue created with [Scaleway Queues](/messaging/concepts/#queues), and invokes the function automatically whenever a message is added to the queue.

pages/serverless-jobs/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ The maximum duration option allows you to define the maximum execution time befo
5656

5757
Performance metrics for your Serverless resources are natively available: see [monitoring Serverless Jobs](/serverless-jobs/how-to/monitor-job/).
5858

59+
## Private Networks compatibility
60+
61+
Refer to the [dedicated FAQ](/faq/serverless-jobs/#how-can-i-configure-access-to-a-private-network) for more information on Serverless Jobs compatibility with Private networks.
62+
5963
## Schedule (cron)
6064

6165
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.

0 commit comments

Comments
 (0)