Umbraco Azure Active Directory Default Connection ...
# help-with-umbraco
a
We are having a very strange issue for only SOME azure accounts when connecting to the SQL database via Active Directory Default on localhost. When running the site on localhost, I get the INSTALL screen. I can confirm SQL connectivity is working, but umbraco detects that an install needs to be run. I can connect via SMSS ok. { "ConnectionStrings": { "umbracoDbDSN": "Server=website.windows.net,1433;Database=database;Authentication=Active Directory Default" } } Any ideas what the problem could be? https://cdn.discordapp.com/attachments/1218196426505322596/1218225012088242256/schema.png?ex=6606e374&is=65f46e74&hm=ba335701a22df73e17faa388d32380abed0d24ebf853261547b44bb8ccdab488&
Answer found: databases must have a default schema set.
4 Views