It seems this article is stale by June of 2022. I recently create an Azure Linux VM with the following tech article: https://docs.microsoft.com/en-us/azure/app-service/quickstart-wordpress. However, this article doesn't seem to align despite it being an Azure Linux VM. Is it an inconsistency?
Specifically, in that VM environment, /etc/nginx/sites-enabled/default does not exist.
I have been working around this by just using "/etc/nginx/conf.d/default.conf". as the default which seems to suit the same purpose. Oddly, I see the startup command as portrayed in this article does not get called consistently in that environment. I often need to SSH in and run it manually. Still trying to figure out how I can get that to work. Just a touch frustrating this article is out to address this issue but yet I am spending time trying to resolve it due to VM inconsistencies.