Hi,
I installed Certbot from https://dl.eff.org/certbot-beta-installer-win32.exe on a Windows Server 2019 VM in Azure. This installer ships with its own Python distribution bundled.
I am attempting to use the azure DNS plugin (Welcome to certbot-dns-azure’s documentation! — certbot-dns-azure 0 documentation).
If I run pip install certbot-dns-azure the package gets installed into the system Python installation, not the one bundled with Certbot and I get certbot: error: unrecognized arguments: --dns-azure-config.
If I install Certbot using pip, then it works, but when I install Certbot with pip on Windows, it doesn't create the scheduled tasks, so this is not an option at the moment.
How can I install plugins when using the Certbot Windows installer?