File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,12 @@ The Azure Cosmos DB emulator provides a local environment that emulates the Azur
20
20
## Manage the emulator with command-line syntax
21
21
22
22
``` 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
+ [/?]
24
29
```
25
30
26
31
To view the list of parameters, type ` Microsoft.Azure.Cosmos.Emulator.exe /? ` at the command prompt.
You can’t perform that action at this time.
0 commit comments