我正在尝试在 Azure BizTalk Services 中构建 SQL LOB 目标,最初我尝试通过 Visual Studio 创建一个并遇到以下错误:
Message: 'Error occurred while trying to bring up the relay service.
Error Message: 'The remote name could not be resolved: 'xxxxxx-ns-sb.accesscontrol.windows.net'
这是因为要创建 LOB 目标,我们需要使用 ACS 进行身份验证的服务总线,但从 2014 年 8 月起,对 ACS 身份验证 SB 的支持已被 SSA 取代。
我在几个地方找到的解决方法是使用 Azure PowerShell 创建一个新的 SB,但事实证明新的 Azure PowerShell SDK 无法识别命令本身 -
New-AzureSBNamespace : A parameter cannot be found that matches parameter name 'CreateACSNamespace'.
New-AzureSBNamespace : A parameter cannot be found that matches parameter name 'useAcs'.
这里的任何指针解决方法都会有帮助。