Skip to content

Commit f1dcbd6

Browse files
authored
Reformatted PS script
1 parent faf8a2c commit f1dcbd6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/cosmos-db/emulator-command-line-parameters.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ The Azure Cosmos DB emulator provides a local environment that emulates the Azur
2020
## Manage the emulator with command-line syntax
2121

2222
```powershell
23-
Microsoft.Azure.Cosmos.Emulator.exe [/Shutdown] [/DataPath] [/Port] [/MongoPort] [/DirectPorts] [/Key] [/EnableRateLimiting] [/DisableRateLimiting] [/NoUI] [/NoExplorer] [/EnableMongoDbEndpoint] [/?]
23+
Microsoft.Azure.Cosmos.Emulator.exe
24+
[/Shutdown] [/DataPath] [/Port] [/MongoPort]
25+
[/DirectPorts] [/Key] [/EnableRateLimiting]
26+
[/DisableRateLimiting] [/NoUI] [/NoExplorer]
27+
[/EnableMongoDbEndpoint]
28+
[/?]
2429
```
2530

2631
To view the list of parameters, type `Microsoft.Azure.Cosmos.Emulator.exe /?` at the command prompt.

0 commit comments

Comments
 (0)