shibayan / appservice-acmebot

Automated ACME SSL/TLS certificates issuer for Azure App Service (Web Apps / Functions / Containers)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Action Required] Upgrade to App Service Acmebot v3

shibayan opened this issue · comments

App Service Acmebot v3 has been released since December 31, 2019. Users deploying earlier than this are encouraged to upgrade to v3.

The upgrade process is completed in 4 steps.

  1. Go to Azure Portal and open Acmebot Azure Function

  2. Select Configuration link

image

  1. Update FUNCTIONS_EXTENSION_VERSION and WEBSITE_RUN_FROM_PACKAGE value.
  • FUNCTIONS_EXTENSION_VERSION
    • ~3
  • WEBSITE_RUN_FROM_PACKAGE
    • https://shibayan.blob.core.windows.net/azure-appservice-letsencrypt/v3/latest.zip
  1. Save and Exit

image

Is there anything that need to be done in the Azure portal if you're already using v3 and an update version of appservice-acmebot v3 is released? I am a little unclear on what steps I would need to do to keep the function app always up to date when it is set to WEBSITE_RUN_FROM_PACKAGE.

If you are already using the v3 version, you do not need to do anything. The latest version is always used automatically.

Hi, I've deployed a new instance and I'm getting this error when trying to deploy a certificate on my app.
image

@0xUnicorn Could you create a separate Issue.