- Server operating system version
- Ubuntu 20.04
- Plesk version and microupdate number
- 18.0.44
We are an organisation that handled both development and technical clients. As such, we need to be able to handle domain names where we can set MX for O365, or A/CNAME records that point to third party infrastructure, as well as other SRV resource usage information for Skype/Teams etc.
Azure DNS looked like the perfect thing, however, it looks like all this does is merely sync the records on the web server to Azure DNS. Thankfully it only updates Azure DNS after the plugin has been enabled and records have been saved to the DNS Zone on Plesk.
Understandably, this is unsuitable for us, and also causes the other problem, as we host DNS records in Azure, when LetsEncrypt comes along to renew a wildcard certificate, it generates a new _acme-challenge token which can never be updated, unless you have Azure DNS and don't mind your DNS records overwritten.
So:
Azure DNS looked like the perfect thing, however, it looks like all this does is merely sync the records on the web server to Azure DNS. Thankfully it only updates Azure DNS after the plugin has been enabled and records have been saved to the DNS Zone on Plesk.
Understandably, this is unsuitable for us, and also causes the other problem, as we host DNS records in Azure, when LetsEncrypt comes along to renew a wildcard certificate, it generates a new _acme-challenge token which can never be updated, unless you have Azure DNS and don't mind your DNS records overwritten.
So:
- You need to make clear in your Azure DNS documentation that this is a ONE WAY sync only, from Plesk to Azure. It is not bidirectional.
- Need some updates to the Azure DNS plugin and I would suggest:
- Need to allow Azure DNS to be Primary DNS and for Azure DNS records to be sucked into Plesk.
- What would take a great amount of work but would be fabulous - bidirectional sync with advisement of conflicting changes - so it doesn't matter what you updated and where, it would automatically pick the right data to transfer.