Started picking up an old site - a deployment has killed the licence file. Where do I put this if it’s hosted on Azure.
Found the old documentation via WBWM
Tried the root, tried /umbraco/licenses
Have added this to the appsettings.json:
"Vendr": {
"Licensing": {
"LicensesDirectory": "umbraco/Licenses"
}
}