简体   繁体   English

创建Azure管理网站

[英]Create Azure Management Site

Can we create a sites that can: 我们可以创建一个站点,可以:

  • showing available VMs; 显示可用的虚拟机;
  • deallocate VMs; 取消分配虚拟机;
  • show pings. 显示ping。

I prefer using Node, but other language is accepted. 我更喜欢使用Node,但是可以接受其他语言。

Currently, I'm monitoring using azure-cli. 目前,我正在使用azure-cli进行监视。 But, I'm asked to create a more user friendly UI. 但是,我被要求创建一个更加用户友好的UI。

Most of the operations that you can perform on the azure portal can be done using azure management api and powershell azure commandlets. 您可以在azure门户上执行的大多数操作都可以使用azure管理api和powershell azure Commandlet完成。

Azure management API are REST based and hence can be consumed from any platform that supports http. Azure管理API基于REST,因此可以从任何支持http的平台上使用。 Sample to start and stop VM - http://code.msdn.microsoft.com/windowsapps/How-to-start-deallocated-c23b7cbe 启动和停止VM的示例-http: //code.msdn.microsoft.com/windowsapps/How-to-start-deallocated-c23b7cbe

Likewise you can write your own program to do the required management activities. 同样,您可以编写自己的程序来执行所需的管理活动。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM