Sebastian Rogers
Sebastian Rogers
Steps to reproduce ------------------ - Create an Azure DEVOps Project with a space in the URL, e.g. "https://dev.azure.com/MyOrganisation/Space Project" ```powershell az devops create -name "Space Project" ``` - Create an...
## Problem Cannot use Active Directory Managed connection strings to connect to Azure SQL Server e.g. The following DATABASE_URL generates an error message `sqlserver://tcp:{SQL_SERVER_NAME}.database.windows.net,1433;Database={DATABASE_NAME};Authentication=Active Directory Managed;` Gives: ``` Conversion error:...