diff --git a/changelog/july2025/2025-07-21-functions-added-serverless-functions-and-vpc.mdx b/changelog/july2025/2025-07-21-functions-added-serverless-functions-and-vpc.mdx new file mode 100644 index 0000000000..94879265c0 --- /dev/null +++ b/changelog/july2025/2025-07-21-functions-added-serverless-functions-and-vpc.mdx @@ -0,0 +1,12 @@ +--- +title: Serverless Functions and VPC +status: added +date: 2025-07-21 +category: serverless +product: functions +--- + +You can now connect your Serverless Functions to a Private Network, allowing secure access between Serverless and resources inside the same Private Network, such as Managed Databases, Instances, and more. + +[Read more](/serverless-functions/how-to/use-private-networks/) about attaching a Private Network to a Serverless Function. +