Skip to content

Commit 9306303

Browse files
Merge pull request #37 from mongodb-developer/feature/add-caution-message
adding caution message when using corporate accounts with Atlas
2 parents e2b4933 + 8ff81d5 commit 9306303

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.cache-loader
1010

1111
# Misc
12+
.idea
1213
.DS_Store
1314
.env.local
1415
.env.development.local

docs/20-mongodb-atlas/2-create-account.mdx

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To use MongoDB Atlas, start by creating an account.
77

88
<details>
99
<summary>🦸‍♀️ If you already have an Atlas account, you can use it by creating a new project</summary>
10-
10+
1111
First, log into <Link to="https://account.mongodb.com/">MongoDB Atlas</Link> using your existing credentials.
1212

1313
<Screenshot url="https://account.mongodb.com" src={"img/screenshots/20-mongodb-atlas/2-create-account/3-login.png"} alt="Login form" />
@@ -29,13 +29,16 @@ To use MongoDB Atlas, start by creating an account.
2929

3030
## Sign up for MongoDB Atlas
3131

32-
Go to the <Link to="http://mongodb.com/try">MongoDB website</Link> and create your account.
33-
3432
:::tip
3533
Creating a MongoDB Atlas account is free and does not require a credit card.
3634
:::
3735

38-
You will be greeted by a form similar to the one below.
36+
:::caution
37+
Some corporate email accounts have restrictions on their use with Atlas. Consider using your personal account instead.
38+
:::
39+
40+
41+
Go to the <Link to="http://mongodb.com/try">MongoDB website</Link> and create your account. You will be greeted by a form similar to the one below.
3942

4043
<Screenshot url="https://cloud.mongodb.com" src={"img/screenshots/20-mongodb-atlas/2-create-account/1-form.png"} alt="Account creation form" />
4144

0 commit comments

Comments
 (0)