Skip to content

Commit 8466ecd

Browse files
committed
Removed HTML tag
1 parent cb02f05 commit 8466ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Stops the emulator. By default, this command waits until the emulator is fully s
122122
Uninstalls the emulator and optionally removes the full contents of $env:LOCALAPPDATA\CosmosDbEmulator.
123123
The cmdlet ensures the emulator is stopped before uninstalling it.
124124

125-
## <a id="set-partitioncount"></a>Change the number of default containers
125+
## Change the number of default containers
126126

127127
By default, you can create up to 25 fixed size containers (only supported using Azure Cosmos DB SDKs), or 5 unlimited containers using the Azure Cosmos DB Emulator. By modifying the **PartitionCount** value, you can create up to 250 fixed size containers or 50 unlimited containers, or any combination of the two that does not exceed 250 fixed size containers (where one unlimited container = 5 fixed size containers). However it's not recommended to set up the emulator to run with more than 200 fixed size containers. Because of the overhead that it adds to the disk IO operations, which result in unpredictable timeouts when using the endpoint APIs.
128128

0 commit comments

Comments
 (0)