From b7a1541f779c43793374050f7d87dd87bcb9e66f Mon Sep 17 00:00:00 2001
From: sarna
Date: Fri, 12 Dec 2025 18:46:56 -0800
Subject: [PATCH 1/2] Expand NGINXaaS presence in EU
---
.../includes/nginxaas-google/supported-regions.md | 2 +-
content/nginxaas-google/changelog.md | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/content/includes/nginxaas-google/supported-regions.md b/content/includes/nginxaas-google/supported-regions.md
index 0af064989..1b41fac12 100644
--- a/content/includes/nginxaas-google/supported-regions.md
+++ b/content/includes/nginxaas-google/supported-regions.md
@@ -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 >}}
diff --git a/content/nginxaas-google/changelog.md b/content/nginxaas-google/changelog.md
index 941e71143..1162c811e 100644
--- a/content/nginxaas-google/changelog.md
+++ b/content/nginxaas-google/changelog.md
@@ -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**
From 05e47c287507d83564d276aa4abfca2868b0a60a Mon Sep 17 00:00:00 2001
From: sarna
Date: Mon, 15 Dec 2025 11:54:07 -0800
Subject: [PATCH 2/2] Add note around Cloud NAT
This adds a note around leveraging Google Cloud
NAT if customers want to route to an application
on the internet just to try things out.
Explictly leaving out instructions to set it up
here as customers may have various NAT scenarios.
We can definitely expand on this if needed.
---
.../getting-started/create-deployment/deploy-console.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/content/nginxaas-google/getting-started/create-deployment/deploy-console.md b/content/nginxaas-google/getting-started/create-deployment/deploy-console.md
index a5d786aa5..b8dbd6615 100644
--- a/content/nginxaas-google/getting-started/create-deployment/deploy-console.md
+++ b/content/nginxaas-google/getting-started/create-deployment/deploy-console.md
@@ -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" >}})