Skip to content

Commit 60d1de4

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into ds-fixlink43
2 parents 7e28c5e + a5634d9 commit 60d1de4

File tree

8 files changed

+62
-10
lines changed

8 files changed

+62
-10
lines changed

articles/cognitive-services/Speech-Service/long-audio-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Long Audio API (Preview) - Speech service
33
titleSuffix: Azure Cognitive Services
4-
description:
4+
description: Learn how the Long Audio API is designed for asynchronous synthesis of long-form text to speech.
55
services: cognitive-services
6-
author: erhopf
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 10/26/2019
12-
ms.author: erhopf
11+
ms.date: 01/30/2020
12+
ms.author: dapine
1313
---
1414

1515
# Long Audio API (Preview)

articles/expressroute/expressroute-routing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ You can purchase more than one ExpressRoute circuit per geopolitical region. Hav
172172
| UK West | 12076:51025 | 12076:52025 | 12076:53025 | 12076:54025 |
173173
| France Central | 12076:51030 | 12076:52030 | 12076:53030 | 12076:54030 |
174174
| France South | 12076:51031 | 12076:52031 | 12076:53031 | 12076:54031 |
175+
| Switzerland North | 12076:51038 | 12076:52038 | 12076:53038 | 12076:54038 |
176+
| Switzerland West | 12076:51039 | 12076:52039 | 12076:53039 | 12076:54039 |
177+
| Germany North | 12076:51040 | 12076:52040 | 12076:53040 | 12076:54040 |
178+
| Germany West Central | 12076:51041 | 12076:52041 | 12076:53041 | 12076:54041 |
179+
| Norway East | 12076:51042 | 12076:52042 | 12076:53042 | 12076:54042 |
180+
| Norway West | 12076:51043 | 12076:52043 | 12076:53043 | 12076:54043 |
175181
| **Asia Pacific** | |
176182
| East Asia | 12076:51010 | 12076:52010 | 12076:53010 | 12076:54010 |
177183
| Southeast Asia | 12076:51011 | 12076:52011 | 12076:53011 | 12076:54011 |

articles/notification-hubs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
href: samples-powershell.md
8080
- name: Concepts
8181
items:
82+
- name: Transport Layer Security (TLS)
83+
href: notification-hubs-tls12.md
8284
- name: Enterprise push architecture guidance
8385
href: notification-hubs-enterprise-push-notification-architecture.md
8486
- name: Device registrations
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Notification Hubs TLS updates
3+
description: Learn about support for TLS in Azure Notification Hubs.
4+
services: notification-hubs
5+
documentationcenter: .net
6+
author: sethmanheim
7+
manager: femila
8+
editor: jwargo
9+
10+
ms.assetid:
11+
ms.service: notification-hubs
12+
ms.workload: mobile
13+
ms.tgt_pltfrm: mobile-multiple
14+
ms.devlang: multiple
15+
ms.topic: article
16+
ms.date: 01/30/2020
17+
ms.author: sethm
18+
ms.reviewer: jowargo
19+
ms.lastreviewed: 01/28/2020
20+
---
21+
22+
# Transport Layer Security (TLS)
23+
24+
To ensure a higher level of security, Notification Hubs will disable support for TLS versions 1.0 and 1.1 on April 30, 2020. These older protocols deliver weak cryptography, and are vulnerable to BEAST and POODLE attacks. Applications deployed to devices running Android version 5 or greater, or iOS version 5 or greater, are not impacted by this change as those operating systems support TLS 1.2 and the client and server will negotiate the highest mutually supported version of the protocol upon connection.
25+
26+
We recommend that you review your all of your applications that use Azure Notification Hubs, to ensure that they use the most applicable libraries and TLS stacks that support TLS 1.2.
27+
28+
## Update apps
29+
30+
You can ensure that your iOS apps are using TLS 1.2 using Apple's networking security feature called App Transport Security (ATS). ATS cannot be used for SDKs older than iOS 9.0 or macOS 10.11, and you can read further about it from [Apple's documentation](https://developer.apple.com/documentation/security/preventing_insecure_network_connections).
31+
32+
For Android applications using SSLSocket instances, set enabled protocols on each SSLSocket instance as noted in [setEnabledProtocols](https://developer.android.com/reference/javax/net/ssl/SSLSocket#setEnabledProtocols(java.lang.String%5B%5D)).
33+
34+
The table on the [TLS Protocol Compatibility](https://support.globalsign.com/customer/portal/articles/2934392-tls-protocol-compatibility) support page helps map operating systems with compatible TLS versions.
35+
36+
For more information, see the overview of the [support for TLS protocols on Windows](https://docs.microsoft.com/archive/blogs/kaushal/support-for-ssltls-protocols-on-windows).
37+
38+
## Next steps
39+
40+
- [Notification Hubs overview](notification-hubs-push-notification-overview.md)

articles/service-fabric/service-fabric-cluster-fabric-settings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ The following is a list of Fabric settings that you can customize, organized by
8484
|TargetReplicaSetSize |Int, default is 7 |Not Allowed|The TargetReplicaSetSize for ClusterManager. |
8585
|UpgradeHealthCheckInterval |Time in seconds, default is 60 |Dynamic|The frequency of health status checks during a monitored application upgrades |
8686
|UpgradeStatusPollInterval |Time in seconds, default is 60 |Dynamic|The frequency of polling for application upgrade status. This value determines the rate of update for any GetApplicationUpgradeProgress call |
87+
|CompleteClientRequest | Bool, default is false |Dynamic| Complete client request when accepted by CM. |
8788

8889
## Common
8990

@@ -563,6 +564,8 @@ The following is a list of Fabric settings that you can customize, organized by
563564
|ValidatePlacementConstraint | Bool, default is true |Dynamic| Specifies whether or not the PlacementConstraint expression for a service is validated when a service's ServiceDescription is updated. |
564565
|ValidatePrimaryPlacementConstraintOnPromote| Bool, default is TRUE |Dynamic|Specifies whether or not the PlacementConstraint expression for a service is evaluated for primary preference on failover. |
565566
|VerboseHealthReportLimit | Int, default is 20 | Dynamic|Defines the number of times a replica has to go unplaced before a health warning is reported for it (if verbose health reporting is enabled). |
567+
|NodeLoadsOperationalTracingEnabled | Bool, default is true |Dynamic|Config that enables Node Load operational structural trace in the event store. |
568+
|NodeLoadsOperationalTracingInterval | TimeSpan, default is Common::TimeSpan::FromSeconds(20) | Dynamic|Specify timespan in seconds. The interval with which to trace node loads to event store for each service domain. |
566569

567570
## ReconfigurationAgent
568571

articles/service-fabric/service-fabric-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Set up a Windows development environment
33
description: Install the runtime, SDK, and tools and create a local development cluster. After completing this setup, you will be ready to build applications on Windows.
44
author: peterpogorski
55
ms.topic: conceptual
6-
ms.date: 01/07/2020
6+
ms.date: 01/28/2020
77
ms.custom: sfrev
88
---
99
# Prepare your development environment on Windows
@@ -62,8 +62,8 @@ If you only need the SDK, you can install this package:
6262

6363
The current versions are:
6464

65-
* Service Fabric SDK and Tools 4.0.457
66-
* Service Fabric runtime 7.0.457
65+
* Service Fabric SDK and Tools 4.0.464
66+
* Service Fabric runtime 7.0.464
6767

6868
For a list of supported versions, see [Service Fabric versions](service-fabric-versions.md)
6969

articles/service-fabric/service-fabric-versions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Supported cluster versions in Azure Service Fabric
33
description: Learn about cluster versions in Azure Service Fabric, including a link to the newest releases from the Service Fabric team blog.
44

55
ms.topic: troubleshooting
6-
ms.date: 11/18/2019
6+
ms.date: 01/28/2020
77
---
88
# Supported Service Fabric versions
99

@@ -94,4 +94,5 @@ The following table lists the version names of Service Fabric and their correspo
9494
| 6.5 CU2 | 6.5.658.9590 | 6.5.460.1 |
9595
| 6.5 CU3 | 6.5.664.9590 | 6.5.466.1 |
9696
| 6.5 CU5 | 6.5.676.9590 | 6.5.467.1 |
97-
| 7.0 RTO | 7.0.457.9590 | 7.0.457.1 |
97+
| 7.0 RTO | 7.0.457.9590 | 7.0.457.1 |
98+
| 7.0 CU2 | 7.0.464.9590 | 7.0.464.1 |

docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
"articles/cognitive-services/personalizer/**/*.md": "personalizer",
604604
"articles/cognitive-services/QnAMaker/**/*.md": "qna-maker",
605605
"articles/cognitive-services/Speech/**/*.md": "bing-speech",
606-
"articles/cognitive-services/Speech-Service/**/*.md": "bing-speech",
606+
"articles/cognitive-services/Speech-Service/**/*.md": "speech-service",
607607
"articles/cognitive-services/text-analytics/**/*.md": "text-analytics",
608608
"articles/cognitive-services/Translator/**/*.md": "translator-text"
609609
},

0 commit comments

Comments
 (0)