Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/includes/nginxaas-google/supported-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ NGINXaaS for Google Cloud is supported in the following regions per geography:
|NGINXaaS Geography | Google Cloud Regions |
|-----------|---------|
| US | us-east1, us-east4, us-west1, us-west2, us-west3, us-west4, us-central1 |
| EU | europe-west1, europe-west2 |
| EU | europe-west1, europe-west2, europe-west4, europe-north1 |
{{< /table >}}
14 changes: 14 additions & 0 deletions content/nginxaas-google/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ Learn about the latest updates, new features, and resolved bugs in F5 NGINXaaS f

To see a list of currently active issues, visit the [Known issues]({{< ref "/nginxaas-google/known-issues.md" >}}) page.

## December 15, 2025

- {{% icon-feature %}} **NGINXaaS for Google is now generally available in more regions**

NGINXaaS for Google is now available in the following additional regions per geography:

{{< table "table" >}}
|NGINXaaS Geography | Google Cloud Regions |
|-----------|---------|
| EU | europe-west4, europe-north1 |
{{< /table >}}

See the [Supported Regions]({{< ref "/nginxaas-google/overview.md#supported-regions" >}}) documentation for the full list of regions where NGINXaaS for Google is available.

## December 10, 2025

- {{% icon-feature %}} **NGINXaaS for Google is now generally available in more regions**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,14 @@ Each listening port configured on NGINX requires its own PSC network endpoint gr

1. To test your deployment, go to the IP address created in [Set up connectivity to your deployment]({{< ref "/nginxaas-google/getting-started/create-deployment/deploy-console.md#set-up-connectivity-to-your-deployment" >}}) using your favorite web browser.

{{< call-out "note" >}}

The deployment is privately deployed in your subnet. If you want to route traffic to an application over the public internet, consider setting up [Cloud NAT](https://docs.cloud.google.com/nat/docs/overview).

{{< /call-out >}}



## What's next

[Manage your NGINXaaS users]({{< ref "/nginxaas-google/getting-started/manage-users-organizations.md" >}})