Just curious, why not use .net core.
Nov 10, 2019
3
Level 3
Connecting to MS SQL Server using Active Directory Integrated
I am attempting to migrate a laravel application to Azure App Service and Microsoft SQL Server in Azure. As part of the database connection I would like to use AD Integrated authentication with Managed Identities. There are a number of articles and tutorials on setting this up with ASP (naturally), but I can't seem to find anything related to PHP / Laravel.
Two questions:
- Has anyone done this before?
- If not, is there an easy way to overwrite the connection string which is generated via the environment variables such that I can try different strings?
Thanks, Alex
Please or to participate in this conversation.