You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/faq.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,6 @@ To request new features, create a new request on [User voice](https://feedback.a
71
71
72
72
To fix an issue with your account, file a [support request](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) in the Azure portal.
73
73
74
-
Other questions can be submitted to the team at [[email protected]](mailto:[email protected]); however this isn't a technical support alias.
75
-
76
74
## <aid="try-cosmos-db"></a>Try Azure Cosmos DB subscriptions
77
75
78
76
You can now enjoy a time-limited Azure Cosmos DB experience without a subscription, free of charge and commitments. To sign up for a Try Azure Cosmos DB subscription, go to [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/). This subscription is separate from the [Azure Free Trial](https://azure.microsoft.com/free/), and can be used along with an Azure Free Trial or an Azure paid subscription.
@@ -283,8 +281,6 @@ For the .NET SDK in particular, there are some classes and methods that Azure Co
Copy file name to clipboardExpand all lines: articles/cosmos-db/local-emulator.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,6 @@ By default, you can create up to 25 fixed size containers (only supported using
278
278
If you attempt to create a container after the current partition count has been exceeded, the emulator throws a ServiceUnavailable exception, with the following message.
279
279
280
280
"Sorry, we are currently experiencing high demand in this region, and cannot fulfill your request at this time. We work continuously to bring more and more capacity online, and encourage you to try again.
281
-
Please do not hesitate to email [email protected] at any time or for any reason.
282
281
ActivityId: 12345678-1234-1234-1234-123456789abc"
283
282
284
283
To change the number of containers available in the Azure Cosmos Emulator, run the following steps:
@@ -491,15 +490,15 @@ Use the following tips to help troubleshoot issues you encounter with the Azure
491
490
492
491
- If you installed a new version of the emulator and are experiencing errors, ensure you reset your data. You can reset your data by right-clicking the Azure Cosmos Emulator icon on the system tray, and then clicking Reset Data…. If that does not fix the errors, you can uninstall the emulator and any older versions of the emulator if found, remove "C:\Program files\Azure Cosmos DB Emulator" directory and reinstall the emulator. See [Uninstall the local emulator](#uninstall) for instructions.
493
492
494
-
- If the Azure Cosmos Emulator crashes, collect dump files from '%LOCALAPPDATA%\CrashDumps' folder, compress them, and attach them to an email to [[email protected]](mailto:askcosmosdb@microsoft.com).
493
+
- If the Azure Cosmos Emulator crashes, collect dump files from '%LOCALAPPDATA%\CrashDumps' folder, compress them, and open a support ticket from the [Azure portal](https://portal.azure.com).
495
494
496
495
- If you experience crashes in`Microsoft.Azure.Cosmos.ComputeServiceStartupEntryPoint.exe`, this might be a symptom where the Performance Counters are in a corrupted state. Usually running the following command from an admin command prompt fixes the issue:
497
496
498
497
```cmd
499
498
lodctr /R
500
499
```
501
500
502
-
- If you encounter a connectivity issue, [collect trace files](#trace-files), compress them, and attach them to an email to [[email protected]](mailto:askcosmosdb@microsoft.com).
501
+
- If you encounter a connectivity issue, [collect trace files](#trace-files), compress them, and open a support ticket in the [Azure portal](https://portal.azure.com).
503
502
504
503
- If you receive a **Service Unavailable** message, the emulator might be failing to initialize the network stack. Check to see if you have the Pulse secure client or Juniper networks client installed, as their network filter drivers may cause the problem. Uninstalling third-party network filter drivers typically fixes the issue. Alternatively, start the emulator with /DisableRIO, which will switch the emulator network communication to regular Winsock.
505
504
@@ -514,9 +513,9 @@ To collect debugging traces, run the following commands from an administrative c
Copy file name to clipboardExpand all lines: articles/cosmos-db/performance-testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ The quickest way to get started is to compile and run the .NET sample, as descri
84
84
Press any key to exit...
85
85
86
86
87
-
**Step 4 (if necessary):** The throughput reported (RU/s) from the tool should be the same or higher than the provisioned throughput of the collection or a set of collections. If it's not, increasing the DegreeOfParallelism in small increments might help you reach the limit. If the throughput from your client app plateaus, start multiple instances of the app on additional client machines. If you need help with this step, email [email protected] or file a support ticket from the [Azure portal](https://portal.azure.com).
87
+
**Step 4 (if necessary):** The throughput reported (RU/s) from the tool should be the same or higher than the provisioned throughput of the collection or a set of collections. If it's not, increasing the DegreeOfParallelism in small increments might help you reach the limit. If the throughput from your client app plateaus, start multiple instances of the app on additional client machines. If you need help with this step file a support ticket from the [Azure portal](https://portal.azure.com).
88
88
89
89
After you have the app running, you can try different [indexing policies](index-policy.md) and [consistency levels](consistency-levels.md) to understand their impact on throughput and latency. You can also review the source code and implement similar configurations to your own test suites or production applications.
0 commit comments