Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi
Together with Azure Support, I discovered the solution (or rather, a workaround) more or less by chance. In our Azure Automation Runbook, we always stopped the WebApp immediately after creating it and only started it again once it was fully configured. When you start the web app, you can create the managed certificate without any problems. I don't know if the status code is taken into account when creating the certificate (stopped 403, started 200). In any case, I started the web app as a first test, and then I was able to create the certificate in the Azure portal. Then I removed the stop of the WebApp in the Azure Automation Runbook, the runbook also ran without errors.
For one day we had a workaround, with 100% success rate and multiple retries on different subscriptions. But today this workaround is not working anymore.