gpt4 book ai didi

azure - 如何使用 Azure CLI 将 Azure 虚拟机加入 AD 域

转载 作者:行者123 更新时间:2023-12-02 23:44:09 26 4
gpt4 key购买 nike

我使用此 github 存储库将虚拟机加入现有的 Azure Active Directory 域:

https://github.com/Azure/azure-quickstart-templates/tree/master/201-vm-domain-join-existing

我的尝试是通过 azure CLI 以完全自动化的方式使用它

到目前为止我已经使用过这个 bash 命令行:

az group deployment create --resource-group sql-rg --name slq-vm --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-vm-domain-join-existing/azuredeploy.json --parameters '{ "vmList": "sql-vm", "location":"uksouth", "domainJoinUserName":"[email protected]", "domainJoinUserPassword":"*****", "domainFQDN":"myfqdn" }'

执行此命令后,我确实收到此错误:

Azure Error: InvalidRequestContent Message: The request content was invalid and could not be deserialized: 'Error converting value "sql-vm" to type 'Microsoft.WindowsAzure.ResourceStack.Frontdoor.Data.Definitions.DeploymentParameterDefinition'. Path 'properties.parameters.vmList', line 1, position 196.'.

正确的参数设置方法是什么?

最佳答案

只是为了节省别人的时间:

--parameters '{ "vmList": {"value":"sql-vm"}, "domainJoinUserName": {"value":"<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="42232637312730022f3b262d2f232b2c6c3729" rel="noreferrer noopener nofollow">[email protected]</a>"}, "domainJoinUserPassword":{"value":"*****"}, "domainFQDN":{"value":"myfqdn"} }'

应该以正确的方式指定参数。

关于azure - 如何使用 Azure CLI 将 Azure 虚拟机加入 AD 域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55401950/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com