Skip to content

Commit 0e94a6a

Browse files
docs(srv): add ref content on VPC x F/CaaS MTA-6319 (#5339)
* docs(srv): add ref content on VPC x F/CaaS MTA-6319 * Update pages/serverless-functions/how-to/use-private-networks.mdx
1 parent e29613f commit 0e94a6a

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

pages/serverless-containers/how-to/use-private-networks.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,8 @@ Your container is redeployed and is now detached from the Private Network.
8787
Before deleting a Private Network, you must [detach](/vpc/how-to/attach-resources-to-pn/#how-to-detach-a-resource-from-a-private-network) all resources attached to it.
8888
</Message>
8989

90-
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).
90+
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).
91+
92+
## Private Networks and containers limitations
93+
94+
For more information on limitations when using Private Networks with Serverless Containers, refer to the [dedicated documentation](/serverless-containers/reference-content/containers-limitations/#private-networks-and-virtual-private-cloud-vpc).

pages/serverless-containers/reference-content/containers-limitations.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ Do not have your containers listen on these ports, as they are used by our servi
8888

8989
Scaleway Serverless Containers support [Virtual Private Cloud (VPC)](/vpc/) and can be attached to a Private Network, which allows you to securely connect your resources in an isolated environment. Refer to the [dedicated documentation](/serverless-containers/how-to/use-private-networks/) for more information.
9090

91+
### Usage
92+
93+
- Containers in the same namespace can be attached to different Private Networks.
94+
95+
- Attaching Serverless Containers to Private Networks does not entail additional cost.
96+
9197
### Limitations
9298

9399
- VPC works with Namespaces that have **VPC support enabled**. VPC support can only be enabled at [namespace creation](/serverless-containers/how-to/create-manage-delete-containers-namespace/#creating-a-serverless-containers-namespace), and cannot be updated afterward.

pages/serverless-functions/how-to/use-private-networks.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,8 @@ Your function is redeployed and is now detached from the Private Network.
8787
Before deleting a Private Network, you must [detach](/vpc/how-to/attach-resources-to-pn/#how-to-detach-a-resource-from-a-private-network) all resources attached to it.
8888
</Message>
8989

90-
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).
90+
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).
91+
92+
## Private Networks and functions limitations
93+
94+
For more information on limitations when using Private Networks with Serverless Functions, refer to the [dedicated documentation](/serverless-functions/reference-content/functions-limitations/#private-networks-and-virtual-private-cloud-vpc).

pages/serverless-functions/reference-content/functions-limitations.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ Due to potential abuse (spam), no outbound traffic is allowed through following
6666

6767
## Private Networks and Virtual Private Cloud (VPC)
6868

69+
### Usage
70+
71+
- Functions in the same namespace can be attached to different Private Networks.
72+
73+
- Attaching Serverless Functions to Private Networks does not entail additional cost.
74+
6975
### Compatibility
7076

7177
Scaleway Serverless Functions support [Virtual Private Cloud (VPC)](/vpc/) and can be attached to a Private Network, which allows you to securely connect your resources in an isolated environment. Refer to the [dedicated documentation](/serverless-functions/how-to/use-private-networks/) for more information.

0 commit comments

Comments
 (0)