Skip to content

Commit e956983

Browse files
authored
Merge pull request #101738 from markjbrown/remove-askcosmosdb
remove askcosmosdb DL
2 parents 8123849 + 2aa1aac commit e956983

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

articles/cosmos-db/faq.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ To request new features, create a new request on [User voice](https://feedback.a
7171

7272
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.
7373

74-
Other questions can be submitted to the team at [[email protected]](mailto:[email protected]); however this isn't a technical support alias.
75-
7674
## <a id="try-cosmos-db"></a>Try Azure Cosmos DB subscriptions
7775

7876
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
283281
| TableServiceExtensions | " " |
284282
| TableServiceQuery | " " |
285283

286-
If any of these differences are a problem for your project, contact [[email protected]](mailto:[email protected]) and let us know.
287-
288284
### How do I provide feedback about the SDK or bugs?
289285

290286
You can share your feedback in any of the following ways:

articles/cosmos-db/local-emulator.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ By default, you can create up to 25 fixed size containers (only supported using
278278
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.
279279
280280
"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.
282281
ActivityId: 12345678-1234-1234-1234-123456789abc"
283282
284283
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
491490
492491
- 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.
493492
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).
495494
496495
- 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:
497496
498497
```cmd
499498
lodctr /R
500499
```
501500
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).
503502
504503
- 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.
505504
@@ -514,9 +513,9 @@ To collect debugging traces, run the following commands from an administrative c
514513
3. `Microsoft.Azure.Cosmos.Emulator.exe /startwprtraces`
515514
4. `Microsoft.Azure.Cosmos.Emulator.exe`
516515
5. Reproduce the problem. If Data Explorer is not working, you only need to wait for the browser to open for a few seconds to catch the error.
517-
5. `Microsoft.Azure.Cosmos.Emulator.exe /stopwprtraces`
518-
6. Navigate to `%ProgramFiles%\Azure Cosmos DB Emulator` and find the docdbemulator_000001.etl file.
519-
7. Send the .etl file along with repro steps to [[email protected]](mailto:askcosmosdb@microsoft.com) for debugging.
516+
6. `Microsoft.Azure.Cosmos.Emulator.exe /stopwprtraces`
517+
7. Navigate to `%ProgramFiles%\Azure Cosmos DB Emulator` and find the docdbemulator_000001.etl file.
518+
8. Open a support ticket in the [Azure portal](https://portal.azure.com) and include the .etl file along with repro steps.
520519
521520
### <a id="uninstall"></a>Uninstall the local emulator
522521

articles/cosmos-db/performance-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The quickest way to get started is to compile and run the .NET sample, as descri
8484
Press any key to exit...
8585

8686

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).
8888

8989
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.
9090

0 commit comments

Comments
 (0)