From 3d109a63c2a57acb98817d0d6a50136f3ffb5ada Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Mon, 28 Jul 2025 11:35:57 +0200 Subject: [PATCH 1/2] docs(srv): add ref content on VPC x F/CaaS MTA-6319 --- pages/serverless-containers/how-to/use-private-networks.mdx | 6 +++++- .../reference-content/containers-limitations.mdx | 6 ++++++ pages/serverless-functions/how-to/use-private-networks.mdx | 6 +++++- .../reference-content/functions-limitations.mdx | 6 ++++++ 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/pages/serverless-containers/how-to/use-private-networks.mdx b/pages/serverless-containers/how-to/use-private-networks.mdx index a0a3b35c60..380f73b3b0 100644 --- a/pages/serverless-containers/how-to/use-private-networks.mdx +++ b/pages/serverless-containers/how-to/use-private-networks.mdx @@ -87,4 +87,8 @@ Your container is redeployed and is now detached from the Private Network. 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. -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/). \ No newline at end of file +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/). + +## Private Networks and containers limitations + +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). \ No newline at end of file diff --git a/pages/serverless-containers/reference-content/containers-limitations.mdx b/pages/serverless-containers/reference-content/containers-limitations.mdx index 66e98d3c51..3981c8c547 100644 --- a/pages/serverless-containers/reference-content/containers-limitations.mdx +++ b/pages/serverless-containers/reference-content/containers-limitations.mdx @@ -88,6 +88,12 @@ Do not have your containers listen on these ports, as they are used by our servi 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. +### Usage + +- Containers in the same namespace can be attached to different Private Networks. + +- Attaching Serverless Containers to Private Networks does not entail additional cost. + ### Limitations - 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. diff --git a/pages/serverless-functions/how-to/use-private-networks.mdx b/pages/serverless-functions/how-to/use-private-networks.mdx index 771346ae19..d1f8941349 100644 --- a/pages/serverless-functions/how-to/use-private-networks.mdx +++ b/pages/serverless-functions/how-to/use-private-networks.mdx @@ -87,4 +87,8 @@ Your function is redeployed and is now detached from the Private Network. 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. -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/). \ No newline at end of file +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/). + +## Private Networks and functions limitations + +For more information on limitations when using Private Networks with Serverless Functions, refer to the [dedicated documentation](/serverless-containers/reference-content/functions-limitations/#private-networks-and-virtual-private-cloud-vpc). \ No newline at end of file diff --git a/pages/serverless-functions/reference-content/functions-limitations.mdx b/pages/serverless-functions/reference-content/functions-limitations.mdx index d4a4e503ab..51473464a4 100644 --- a/pages/serverless-functions/reference-content/functions-limitations.mdx +++ b/pages/serverless-functions/reference-content/functions-limitations.mdx @@ -66,6 +66,12 @@ Due to potential abuse (spam), no outbound traffic is allowed through following ## Private Networks and Virtual Private Cloud (VPC) +### Usage + +- Functions in the same namespace can be attached to different Private Networks. + +- Attaching Serverless Functions to Private Networks does not entail additional cost. + ### Compatibility 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. From 8000ca1e6751d891ebb4ac1d444d5fba97798104 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 29 Jul 2025 16:10:42 +0200 Subject: [PATCH 2/2] Update pages/serverless-functions/how-to/use-private-networks.mdx --- pages/serverless-functions/how-to/use-private-networks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/serverless-functions/how-to/use-private-networks.mdx b/pages/serverless-functions/how-to/use-private-networks.mdx index d1f8941349..7e20dac168 100644 --- a/pages/serverless-functions/how-to/use-private-networks.mdx +++ b/pages/serverless-functions/how-to/use-private-networks.mdx @@ -91,4 +91,4 @@ This must be carried out from the VPC section of the console. Follow the procedu ## Private Networks and functions limitations -For more information on limitations when using Private Networks with Serverless Functions, refer to the [dedicated documentation](/serverless-containers/reference-content/functions-limitations/#private-networks-and-virtual-private-cloud-vpc). \ No newline at end of file +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). \ No newline at end of file