Skip to content

Commit a773c1b

Browse files
authored
Merge pull request #105477 from farah-alyasari/tlsupdateblurb
tlsupdateblurb
2 parents 1a67c33 + a69a344 commit a773c1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-maps/azure-maps-authentication.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ ms.custom: mvc
1515

1616
Azure Maps supports two ways to authenticate requests: Shared Key authentication and Azure Active Directory authentication. This article explains these authentication methods to help guide your implementation of Azure Maps services.
1717

18+
> [!NOTE]
19+
> To improve secure communication with Azure Maps, we now support Transport Layer Security (TLS) 1.2, and we’re retiring support for TLS 1.0 and 1.1. To avoid any service interruptions, **update your servers and applications to use TLS 1.2 before April 2, 2020**. If you currently use TLS 1.x, evaluate your TLS 1.2 readiness and develop a migration plan with the testing described in [Solving the TLS 1.0 Problem](https://docs.microsoft.com/security/solving-tls1-problem).
20+
1821
## Shared Key authentication
1922

2023
Primary and secondary keys are generated after the Azure Maps account is created. You're encouraged to use the primary key as the subscription key when calling Azure Maps using shared key authentication. Shared Key authentication passes a key generated by an Azure Maps account to an Azure Maps service. For each request to Azure Maps services, add the *subscription key* as a parameter to the URL. The secondary key can be used in scenarios like rolling key changes.

0 commit comments

Comments
 (0)