Skip to content

Commit 60ea94c

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into 2-speech-service-articles
2 parents f29d337 + f830965 commit 60ea94c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

articles/azure-monitor/app/asp-net-trace-logs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,13 @@ You can, for example:
178178
179179
## Troubleshooting
180180
### How do I do this for Java?
181-
Use the [Java log adapters](../../azure-monitor/app/java-trace-logs.md).
181+
In Java codeless instrumentation (recommended) the logs are collected out of the box, use [Java 3.0 agent](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent).
182+
183+
If you are using the Java SDK, use the [Java log adapters](../../azure-monitor/app/java-trace-logs.md).
182184

183185
### There's no Application Insights option on the project context menu
184186
* Make sure that Developer Analytics Tools is installed on the development machine. At Visual Studio **Tools** > **Extensions and Updates**, look for **Developer Analytics Tools**. If it isn't on the **Installed** tab, open the **Online** tab and install it.
185-
* This might be a project type that Devloper Analytics Tools doesn't support. Use [manual installation](#manual-installation).
187+
* This might be a project type that Developer Analytics Tools doesn't support. Use [manual installation](#manual-installation).
186188

187189
### There's no log adapter option in the configuration tool
188190
* Install the logging framework first.

articles/cognitive-services/QnAMaker/qna-maker-encryption-of-data-at-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ The QnA Maker service uses CMK from the Azure Search service. Follow these steps
5050

5151
Customer-managed keys are available in all Azure Search regions.
5252

53+
## Encryption of data in transit
54+
55+
QnA Maker portal runs in the user's browser. Every action trigger a direct call to the respective cognitive service API. Hence, QnA Maker is compliant for data in transit.
56+
However, as the QnA Maker portal service is hosted in West-US, it is still not ideal for non-US customers.
57+
5358
## Next steps
5459

5560
* [Encryption in Azure Search using CMKs in Azure Key Vault](https://docs.microsoft.com/azure/search/search-security-manage-encryption-keys)

0 commit comments

Comments
 (0)