You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginxaas-google/getting-started/create-deployment/deploy-console.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,9 @@ Before you can deploy NGINXaaS, follow the steps in the [Prerequisites]({{< ref
18
18
19
19
### Create a network attachment
20
20
21
-
NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to connect your consumer Virtual Private Cloud (VPC) network and your NGINXaaS deployment's VPC network.
21
+
NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to connect your consumer Virtual Private Cloud (VPC) network and your NGINXaaS deployment's VPC network. The network attachment must be created in a region we support.
22
22
23
-
1. Access the [Google Cloud Console](https://console.cloud.google.com/).
24
-
1. Create a consumer VPC network and subnetwork. See [Google's documentation on creating a VPC and subnet](https://cloud.google.com/vpc/docs/create-modify-vpc-networks#console_1) for a step-by-step guide.
25
-
- The region you choose in this step must match the region where your NGINXaaS deployment will be created.
26
-
1. Create a network attachment in your new subnet that automatically accepts connections. See [Google's documentation on creating a network attachment](https://cloud.google.com/vpc/docs/create-manage-network-attachments#console_1) for a step-by-step guide.
27
-
1. Make a note of the network attachment ID. You will need it in the next steps to create your NGINXaaS deployment.
28
-
29
-
{{< call-out "caution" >}}NGINXaaS for Google Cloud currently supports the following regions:
23
+
{{< call-out "caution" >}}NGINXaaS for Google Cloud currently supports the following regions:
30
24
31
25
{{< table "table" >}}
32
26
|NGINXaaS Geography | Google Cloud Regions |
@@ -37,6 +31,12 @@ NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about
37
31
38
32
{{< /call-out >}}
39
33
34
+
1. Access the [Google Cloud Console](https://console.cloud.google.com/).
35
+
1. Create a consumer VPC network and subnetwork. See [Google's documentation on creating a VPC and subnet](https://cloud.google.com/vpc/docs/create-modify-vpc-networks#console_1) for a step-by-step guide.
36
+
- The region you choose in this step must match the region where your NGINXaaS deployment will be created.
37
+
1. Create a network attachment in your new subnet that automatically accepts connections. See [Google's documentation on creating a network attachment](https://cloud.google.com/vpc/docs/create-manage-network-attachments#console_1) for a step-by-step guide.
38
+
1. Make a note of the network attachment ID. You will need it in the next steps to create your NGINXaaS deployment.
39
+
40
40
## Access the NGINXaaS Console
41
41
42
42
Once you have completed the subscription process and created a network attachment, you can access the NGINXaaS Console.
0 commit comments