Document Azure SQL minimum TLS 1.2 requirement#223
Draft
Copilot wants to merge 2 commits into
Draft
Conversation
Agent-Logs-Url: https://github.com/markusrt/NRZMyk/sessions/248e7fa9-e957-4779-89ee-5f0a555677fc Co-authored-by: markusrt <299753+markusrt@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update application configuration for MinTLS retirement in Azure SQL Database
Document Azure SQL minimum TLS 1.2 requirement
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Azure is retiring the
MinTLS = Noneoption on Azure SQL Database and SQL Managed Instance after 31 July 2026, enforcing TLS 1.2 and rejecting unencrypted connections.Impact analysis
Microsoft.EntityFrameworkCore.SqlServer8.0.12 →Microsoft.Data.SqlClient5.x, which negotiates TLS 1.2/1.3 and defaultsEncrypt=True.(localdb)for local dev.Changes
README.md— new "Azure SQL: minimum TLS version" subsection under Infrastructure setup → Database covering: