1.0.5 DashboardConnectionString and StorageConnectionString not documented
ramon-mendes opened this issue ยท 24 comments
I really don't know where to look for this two fields:
The 'How-to-install' doesn't mention them... https://github.com/sjkp/letsencrypt-siteextension/wiki/How-to-install
Solved by adding two custom connection strings named AzureWebJobsDashboard and AzureWebJobsStorage. Set the connection string to the storage account you want to use under storage account ->access key (and pick either of them).
AzureWebJobsStorage is OK, But what about AzureWebJobsDashboard, where do I find it?
Ah, just put the same connection string in both. (I'm not sure if that is correct but it's working) :)
Hi,
We tried to put the same connection string in both as well and we have the same error than @ramon-mendes here.
@Feldegast123 In my web app, they are stored in the app settings, not in the connection strings.
I let it run half a day, the page told me it was refreshing.
I clicked on the button to refresh manually and I got the same error message than ramon-mendes above.
I re-tried today and same result.
I added as connection string first but they exist in appsettings too.
I've done all the same as @Feldegast123 suggested and it works for me. Just add AzureWebJobsDashboard and AzureWebJobsStorage connection strings which point to the same storage and it will works. I've tried in the beginning add prefix "letsencrypt:" and add it as app settings values and it didn't work.
Hi, I misreaded your first comment.
So yes, I added manually into Connection Strings settings and it's now ok !
Thank you !
I can't get this to work. I've tried the connection strings, but just keep getting an error.
I don't get error but the Extensions asks to configure Host Names which I did a few years ago and worked with previous version.
Mine is working now Just had to clean up the config strings remove "Slots" and it ran fine.
I don't get error but the Extensions asks to configure Host Names which I did a few years ago and worked with previous version.
Mine is working now Just had to clean up the config strings remove "Slots" and it ran fine.
I got mine. I had to create a gen1 storage account on the same resource group and copy the string for both AzureWebJobsDashboard and AzureWebJobsStorage. The string can be the same for both entries in the webapp.
I have updated the docs to reflect the new fields added in 1.0.5.
Thanks @sjkp
@ramon-mendes Did you ever get this solved? I have created a new Gen 1 storage, tried both connection strings, manually and in the App Config...I am stuck.
Yes you need to just add those two variables with a connect string to a storage account.
Unfortunately, I have tried that recreated the storage account and variables multiple times. After clicking Next it just spins forever and then I get the same error about AzureWebJobsStrorage and AzureWebJobsDashboard that OP posted.
Ok I would remove the Extension all together. Reboot the web app, Then add it again, I also had to do this when the version changed recently. Mine would not detect custom Domains even though there were custom domains. After removing everything, then console into web app and clear out the folders for letsencrypt. reboot web app. and add extension again. That would be my suggestion.
Thanks @Dudleydogg . Unfortunately, the problem persist even with uninstalling > restart > install > restart...very frustrating.
Did you add them as custom connectionstrings (not appsettings) under webapp configuration?
Thank you @Feldegast123! I cannot believe I missed that, it worked right away after that...
You're welcome! ๐
Yes forgot about that they moved from Appsetting to Connection String good Catch.
Feldegast