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** 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" >}})