簡體   English   中英

Azure BizTalk服務的LOB目標

[英]LOB Target for Azure BizTalk Service

我試圖在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'. 

這里的任何指針解決方法都將真正有幫助。

我終於能夠使用以下命令創建ACS命名空間-

New-AzureSBNamespace-名稱'testLOB'-位置'South Central US'

它沒有任何其他參數,請注意。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM