咋整的,有教程不,不会用cli</blockquote></div><br />
之前论坛别人发的<br />
# 创建资源组<br />
az group create --name 资源组名称 --location southeastasia<br />
<br />
# 创建虚拟机<br />
az vm create --resource-group 资源组名称 --name VM名称 --image Debian:debian-11:11-gen2:latest --authentication-type password --admin-username VM用户名 --admin-password VM密码 --size Standard_B1s --os-disk-size-gb 64<br />
<br />
# 防火Q开放全端口<br />
az vm open-port -n VM名称 -g 资源组名称 --port 0-65535<br />
搭配谷歌试呗 新号开,会导致风控,看运气 <div class="quote"><blockquote><font size="2"><a href="https://hostloc.com/forum.php?mod=redirect&goto=findpost&pid=13899502&ptid=1142682" target="_blank"><font color="#999999">Romeoiii 发表于 2023-3-1 17:27</font></a></font><br />
新号开,会导致风控,看运气</blockquote></div><br />
老号
页:
1
[2]