When trying to use the letsencrypt-webapp-renewer on a web app that is using the Run From Package feature, it fails with error message:
AzureLetsEncryptRenewer.exe Information: 0 : KuduClient PutFile responsecode Conflict responsebody: {"Message":"Could not write to local resource 'D:\home\site\wwwroot\.well-known\acme-challenge\web.config' due to error 'Could not find file 'D:\home\site\wwwroot\.well-known\acme-challenge...
Workaround:
Currently, disabling the Run From Package feature by deleting WEBSITE_RUN_FROM_ZIP = 1 and modifying the build pipeline not deploy using other means seems to be the only option.
What would I want to see instead?
I'd like to be able to use Run From Package** (as it has several benefits).
When trying to use the letsencrypt-webapp-renewer on a web app that is using the Run From Package feature, it fails with error message:
Workaround:
Currently, disabling the Run From Package feature by deleting WEBSITE_RUN_FROM_ZIP = 1 and modifying the build pipeline not deploy using other means seems to be the only option.
What would I want to see instead?
I'd like to be able to use Run From Package** (as it has several benefits).
Any chance this could be supported in future?
Thanks, --Neno