16

So I am trying to get Let's Encrypt working on Windows Azure through the web extension but I am getting a error that I cannot solve or find any information about.

I am following this tutorial on how to set ut Let's Encrypt on Azure:

https://github.com/sjkp/letsencrypt-siteextension/wiki/How-to-install#create-a-service-principal

When I use the extension wizard, fill in all the fields and press next this is the error I get:

enter image description here

My resourcegroup:

enter image description here

My serviceplan inside my resourcegroup (+ storage and app service):

enter image description here

My ClientID (application id):

enter image description here

My secret is also set, saved the value and pasted it into the wizard:

enter image description here

My connection strings are set (in the format mentioned in the tutorial/setup):

enter image description here

There is a webjob running, I did not create this, I think it was created by the wizard in some way(?):

enter image description here

And at last:

enter image description here

It seems to me that I have done everything the tutorial has asked me to do, I don't know why I get the error, I also don't understand the reference to "00000000-0000-0000-0000-000000000000". Does anyone know what I did wrong and how to solve this error?

Thanks in advance.

Niek Jonkman
  • 1,014
  • 2
  • 13
  • 31

2 Answers2

33

The checkbox "Update Application Settings" must be checked if you want to modify the settings from the Let's Encrypt extension's pages.

juunas
  • 54,244
  • 13
  • 113
  • 149
1

If you hate the idea of an azure webjob swallowing valuable system resources of your azure app service then there is now an alternative solution which uses Azure Automation;

https://www.powershellgallery.com/packages/GetSSL-LetsEncrypt

Documentation @ https://w.itpro.es/ssl-eng

alv
  • 1,037
  • 12
  • 15