Skip to content

Commit bcbd633

Browse files
committed
naas: Add format of network attachment
This makes it easier for the user to know what it looks like when we are asking them to save it for use later on in the deployment.
1 parent ecbc5b3 commit bcbd633

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/nginxaas-google/getting-started/create-deployment/deploy-console.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about
3030
1. Create a network attachment in your new subnet. See [Google's documentation on creating a network attachment](https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments) for a step-by-step guide.
3131
- For **production use cases**, we recommend setting the **Connection preference** on the Network Attachment resource to **Accept connections from selected projects**. This lets you manually approve trusted connections, as this setting cannot be changed later. To start, you can leave the list of accepted projects empty and add the NGINXaaS deployment project after it is created.
3232
- For **development use cases**, you can set the **Connection preference** to **Automatically accept connections from all projects**, which allows connections without manual approval. If you choose this option, you don't need to explicitly allow the NGINXaaS deployment project.
33-
1. Make a note of the network attachment ID. You will need it in the next steps to create your NGINXaaS deployment.
33+
1. Make a note of the network attachment ID as it will be needed in the next steps to create your NGINXaaS deployment. You can find the network attachment ID in the Google Cloud Console by following the steps below:
34+
1. Go to Network Attachments at the following link: https://console.cloud.google.com/net-services/psc/list/networkAttachments?project=my-google-project (replace `my-google-project` in the URL with your project name).
35+
1. Open the desired network attachment and copy the value from the `Network Attachment` field. **Example format:** `projects/my-google-project/regions/us-east1/networkAttachments/my-network-attachment`.
3436

3537
## Access the NGINXaaS Console
3638

0 commit comments

Comments
 (0)