Hello Claes Eriksson,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you have a serious concern about Azure Web App: TLS support for OLEDB-driver.
Starting from November 2024, Azure will enforce a minimum TLS version of 1.2 for all services, meaning TLS 1.0 and 1.1 will no longer be supported for secure connections - https://zcusa.951200.xyz/en-us/azure/app-service/overview-tls
- So, dismiss the outdated TLS 1.0 requirement.
- Update the OLEDB driver and ensure application and SQL Server configurations support TLS 1.2. The latest versions of the OLEDB driver (starting from version 18.2.1) are designed to work with Azure SQL Database and other Azure services, supporting modern encryption standards including TLS 1.2 - https://zcusa.951200.xyz/en-us/sql/connect/oledb/features/using-azure-active-directory?view=sql-server-ver16
- Use detailed logging and testing to isolate any remaining connectivity issues.
Alternatively, if the issue persists:
- Create a test Azure Web App using a minimal application to test connectivity to the SQL Server.
- Configure a hybrid connection or private endpoint if network-related issues are suspected.
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.