Skip to content

Instantly share code, notes, and snippets.

@RichieBzzzt
Last active October 1, 2019 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichieBzzzt/32666d2b21b26d517cc040ee31baa0af to your computer and use it in GitHub Desktop.
Save RichieBzzzt/32666d2b21b26d517cc040ee31baa0af to your computer and use it in GitHub Desktop.
$aadConnectionString = "Server=tcp:$($AzureSqlFQDN),1433;Initial Catalog=myLittleDatabbase;Persist Security Info=False;User ID=$($aadAdminUser);Password=$($aadAdminPassword);MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Authentication=""Active Directory Password"";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment