AccessToken accessToken = await sqlServerTokenProvider.GetTokenAsync( new TokenRequestContext(scopes: new string[] { "https://ossrdbms-aad.database.windows.net/.default" })); // Combine the token with the connection string from the environment variables provided by Service Connector. string conne...