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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about
23
23
1. Access the [Google Cloud Console](https://console.cloud.google.com/).
24
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
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.
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
28
29
29
{{< call-out "caution" >}}NGINXaaS for Google Cloud currently supports the following regions:
30
30
@@ -61,8 +61,8 @@ Next, create a new NGINXaaS deployment using the NGINXaaS Console:
61
61
- Change the **NCU Capacity** if needed.
62
62
- The default value of `20 NCU` should be adequate for most scenarios.
63
63
- This value must be a multiple of `10`.
64
-
- In the Cloud Details section, enter the Network Attachment ID that [you created earlier](#create-a-network-attachment) or select it in the **Network attachment** list.
65
-
- The Network Attachment ID is formatted like the following example: `projects/my-google-project/regions/us-east1/networkAttachments/my-network-attachment`.
64
+
- In the Cloud Details section, enter the network attachment ID that [you created earlier](#create-a-network-attachment) or select it in the **Network attachment** list.
65
+
- The network attachment ID is formatted like the following example: `projects/my-google-project/regions/us-east1/networkAttachments/my-network-attachment`.
66
66
- In the Apply Configuration section, select an NGINX configuration [you created earlier](#create-or-import-an-nginx-configuration) from the **Choose Configuration** list.
67
67
- Select a **Configuration Version** from the list.
68
68
- Select **Submit** to begin the deployment process.
0 commit comments