Closed jonaswre closed 1 year ago
This is a containerhelper problem - will have a look.
Was too quick - the problem is in LocalDevEnv.ps1
This line:
$licenseFileUrl = Enter-Value `
-title "LicenseFileUrl" `
-description $description `
-question "Local path or a secure download URL to license file " `
-default $default
Needs to have -doNotConvertToLower added.
Thanks Freddy
I'm the one saying thanks:-)
The localDevEnv.ps1 script can't download the license file from a secure url.
The URL is valid. I've directly copied it from the Blobstorage dashboard.
A local path didn't work either. If tried double and single \ in the path.