通过 api 创建实例、删除实例、更改 ip ,等等。我找了下,它所谓的 api 服务好像不是这个概念的?
![]() |
1
dzdh 81 天前
|
![]() |
2
Biggoldfish 81 天前 via Android
|
![]() |
3
xomix 81 天前
你要找的这种东西是 IaC ,推荐 ansible 、terraform 、pulumi 等
|
![]() |
4
Puteulanus 81 天前
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
terraform 好用,但是 Azure 的 API 是真的扶不上墙,创建个 web 网关 20 分钟,还能遇上各种奇妙的 bug 其他云恨不得宣传自己 setup 时间是按秒的,我们之前 Azure 的环境 terraform apply 要 40 分钟到一个小时 |
![]() |
5
IDAEngine 81 天前
azurecli 还挺好用的
|