Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jquery-ui/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
通过计费将现有域转移到Azure_Azure_Azure Web App Service - Fatal编程技术网

通过计费将现有域转移到Azure

通过计费将现有域转移到Azure,azure,azure-web-app-service,Azure,Azure Web App Service,我已经有一个非azure域提供商的域(具体来说是arvixe.com)。我想彻底摆脱我目前的注册商,完全转移到Azure,包括托管和支付我的域名。我找不到这样做的方法。powershell脚本很少,但在我的情况下没有一个可用。请注意,在注册后60天内,域的传输可能会受到限制,您必须确保域不可用 在2018年3月15日的声明中,一位Microsoft主持人表示,仅对.com、.org和.net顶级域支持传输 见Omar JG/SadiqhAhmed MSFT的答案: 范围:仅支持.com、org、

我已经有一个非azure域提供商的域(具体来说是arvixe.com)。我想彻底摆脱我目前的注册商,完全转移到Azure,包括托管和支付我的域名。我找不到这样做的方法。powershell脚本很少,但在我的情况下没有一个可用。

请注意,在注册后60天内,域的传输可能会受到限制,您必须确保域不可用

在2018年3月15日的声明中,一位Microsoft主持人表示,仅对
.com
.org
.net
顶级域支持传输

见Omar JG/SadiqhAhmed MSFT的答案:

范围:仅支持.com、org、.net的域转移

现在可以使用PowerShell将在Azure之外购买的域转移到Azure。下面是PowerShell脚本:

$ResourceName = "<domain>" #user's domain (constoso.com)
$PropertiesObject = @{
    'Consent' = @{
        'AgreementKeys' = @("DNPA","DNTA");
        'AgreedBy' = '<ip_address>'; #user's IP address (192.168.1.1)
        'AgreedAt' = '<time>'; #roughly the current time (2017-13-05T12:25:30.6850404Z)
    };
    'authCode' = '<auth_code>'; #code obtained from their current provider in order to transfer out the domain
    'Privacy' = 'true';
    'autoRenew' = 'true';
}
$ResourceName=”“#用户域(constoso.com)
$PropertiesObject=@{
“同意”=@{
“协议密钥”=@(“DNPA”、“DNTA”);
“AgreedBy”='';#用户的IP地址(192.168.1.1)
“AgreedAt”大致为当前时间(2017-13-05T12:25:30.6850404Z)
};
“authCode”='';#从其当前提供程序获取的代码,以便转出域
“隐私”=“真实”;
'autoRenew'='true';
}

我没有发现任何最近的迹象表明这一范围已经扩大。

请注意,域名的转让可能会在注册后的60天内受到限制,您必须确保该域名没有受到限制

在2018年3月15日的声明中,一位Microsoft主持人表示,仅对
.com
.org
.net
顶级域支持传输

见Omar JG/SadiqhAhmed MSFT的答案:

范围:仅支持.com、org、.net的域转移

现在可以使用PowerShell将在Azure之外购买的域转移到Azure。下面是PowerShell脚本:

$ResourceName = "<domain>" #user's domain (constoso.com)
$PropertiesObject = @{
    'Consent' = @{
        'AgreementKeys' = @("DNPA","DNTA");
        'AgreedBy' = '<ip_address>'; #user's IP address (192.168.1.1)
        'AgreedAt' = '<time>'; #roughly the current time (2017-13-05T12:25:30.6850404Z)
    };
    'authCode' = '<auth_code>'; #code obtained from their current provider in order to transfer out the domain
    'Privacy' = 'true';
    'autoRenew' = 'true';
}
$ResourceName=”“#用户域(constoso.com)
$PropertiesObject=@{
“同意”=@{
“协议密钥”=@(“DNPA”、“DNTA”);
“AgreedBy”='';#用户的IP地址(192.168.1.1)
“AgreedAt”大致为当前时间(2017-13-05T12:25:30.6850404Z)
};
“authCode”='';#从其当前提供程序获取的代码,以便转出域
“隐私”=“真实”;
'autoRenew'='true';
}

我最近没有发现任何迹象表明这一范围已经扩大。

请参阅我的答案,不过如果您发布一个指向您尝试过的脚本的链接,并指出它们以何种方式不起作用,我可能会提供更具体的内容。请参阅我的答案,虽然如果您发布一个指向您尝试过的脚本的链接,并指出它们不起作用的方式,我可能能够提供更具体的内容。感谢Trevor的回复,但当我尝试从powershell(本地和云shell)执行脚本时,我收到了500个错误。除了500错误,消息中没有真实信息。事实上,我看到的是典型的asp.net web.config问题页面。@Vinit Yadav-是受支持的顶级域之一中的域。除了.com、.org和.net之外,Arvixe还提供了许多TLD。我之所以问这个问题,是因为这篇文章的原始版本中有“xyz”。是的,我的域是.com域。谢谢Trevor的回复,但是当我尝试从powershell(本地和云shell)执行脚本时,我收到了500个错误。除了500错误,消息中没有真实信息。事实上,我看到的是典型的asp.net web.config问题页面。@Vinit Yadav-是受支持的顶级域之一中的域。除了.com、.org和.net之外,Arvixe还提供了许多TLD。我之所以问这个问题,是因为这篇文章的原始版本中有“xyz”。是的,我的域名是.com域名。