Skip to content

Commit a8ee351

Browse files
committed
Updating lowercase recommendations
1 parent 21c6ba7 commit a8ee351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb/vcore/how-to-connect-mongo-shell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Once you have the connection string, you can either
4444

4545
**A. By entering the password in the MongoShell Prompt**
4646

47-
![Screenshot that shows the prompt for a password for MongoShell.](./media/connect-using-mongo-shell/password-shell-prompt.PNG)
47+
![Screenshot that shows the prompt for a password for MongoShell.](./media/connect-using-mongo-shell/password-shell-prompt.png)
4848

4949
Your connection string would look like this:
5050
```
@@ -70,7 +70,7 @@ Here's an example of how the command looks like:
7070
```
7171
mongosh "mongodb+srv://mongodbvcoretesting.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000" --username "testuser" -password "******"
7272
```
73-
![Screenshot that shows a password as a part of a connection string.](./media/connect-using-mongo-shell/connection-string-with-password.PNG)
73+
![Screenshot that shows a password as a part of a connection string.](./media/connect-using-mongo-shell/connection-string-with-password.png)
7474

7575
## Next step
7676

0 commit comments

Comments
 (0)