Skip to content

Commit da71f15

Browse files
fix(bil): review neda
Co-authored-by: Néda <[email protected]>
1 parent 9153579 commit da71f15

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pages/managed-mongodb-databases/how-to/connect-database-private-network.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can [create new Database Instances](/managed-mongodb-databases/how-to/create
3434
</Message>
3535

3636
1. Click **MongoDB®** under **Managed Databases** on the side menu. A list of your Database Instances displays.
37-
2. Click the database name or <Icon name="more" /> > **More info** to access the Database Instance information page.
37+
2. Click the database name or <Icon name="more" />, then click **More info** to access the Database Instance information page.
3838
3. Scroll to the **Network** section.
3939
4. Click **Attach Private Network** next to **Private endpoint**. A pop-up appears.
4040
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
4444
</Message>
4545
- Create and attach a new Private Network and enter the name of the network in the form.
4646
<Message type="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.
4848
</Message>
4949
6. Click **Attach to Private Network** to conclude.
5050

@@ -59,7 +59,7 @@ Once you have attached your Database Instance to a Private Network, you can [con
5959
## How to detach a Database Instance from a Private Network
6060

6161
1. Click **MongoDB®** under **Managed Databases** on the side menu. A list of your Database Instances displays.
62-
2. Click the database name or <Icon name="more" /> > **More info** to access the Database Instance information page.
62+
2. Click the database name or <Icon name="more" />, then click **More info** to access the Database Instance information page.
6363
3. Scroll to the **Network** section.
6464
4. Click **Detach Private Network**. A pop-up appears.
6565
5. Click **Detach resource** to confirm.

pages/managed-mongodb-databases/how-to/create-a-database-instance.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Document databases enable users to store and retrieve data in a document format,
5050
</Message>
5151
- Create and attach a new Private Network and enter the name of the network in the form.
5252
<Message type="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.
5454
</Message>
5555
- **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.
5656
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,
5959
Your username must adhere to specific criteria.
6060
- Length must be between 1 and 63 characters
6161
- First character must be an alphabetic character (**a-Za-Z**)
62-
- It can not start with **_rdb**
62+
- It cannot start with **_rdb**
6363
- Only **a-zA-Z0-9_$-** characters are accepted
6464
</Message>
6565
- Enter a name for your Database Instance.

0 commit comments

Comments
 (0)