Skip to content

Commit bfe7cf2

Browse files
committed
feat(srv): update
1 parent dc66149 commit bfe7cf2

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4553,6 +4553,10 @@
45534553
"label": "Secure a function",
45544554
"slug": "secure-a-function"
45554555
},
4556+
{
4557+
"label": "Use Private Networks",
4558+
"slug": "use-private-networks"
4559+
},
45564560
{
45574561
"label": "Monitor function logs and metrics",
45584562
"slug": "monitor-function"

pages/serverless-functions/faq.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,11 @@ See the [functions runtimes documentation](/serverless-functions/reference-conte
243243

244244
### How can I configure access to a Private Network or Virtual Private Cloud (VPC)?
245245

246-
Scaleway Serverless Functions does not currently support Scaleway VPC or Private Networks, though this feature is under development.
247-
248-
To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Note that Serverless resources do not have dedicated or predictable IP addresses.
246+
Scaleway Serverless Functions support [Virtual Private Cloud (VPC)](/vpc/) and can be attached to a Private network. Refer to the [dedicated documentation](/serverless-functions/how-to/use-private-networks/) for more information.
249247

250248
### Can I allow to list the IPs of my functions?
251249

252-
Serverless Functions does not yet support Private Networks. However, you can use the Scaleway IP ranges defined at [https://www.scaleway.com/en/peering/](https://www.scaleway.com/en/peering/) on Managed Databases and other products that allow IP filtering.
250+
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.
253251

254252
### Can I use Serverless Functions with Edge Services?
255253

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,19 @@ Due to potential abuse (spam), no outbound traffic is allowed through following
6767

6868
**Not available:** Serverless products are designed to abstract away infrastructure management, to be easily scalable, and to be cost-efficient and simple. So dedicated IPs are not supported for this product.
6969

70-
## Private Network and Virtual Private Cloud (VPC) compatibility
70+
## Private Networks and Virtual Private Cloud (VPC)
7171

72-
Refer to the [dedicated FAQ](/serverless-functions/faq/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Functions compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).
72+
### Compatibility
73+
74+
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.
75+
76+
### Limitations
77+
78+
- VPC is only compatible with functions using [sandbox](/serverless-functions/reference-content/functions-sandbox/) V1 for the moment.
79+
80+
- VPC works with Namespaces that have **VPC support enabled**. VPC support can only be enabled at [namespace creation](/serverless-functions/how-to/create-manage-delete-functions-namespace/#creating-a-serverless-functions-namespace), and cannot be updated afterward.
81+
82+
- Only one Private Network can be attached to a function.
7383

7484
## Versioning and rollback
7585

0 commit comments

Comments
 (0)