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