I decided to consolidate several of my blogs on azure, previously I only had 1 Orchard CMS blog hosted there. I upgraded my plan from free to Standard (this way I can point several domains there), but after I deployed my Ghost CMS blog to Azure it appears as a separate web app? How do I know that they are under the same Web App VM pricing plan?
Asked
Active
Viewed 94 times
1 Answers
3
Current Portal: Navigate to your web app >> Scale >> APPS IN THIS APP SERVICE PLAN
Preview portal will give you more flexibility and information regarding hosting plan settings. Make sure to use it in case you need to move apps between them.

Bruno Faria
- 5,219
- 3
- 24
- 27
-
Thanks! I figured it out, they were indeed in separate plans, so I moved them into 1 with the help of this post: http://stackoverflow.com/questions/23685094/is-it-possible-to-move-a-website-to-a-different-web-hosting-plan – Thufir Hawat Jul 26 '15 at 20:05