i am working on hosting a static site in Azure Blob Storage. With an azure cdn it is possible to have a custom hostname and SSL, which suits my needs.
I would like to use let's encrypt and make it renew itself. I suppose a good way to store the certificate would be to use an azure key vault.
I have found a lot of information to do this with azure web apps but none on how I would do this with azure storage.
Can anyone point me in a good direction, tell me how I should do this or point me to a complete solution? That'd be grand!