File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,25 @@ Examples
122
122
123
123
.. include:: /includes/fact-pct-encode-uri.rst
124
124
125
+ - id: atlas
126
+ name: Atlas Deployment
127
+ content: |
128
+
129
+ MongoDB Atlas provides the connection strings for
130
+ your deployment when you click the :atlas:`Connect
131
+ </connect-to-database-deployment/>` button in the Atlas UI.
132
+ To register a new Atlas account, start at the
133
+ :mdbacct:`MongoDB Atlas registration page
134
+ </register?tck=docs_server>`. To learn more, see
135
+ :atlas:`Get Started with Atlas </getting-started/>`.
136
+
137
+ Your Atlas connection string might resemble the following
138
+ example:
139
+
140
+ .. code-block:: bash
141
+
142
+ mongosh "mongodb+srv://cluster0.example.mongodb.net myFirstDatabase" --username JohnDoe
143
+
125
144
For more examples, see :ref:`connections-connection-examples`.
126
145
127
146
Components
You can’t perform that action at this time.
0 commit comments