Skip to content

Commit 71ba6bd

Browse files
authored
Merge pull request #98446 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 1daa13b + c9cdbd0 commit 71ba6bd

File tree

10 files changed

+31
-24
lines changed

10 files changed

+31
-24
lines changed

articles/application-gateway/application-gateway-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ No. Instances are distributed across upgrade domains and fault domains.
123123

124124
### Does Application Gateway support connection draining?
125125

126-
Yes. You can set up connection draining to change members within a backend pool without disruption. This setup allows you to continue to send existing connections to their previous destination until either that connection closes or a configurable timeout expires. Connection draining waits for only current in-flight connections to finish. Application Gateway isn't aware of the application session state.
126+
Yes. You can set up connection draining to change members within a backend pool without disruption. For more information, see [connection draining section of Application Gateway](overview.md#connection-draining).
127127

128128
### Can I change instance size from medium to large without disruption?
129129

articles/application-gateway/configuration-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ This feature is useful when you want to keep a user session on the same server.
252252

253253
### Connection draining
254254

255-
Connection draining helps you gracefully remove back-end pool members during planned service updates. You can apply this setting to all members of a back-end pool during rule creation. It ensures that all de-registering instances of a back-end pool don't receive any new requests. Meanwhile, existing requests are allowed to complete within a configured time limit. Connection draining applies to back-end instances that are explicitly removed from the back-end pool.
255+
Connection draining helps you gracefully remove back-end pool members during planned service updates. You can apply this setting to all members of a back-end pool during rule creation. It ensures that all deregistering instances of a back-end pool continue to maintain existing connections and serve on-going requests for a configurable timeout and don't receive any new requests or connections. The only exception to this are requests bound for deregistring instances because of gateway-managed session affinity and will continue to be proxied to the deregistring instances. Connection draining applies to back-end instances that are explicitly removed from the back-end pool.
256256

257257
### Protocol
258258

articles/application-gateway/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For more information, see [WebSocket support](https://docs.microsoft.com/azure/a
108108

109109
## Connection draining
110110

111-
Connection draining helps you achieve graceful removal of backend pool members during planned service updates. This setting is enabled via the backend http setting and can be applied to all members of a backend pool during rule creation. Once enabled, Application Gateway ensures all de-registering instances of a backend pool do not receive any new request while allowing existing requests to complete within a configured time limit. This applies to both backend instances that are explicitly removed from the backend pool by an API call, and backend instances that are reported as unhealthy as determined by the health probes.
111+
Connection draining helps you achieve graceful removal of backend pool members during planned service updates. This setting is enabled via the backend http setting and can be applied to all members of a backend pool during rule creation. Once enabled, Application Gateway ensures all deregistering instances of a backend pool do not receive any new request while allowing existing requests to complete within a configured time limit. This applies to both backend instances that are explicitly removed from the backend pool by a user configuration change, and backend instances that are reported as unhealthy as determined by the health probes. The only exception to this are requests bound for deregistering instances, which have been deregistered explicitly, because of gateway-managed session affinity and will continued to be proxied to the deregistering instances.
112112

113113
For more information, see the Connection Draining section of [Application Gateway Configuration Overview](https://docs.microsoft.com/azure/application-gateway/configuration-overview#connection-draining).
114114

articles/cognitive-services/Speech-Service/overview.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
---
2-
title: What are the Speech Services?
2+
title: What is the Speech service?
33
titleSuffix: Azure Cognitive Services
4-
description: The Speech Services are the unification of speech-to-text, text-to-speech, and speech translation into a single Azure subscription. Add speech to your applications, tools, and devices with the Speech SDK, Speech Devices SDK, or REST APIs.
4+
description: The Speech service is the unification of speech-to-text, text-to-speech, and speech translation into a single Azure subscription. Add speech to your applications, tools, and devices with the Speech SDK, Speech Devices SDK, or REST APIs.
55
services: cognitive-services
66
author: erhopf
77
manager: nitinme
8-
98
ms.service: cognitive-services
109
ms.subservice: speech-service
1110
ms.topic: overview
1211
ms.date: 11/05/2019
1312
ms.author: erhopf
1413
---
1514

16-
# What are the Speech Services?
15+
# What is the Speech service?
1716

18-
The Speech Services are the unification of speech-to-text, text-to-speech, and speech-translation into a single Azure subscription. It's easy to speech enable your applications, tools, and devices with the [Speech SDK](speech-sdk-reference.md), [Speech Devices SDK](https://aka.ms/sdsdk-quickstart), or [REST APIs](rest-apis.md).
17+
The Speech service are the unification of speech-to-text, text-to-speech, and speech-translation into a single Azure subscription. It's easy to speech enable your applications, tools, and devices with the [Speech SDK](speech-sdk-reference.md), [Speech Devices SDK](https://aka.ms/sdsdk-quickstart), or [REST APIs](rest-apis.md).
1918

2019
> [!IMPORTANT]
21-
> Speech Services have replaced Bing Speech API, Translator Speech, and Custom Speech. See _How-to guides > Migration_ for migration instructions.
20+
> The Speech service has replaced Bing Speech API, Translator Speech, and Custom Speech. See _How-to guides > Migration_ for migration instructions.
2221
23-
These features make up the Azure Speech Services. Use the links in this table to learn more about common use cases for each feature or browse the API reference.
22+
These features make up the Speech service. Use the links in this table to learn more about common use cases for each feature or browse the API reference.
2423

2524
| Service | Feature | Description | SDK | REST |
2625
| ------- | ------- | ----------- | --- | ---- |
@@ -31,11 +30,11 @@ These features make up the Azure Speech Services. Use the links in this table to
3130
| [Text-to-Speech](text-to-speech.md) | Text-to-speech | Text-to-speech converts input text into human-like synthesized speech using [Speech Synthesis Markup Language (SSML)](text-to-speech.md#speech-synthesis-markup-language-ssml). Choose from standard voices and neural voices (see [Language support](language-support.md)). | [Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) | [Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis) |
3231
| | [Create Custom Voices](#customize-your-speech-experience) | Create custom voice fonts unique to your brand or product. | No | [Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis) |
3332
| [Speech Translation](speech-translation.md) | Speech translation | Speech translation enables real-time, multi-language translation of speech to your applications, tools, and devices. Use this service for speech-to-speech and speech-to-text translation. | [Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) | No |
34-
| [Voice assistants](voice-assistants.md) | Voice assistants | Voice assistants using Azure Speech Services empower developers to create natural, human-like conversational interfaces for their applications and experiences. The voice assistant service provides fast, reliable interaction between a device and an assistant implementation that uses the Bot Framework's Direct Line Speech channel or the integrated Custom Commands (Preview) service for task completion. | [Yes](voice-assistants.md) | No |
33+
| [Voice assistants](voice-assistants.md) | Voice assistants | Voice assistants using the Speech service empower developers to create natural, human-like conversational interfaces for their applications and experiences. The voice assistant service provides fast, reliable interaction between a device and an assistant implementation that uses the Bot Framework's Direct Line Speech channel or the integrated Custom Commands (Preview) service for task completion. | [Yes](voice-assistants.md) | No |
3534

3635
## News and updates
3736

38-
Learn what's new with the Azure Speech Services.
37+
Learn what's new with the Speech service.
3938

4039
- September 2019
4140
- Released Speech SDK 1.7.0. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
@@ -49,7 +48,7 @@ Learn what's new with the Azure Speech Services.
4948
- Released Speech SDK 1.5.1. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
5049
- Released Speech SDK 1.5.0. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
5150

52-
## Try Speech Services
51+
## Try the Speech service
5352

5453
We offer quickstarts in most popular programming languages, each designed to have you running code in less than 10 minutes. This table contains the most popular quickstarts for each feature. Use the left-hand navigation to explore additional languages and platforms.
5554

@@ -62,15 +61,15 @@ We offer quickstarts in most popular programming languages, each designed to hav
6261
> [!NOTE]
6362
> Speech-to-text and text-to-speech also have REST endpoints and associated quickstarts.
6463
65-
After you've had a chance to use the Speech Services, try our tutorial that teaches you how to recognize intents from speech using the Speech SDK and LUIS.
64+
After you've had a chance to use the Speech service, try our tutorial that teaches you how to recognize intents from speech using the Speech SDK and LUIS.
6665

6766
- [Tutorial: Recognize intents from speech with the Speech SDK and LUIS, C#](how-to-recognize-intents-from-speech-csharp.md)
6867
- [Tutorial: Voice enable your bot with the Speech SDK, C#](tutorial-voice-enable-your-bot-speech-sdk.md)
6968
- [Tutorial: Build a Flask app to translate text, analyze sentiment, and synthesize translated text to speech, REST](https://docs.microsoft.com/azure/cognitive-services/translator/tutorial-build-flask-app-translation-synthesis?toc=%2fazure%2fcognitive-services%2fspeech-service%2ftoc.json&bc=%2fazure%2fcognitive-services%2fspeech-service%2fbreadcrumb%2ftoc.json&toc=%2Fen-us%2Fazure%2Fcognitive-services%2Fspeech-service%2Ftoc.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json)
7069

7170
## Get sample code
7271

73-
Sample code is available on GitHub for each of the Azure Speech Services. These samples cover common scenarios like reading audio from a file or stream, continuous and single-shot recognition, and working with custom models. Use these links to view SDK and REST samples:
72+
Sample code is available on GitHub for the Speech service. These samples cover common scenarios like reading audio from a file or stream, continuous and single-shot recognition, and working with custom models. Use these links to view SDK and REST samples:
7473

7574
- [Speech-to-text, text-to-speech, and speech translation samples (SDK)](https://github.com/Azure-Samples/cognitive-services-speech-sdk)
7675
- [Batch transcription samples (REST)](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/batch)
@@ -79,7 +78,7 @@ Sample code is available on GitHub for each of the Azure Speech Services. These
7978

8079
## Customize your speech experience
8180

82-
Azure Speech Services works well with built-in models, however, you may want to further customize and tune the experience for your product or environment. Customization options range from acoustic model tuning to unique voice fonts for your brand. After you've built a custom model, you can use it with any of the Azure Speech Services.
81+
The Speech service works well with built-in models, however, you may want to further customize and tune the experience for your product or environment. Customization options range from acoustic model tuning to unique voice fonts for your brand.
8382

8483
| Speech Service | Platform | Description |
8584
| -------------- | -------- | ----------- |

articles/cosmos-db/sql-api-nodejs-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Now that you have completed the initial setup and configuration, next you will w
111111
const debug = require('debug')('todo:taskDao')
112112

113113
// For simplicity we'll set a constant partition key
114-
const partitionKey = '0'
114+
const partitionKey = undefined
115115
class TaskDao {
116116
/**
117117
* Manages reading, adding, and updating Tasks in Cosmos DB

articles/data-explorer/ingest-data-no-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,10 @@ To map the activity log data to the table, use the following query:
312312
| mv-expand events = Records
313313
| where isnotempty(events.metricName)
314314
| project
315-
Timestamp = todatetime(events.time),
315+
Timestamp = todatetime(events['time']),
316316
ResourceId = tostring(events.resourceId),
317317
MetricName = tostring(events.metricName),
318-
Count = toint(events.count),
318+
Count = toint(events['count']),
319319
Total = todouble(events.total),
320320
Minimum = todouble(events.minimum),
321321
Maximum = todouble(events.maximum),

articles/hdinsight/hbase/apache-hbase-replication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ When you replicate a cluster, you must specify the tables that you want to repli
270270

271271
To create a **Contacts** table and insert some data in the table, follow the instructions at [Apache HBase tutorial: Get started using Apache HBase in HDInsight](apache-hbase-tutorial-get-started-linux.md).
272272

273+
> [!NOTE]
274+
> If you want to replicate tables from a custom namespace, you need to ensure that the appropriate custom namespaces are defined on the destination cluster as well.
275+
>
276+
273277
## Enable replication
274278

275279
The following steps describe how to call the script action script from the Azure portal. For information about running a script action by using Azure PowerShell and the Azure Classic CLI, see [Customize HDInsight clusters by using script action](../hdinsight-hadoop-customize-cluster-linux.md).
@@ -391,6 +395,10 @@ The `print_usage()` section of the [script](https://raw.githubusercontent.com/Az
391395
392396
-m hn1 -s <source hbase cluster name> -sp <source cluster Ambari password> -t "table1;table2;table3"
393397
398+
> [!NOTE]
399+
> If you intend to delete the destination cluster, make sure you remove it from the peer list of the source cluster. This can be done by running the command remove_peer '1' at the hbase shell on the source cluster. Failing this the source cluster may not function properly.
400+
>
401+
394402
## Next steps
395403
396404
In this article, you learned how to set up Apache HBase replication within a virtual network, or between two virtual networks. To learn more about HDInsight and Apache HBase, see these articles:

articles/key-vault/quick-create-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ az keyvault secret show --vault-name <your-unique-keyvault-name> --name mySecret
237237
When no longer needed, you can use the Azure CLI or Azure PowerShell to remove your key vault and the corresponding resource group.
238238

239239
```azurecli
240-
az group delete -g "myResourceGroup" -l "EastUS"
240+
az group delete -g "myResourceGroup"
241241
```
242242

243243
```azurepowershell
@@ -312,4 +312,4 @@ In this quickstart you created a key vault, stored a secret, and retrieved that
312312
- Read an [Overview of Azure Key Vault](key-vault-overview.md)
313313
- See the [Azure Key Vault developer's guide](key-vault-developers-guide.md)
314314
- Learn about [keys, secrets, and certificates](about-keys-secrets-and-certificates.md)
315-
- Review [Azure Key Vault best practices](key-vault-best-practices.md)
315+
- Review [Azure Key Vault best practices](key-vault-best-practices.md)

articles/virtual-desktop/connect-windows-7-and-10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.author: helohr
1111
---
1212
# Connect with the Windows Desktop client
1313

14-
> Applies to: Windows 7 and Windows 10
14+
> Applies to: Windows 7, Windows 10, and Windows 10 IoT Enterprise
1515
16-
You can access Windows Virtual Desktop resources on devices with Windows 7 or Windows 10 using the Windows Desktop client.
16+
You can access Windows Virtual Desktop resources on devices with Windows 7, Windows 10, and Windows 10 IoT Enterprise using the Windows Desktop client.
1717

1818
> [!IMPORTANT]
1919
> Windows Virtual Desktop doesn't support the RemoteApp and Desktop Connections (RADC) client or the Remote Desktop Connection (MSTSC) client.

articles/vpn-gateway/vpn-gateway-howto-openvpn-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Verify that you have completed the steps to configure OpenVPN for your VPN gatew
117117
11. To connect using the command line, type the following command:
118118
119119
```
120-
sudo openvpn –-config <name and path of your VPN profile file>
120+
sudo openvpn –-config <name and path of your VPN profile file>&
121121
```
122122
12. To connect using the GUI, go to system settings.
123123
13. Click **+** to add a new VPN connection.

0 commit comments

Comments
 (0)