Skip to content

Commit 38f3466

Browse files
authored
Merge pull request #213861 from spelluru/ehubtlsga
Preview -> GA
2 parents 190da74 + 3bcdb43 commit 38f3466

4 files changed

+4
-4
lines changed

articles/event-hubs/transport-layer-security-audit-minimum-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 04/25/2022
1111
ms.author: egrootenboer
1212
---
1313

14-
# Use Azure Policy to audit for compliance of minimum TLS version for an Azure Event Hubs namespace (Preview)
14+
# Use Azure Policy to audit for compliance of minimum TLS version for an Azure Event Hubs namespace
1515

1616
If you have a large number of Microsoft Azure Event Hubs namespaces, you may want to perform an audit to make sure that all namespaces are configured for the minimum version of TLS that your organization requires. To audit a set of Event Hubs namespaces for their compliance, use Azure Policy. Azure Policy is a service that you can use to create, assign, and manage policies that apply rules to Azure resources. Azure Policy helps you to keep those resources compliant with your corporate standards and service level agreements. For more information, see [Overview of Azure Policy](../governance/policy/overview.md).
1717

articles/event-hubs/transport-layer-security-configure-client-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 04/25/2022
1111
ms.author: egrootenboer
1212
---
1313

14-
# Configure Transport Layer Security (TLS) for an Event Hubs client application (Preview)
14+
# Configure Transport Layer Security (TLS) for an Event Hubs client application
1515

1616
For security purposes, an Azure Event Hubs namespace may require that clients use a minimum version of Transport Layer Security (TLS) to send requests. Calls to Azure Event Hubs will fail if the client is using a version of TLS that is lower than the minimum required version. For example, if a namespace requires TLS 1.2, then a request sent by a client who is using TLS 1.1 will fail.
1717

articles/event-hubs/transport-layer-security-configure-minimum-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 07/06/2022
1111
ms.author: egrootenboer
1212
---
1313

14-
# Configure the minimum TLS version for an Event Hubs namespace (Preview)
14+
# Configure the minimum TLS version for an Event Hubs namespace
1515

1616
Azure Event Hubs namespaces permit clients to send and receive data with TLS 1.0 and above. To enforce stricter security measures, you can configure your Event Hubs namespace to require that clients send and receive data with a newer version of TLS. If an Event Hubs namespace requires a minimum version of TLS, then any requests made with an older version will fail. For conceptual information about this feature, see [Enforce a minimum required version of Transport Layer Security (TLS) for requests to an Event Hubs namespace](transport-layer-security-enforce-minimum-version.md).
1717

articles/event-hubs/transport-layer-security-enforce-minimum-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 04/25/2022
1111
ms.author: egrootenboer
1212
---
1313

14-
# Enforce a minimum required version of Transport Layer Security (TLS) for requests to an Event Hubs namespace (Preview)
14+
# Enforce a minimum required version of Transport Layer Security (TLS) for requests to an Event Hubs namespace
1515

1616
Communication between a client application and an Azure Event Hubs namespace is encrypted using Transport Layer Security (TLS). TLS is a standard cryptographic protocol that ensures privacy and data integrity between clients and services over the Internet. For more information about TLS, see [Transport Layer Security](https://datatracker.ietf.org/wg/tls/about/).
1717

0 commit comments

Comments
 (0)