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/application-gateway/application-gateway-faq.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
@@ -123,7 +123,7 @@ No. Instances are distributed across upgrade domains and fault domains.
123
123
124
124
### Does Application Gateway support connection draining?
125
125
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).
127
127
128
128
### Can I change instance size from medium to large without disruption?
Copy file name to clipboardExpand all lines: articles/application-gateway/configuration-overview.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
@@ -252,7 +252,7 @@ This feature is useful when you want to keep a user session on the same server.
252
252
253
253
### Connection draining
254
254
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.
Copy file name to clipboardExpand all lines: articles/application-gateway/overview.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
@@ -108,7 +108,7 @@ For more information, see [WebSocket support](https://docs.microsoft.com/azure/a
108
108
109
109
## Connection draining
110
110
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.
112
112
113
113
For more information, see the Connection Draining section of [Application Gateway Configuration Overview](https://docs.microsoft.com/azure/application-gateway/configuration-overview#connection-draining).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/overview.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,25 @@
1
1
---
2
-
title: What are the Speech Services?
2
+
title: What is the Speech service?
3
3
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.
5
5
services: cognitive-services
6
6
author: erhopf
7
7
manager: nitinme
8
-
9
8
ms.service: cognitive-services
10
9
ms.subservice: speech-service
11
10
ms.topic: overview
12
11
ms.date: 11/05/2019
13
12
ms.author: erhopf
14
13
---
15
14
16
-
# What are the Speech Services?
15
+
# What is the Speech service?
17
16
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).
19
18
20
19
> [!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.
22
21
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.
24
23
25
24
| Service | Feature | Description | SDK | REST |
26
25
| ------- | ------- | ----------- | --- | ---- |
@@ -31,11 +30,11 @@ These features make up the Azure Speech Services. Use the links in this table to
31
30
|[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)|
32
31
||[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)|
33
32
|[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 |
35
34
36
35
## News and updates
37
36
38
-
Learn what's new with the Azure Speech Services.
37
+
Learn what's new with the Speech service.
39
38
40
39
- September 2019
41
40
- 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.
49
48
- Released Speech SDK 1.5.1. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
50
49
- Released Speech SDK 1.5.0. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
51
50
52
-
## Try Speech Services
51
+
## Try the Speech service
53
52
54
53
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.
55
54
@@ -62,15 +61,15 @@ We offer quickstarts in most popular programming languages, each designed to hav
62
61
> [!NOTE]
63
62
> Speech-to-text and text-to-speech also have REST endpoints and associated quickstarts.
64
63
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.
66
65
67
66
-[Tutorial: Recognize intents from speech with the Speech SDK and LUIS, C#](how-to-recognize-intents-from-speech-csharp.md)
68
67
-[Tutorial: Voice enable your bot with the Speech SDK, C#](tutorial-voice-enable-your-bot-speech-sdk.md)
69
68
-[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)
70
69
71
70
## Get sample code
72
71
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:
74
73
75
74
-[Speech-to-text, text-to-speech, and speech translation samples (SDK)](https://github.com/Azure-Samples/cognitive-services-speech-sdk)
@@ -79,7 +78,7 @@ Sample code is available on GitHub for each of the Azure Speech Services. These
79
78
80
79
## Customize your speech experience
81
80
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.
Copy file name to clipboardExpand all lines: articles/hdinsight/hbase/apache-hbase-replication.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,10 @@ When you replicate a cluster, you must specify the tables that you want to repli
270
270
271
271
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).
272
272
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
+
273
277
## Enable replication
274
278
275
279
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
> 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 functionproperly.
400
+
>
401
+
394
402
## Next steps
395
403
396
404
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:
Copy file name to clipboardExpand all lines: articles/virtual-desktop/connect-windows-7-and-10.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ ms.author: helohr
11
11
---
12
12
# Connect with the Windows Desktop client
13
13
14
-
> Applies to: Windows 7and Windows 10
14
+
> Applies to: Windows 7, Windows 10, and Windows 10 IoT Enterprise
15
15
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.
17
17
18
18
> [!IMPORTANT]
19
19
> Windows Virtual Desktop doesn't support the RemoteApp and Desktop Connections (RADC) client or the Remote Desktop Connection (MSTSC) client.
0 commit comments