manage.windowsazure.com vs. portal.azure.com

后端 未结 2 1874
终归单人心
终归单人心 2020-12-17 17:27

What is the difference between these two portals and why? And when should I use which of them?

For example: When I want to configure if/which Java version I want to

相关标签:
2条回答
  • 2020-12-17 17:39

    More information Can be find from microsoft site Azure Resource Manager vs. classic deployment: Understand deployment models and the state of your resources

    0 讨论(0)
  • 2020-12-17 17:55

    As commented by Mike, manage.windowsazure.com is the current production Azure Portal while portal.azure.com is the preview portal which will eventually replace the production portal.

    From an underlying technology perspective, there's one big difference between the production and preview portal. Production portal makes use of Azure Service Management API while the Preview portal makes use of Azure Resource Manager (ARM). Along with ARM API, you get Role-based access control (RBAC) that enables you to grant granular permissions on your Azure resources to your team members. In the production portal, there's only a concept of Subscription Administrator and Subscription Co-Administrator.

    Not all services in Azure has been ported to make use of ARM API as of today and that's why you see only few services in the preview portal. Services that make use of ARM API (all the new services) will only show up the preview portal.

    As to when to use what portal, just see the Azure services you need to manage. Based on how they can be managed, you will choose between production and preview portal. Also please note that functionality for a service may differ between portals even though it is present in both portals. That may be another criteria between choosing the portal.

    0 讨论(0)
提交回复
热议问题