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: pages/managed-mongodb-databases/how-to/connect-database-private-network.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You can [create new Database Instances](/managed-mongodb-databases/how-to/create
34
34
</Message>
35
35
36
36
1. Click **MongoDB®** under **Managed Databases** on the side menu. A list of your Database Instances displays.
37
-
2. Click the database name or <Iconname="more" /> >**More info** to access the Database Instance information page.
37
+
2. Click the database name or <Iconname="more" />, then click**More info** to access the Database Instance information page.
38
38
3. Scroll to the **Network** section.
39
39
4. Click **Attach Private Network** next to **Private endpoint**. A pop-up appears.
40
40
5. Choose one or both of the options below:
@@ -44,7 +44,7 @@ You can [create new Database Instances](/managed-mongodb-databases/how-to/create
44
44
</Message>
45
45
- Create and attach a new Private Network and enter the name of the network in the form.
46
46
<Messagetype="important">
47
-
If you select this option, a Private Network with default settings will be created in the same region as your Database Instance. Do not use a TLD (e.g. dev, cloud) as a name, to avoid conflicts.
47
+
If you select this option, a Private Network with default settings will be created in the same region as your Database Instance. Do not use a TLD (e.g. `dev` or `cloud`) as a name, to avoid conflicts.
48
48
</Message>
49
49
6. Click **Attach to Private Network** to conclude.
50
50
@@ -59,7 +59,7 @@ Once you have attached your Database Instance to a Private Network, you can [con
59
59
## How to detach a Database Instance from a Private Network
60
60
61
61
1. Click **MongoDB®** under **Managed Databases** on the side menu. A list of your Database Instances displays.
62
-
2. Click the database name or <Iconname="more" /> >**More info** to access the Database Instance information page.
62
+
2. Click the database name or <Iconname="more" />, then click**More info** to access the Database Instance information page.
63
63
3. Scroll to the **Network** section.
64
64
4. Click **Detach Private Network**. A pop-up appears.
Copy file name to clipboardExpand all lines: pages/managed-mongodb-databases/how-to/create-a-database-instance.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Document databases enable users to store and retrieve data in a document format,
50
50
</Message>
51
51
- Create and attach a new Private Network and enter the name of the network in the form.
52
52
<Messagetype="important">
53
-
If you select this option, a Private Network with default settings will be created in the same region as your Database Instance. Do not use a TLD (e.g. dev, cloud) as a name, to avoid conflicts.
53
+
If you select this option, a Private Network with default settings will be created in the same region as your Database Instance. Do not use a TLD (e.g. `dev` or `cloud`) as a name, to avoid conflicts.
54
54
</Message>
55
55
-**Set up public connectivity**: resources in a public network are publicly visible by default. The default Access Control List (ACL) settings allow anybody to connect to resources in your network. You can restrict access by configuring ACLs.
56
56
5. Complete the remaining steps in the creation wizard:
@@ -59,7 +59,7 @@ Document databases enable users to store and retrieve data in a document format,
59
59
Your username must adhere to specific criteria.
60
60
- Length must be between 1 and 63 characters
61
61
- First character must be an alphabetic character (**a-Za-Z**)
0 commit comments