Skip to content

Commit f8139af

Browse files
committed
update changelog entry
1 parent 6171589 commit f8139af

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed
Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,17 @@
11
---
2-
title: Workers VPC Private Network Services (Beta)
2+
title: Workers VPC Services (Beta)
33
description: Access private resources in your VPC from Cloudflare Workers
44
date: 2025-09-25T01:00:00Z
55
---
66

7-
We're excited to announce the beta release of **Workers VPC Private Network Services**, enabling Cloudflare Workers to securely access resources in your private networks across AWS, Azure, GCP, and on-premise infrastructure.
7+
We're excited to announce the beta release of **Workers VPC Services**, enabling Cloudflare Workers to securely access resources in your private networks.
88

99
## What's new
1010

11-
- **Private Network Services**: Create secure connections to internal APIs, databases, and services that aren't exposed to the public internet
11+
- **VPC Services**: Create secure connections to internal APIs, databases, and services through Cloudflare Tunnel
1212
- **Service Bindings**: Access private resources using familiar Worker binding syntax
13-
- **Multi-cloud Support**: Connect to resources across major cloud providers with platform-specific setup guides
14-
- **Cloudflare Tunnel Integration**: Leverage existing tunnel infrastructure for secure, outbound-only connections
13+
- **Multi-cloud Support**: Connect to resources across AWS, Azure, GCP, and on-premise infrastructure
1514

1615
## Getting started
1716

18-
1. Set up a Cloudflare Tunnel in your private network
19-
2. Create a Private Network Service using Wrangler
20-
3. Add the service binding to your Worker configuration
21-
4. Access your private resources securely from Workers
22-
23-
[Read the documentation](/workers-vpc/) to learn more and get started.
24-
25-
## Beta limitations
26-
27-
During the beta period:
28-
- Only HTTP/HTTPS protocols are supported (TCP support coming soon)
29-
- Maximum 100 Private Network Services per account
30-
- Maximum 10 service bindings per Worker
31-
- Available on paid Workers plans only
32-
33-
## Feedback
34-
35-
We'd love to hear your feedback on Workers VPC. Please share your experience and feature requests in the [Cloudflare Community](https://community.cloudflare.com/).
17+
Set up a Cloudflare Tunnel, create a VPC Service, add service bindings to your Worker, and access private resources securely. [Read the documentation](/workers-vpc/) to get started.

0 commit comments

Comments
 (0)