创建混合连接Azure Rest API

时间:2016-07-27 20:08:40

标签: c# azure biztalk-services

我正在尝试使用rest API在Azure BizTalk服务中创建混合连接。不过,我收到了这个错误:

<Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Code>InternalError</Code>
  <Message>The server encountered an internal error. Please retry the request.</Message>
</Error>

请求:

PUT https://management.core.windows.net/36be0e4b-0a10-4b12-8b1c-6aefd3df3fe9/cloudservices/Default-BizTalk-South-Central-US/resources/biztalkservices/~/biztalk/qwbiztalkservice/hybridconnection/namenewhybridconnection HTTP/1.1
Accept: application/xml
x-ms-version: 2012-08-01
Content-Type: application/xml; charset=utf-8
Host: management.core.windows.net
Content-Length: 152
Expect: 100-continue
Connection: Keep-Alive

<HybridConnectionInput xmlns=\"http://schemas.microsoft.com/windowsazure\">
  <HostName>myhost</HostName>
  <Port>443</Port>
</HybridConnectionInput>

文档参考:https://msdn.microsoft.com/en-us/library/azure/dn743828.aspx

0 个答案:

没有答案