I have a Flask website (e.g. mysite.com) hosted on Microsoft Azure App Service. I have a WordPress blog hosted on another MS Azure App Service instance. I created this blog using the WordPress Azure Marketplace item by App Service in line with this doc. The current URL for the blog is the default app service URL (e.g. myblog.azurewebsites.net).
I want to integrate the blog into my website, so that the blog is available at mysite.com/blog/. For example, the page at myblog.azurewebsites.net/my-first-post should be available at mysite.com/blog/my-first-post. By integrate I mean make available; I don't mind having 2 different applications as present i.e. one for the main site, and one for the blog.
- Is this even possible?
- If so, can someone point me in the right direction or to the relevant docs so that I can figure things out?
- Also, I am still exploring WordPress so the blog contains only test posts. If there is an alternative method of creating the blog from scratch so that it integrates into the website easily, I can work with that as well.