Skip to content

Commit 8e8e408

Browse files
authored
fix(nw): add guidance for resource naming (#4014)
1 parent de72854 commit 8e8e408

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
macro: network-resource-naming
3+
---
4+
5+
<Message type="note">
6+
The resource name can only include alphanumerical characters and dashes.
7+
</Message>

macros/vpc/pn-naming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ macro: pn-naming
33
---
44

55
<Message type="note">
6-
Avoid using a **T**op **L**evel **D**omain as your Private Network name, as this can cause addressing conflicts. For example, do not call your Private Network `dev`, `cloud` or `com`. For a complete reference of TLDs to avoid, see the full list provided by [IANA](https://data.iana.org/TLD/tlds-alpha-by-domain.txt). Read more about this issue in our [dedicated documentation](/network/vpc/troubleshooting/pn-name/).
6+
The resource name can only include alphanumeric characters and dashes. Avoid using a **T**op **L**evel **D**omain as your Private Network name, as this can cause addressing conflicts. For example, do not call your Private Network `dev`, `cloud` or `com`. For a complete reference of TLDs to avoid, see the full list provided by [IANA](https://data.iana.org/TLD/tlds-alpha-by-domain.txt). Read more about this issue in our [dedicated documentation](/network/vpc/troubleshooting/pn-name/).
77
</Message>

network/public-gateways/how-to/create-a-public-gateway.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ categories:
2929
- Choose a **Public Gateway Type**, which impacts the pricing and bandwidth of your gateway.
3030
- Choose an **IP**. You can choose to assign one of your existing flexible IPs to your Public Gateway, or create and assign a new public IP.
3131
- Choose a **Name** for your Public Gateway, and, optionally, tags.
32+
<Macro id="network-resource-naming"/>
3233
- Verify the **Estimated Cost** of your Public Gateway, based on the specifications you chose.
3334
4. Click **Create Public Gateway** to finish.
3435

network/public-gateways/quickstart.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ categories:
2929
- Choose a **Public Gateway Type**, which impacts the pricing and bandwidth of your gateway.
3030
- Choose an **IP**. You can choose to assign one of your existing flexible IPs to your Public Gateway, or create and assign a new public IP.
3131
- Choose a **Name** for your Public Gateway, and, optionally, tags.
32+
<Macro id="network-resource-naming"/>
3233
- Verify the **Estimated Cost** of your Public Gateway, based on the specifications you chose.
3334
4. Click **Create Public Gateway** to finish.
3435

network/vpc/how-to/create-vpc.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ If you want to create more VPCs beyond the default ones created for you, you can
5252

5353
4. Enter a **name** for your VPC (or use the wand icon to generate a random name). Optionally, you can also add **tags** to help organize your VPCs. Each tag should be separated by a space.
5454

55+
<Macro id="network-resource-naming"/>
56+
5557
5. Enter a name for the **Private Network** that will be automatically created in this new VPC. Alternatively, click the wand icon to generate a name automatically.
5658

5759
<Message type="note">

0 commit comments

Comments
 (0)