Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
HI @Ibidayo Awosola
Thank you for reaching us . From your description, the requirement is to run WordPress Multisite using subdomains, which does require some manual configuration when Nginx is used as the web server.
For subdomain‑based multisite to work correctly, two things are essential:
Wildcard DNS :A wildcard record (for example, _.yourdomain.com) must be configured so all subsites resolve to the same App Service._
Nginx server‑level rules: Since Nginx does not use .htaccess WordPress cannot add rewrite rules automatically. The multisite routing rules must be applied directly in the Nginx configuration.
On Azure App Service, Nginx updates are applied through a startup script, which ensures the configuration persists across restarts.
Reference :
Subdomain Multisite on Azure App Service:
Updating Nginx configuration on Azure App Service:
How to set up subdirectory Multisite in WordPress on Azure App Service
Once the wildcard DNS is in place and the required Nginx rules are applied, the WordPress Multisite subdomains should function as expected.
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you