Skip to content

Commit 7e30402

Browse files
authored
Update batch-tls-101-migration-guide.md
1 parent 028cbd4 commit 7e30402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/batch/batch-tls-101-migration-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To support security best practices and remain in compliance with industry standa
1616

1717
TLS versions 1.0 and TLS 1.1 are known to be susceptible to BEAST and POODLE attacks and to have other Common Vulnerabilities and Exposures (CVE) weaknesses. TLS 1.0 and TLS 1.1 don't support the modern encryption methods and cipher suites that the Payment Card Industry (PCI) compliance standards recommends. Microsoft is participating in an industry-wide push toward the exclusive use of TLS version 1.2 or later.
1818

19-
If you've already migrated to use TLS 1.2 in your Batch client application, then this retirement doesn't apply to you. Only APIs requests that go directly to the Batch service via the data plane API (that is, not management plane) are impacted. API requests at the management plane layer are routed through ARM and are subject to ARM TLS minimum version requirements. We recommend that you migrate to TLS 1.2 across Batch data plane or management plane API calls for security best practices, if applicable.
19+
If you've already migrated to use TLS 1.2 in your Batch client applications, then this retirement doesn't apply to you. Only API requests that go directly to the Batch service via the data plane API (not management plane) are impacted. API requests at the management plane layer are routed through ARM and are subject to ARM TLS minimum version requirements. We recommend that you migrate to TLS 1.2 across Batch data plane or management plane API calls for security best practices, if possible.
2020

2121
## Alternative: Use TLS 1.2
2222

@@ -38,7 +38,7 @@ For more information, see [TLS best practices for the .NET Framework](/dotnet/fr
3838

3939
TLS 1.0 and TLS 1.1 are considered insecure and have security issues that are addressed in TLS 1.2. TLS 1.2 has been available since 2008. TLS 1.2 is widely adopted as the minimum version for securing communication channels using TLS.
4040

41-
- What happens if I dont upgrade?
41+
- What happens if I don't upgrade?
4242

4343
After the feature retirement from Azure Batch, your client application won't be able to communicate with Batch data plane API services unless you upgrade to TLS 1.2.
4444

@@ -48,7 +48,7 @@ For more information, see [TLS best practices for the .NET Framework](/dotnet/fr
4848

4949
- How do I know if I’m using TLS 1.0 or TLS 1.1?
5050

51-
To determine the TLS version you're using, check the audit log for your Batch deployment.
51+
To determine the TLS version you're using, check your client application logs and the audit log for your Batch deployment.
5252

5353
## Next steps
5454

0 commit comments

Comments
 (0)