Get-AzureBizTalkBridge

 

Important

Microsoft Azure BizTalk Services (MABS) is being retired, and replaced with Azure Logic Apps. If you currently use MABS, then Move from BizTalk Services to Logic Appsprovides some guidance on moving your integration solutions to Logic Apps.

If you're brand new to Logic Apps, then we suggest getting started here:

The Get-AzureBizTalkBridge lists bridges deployed to a BizTalk Services subscription. The cmdlet returns a collection of bridges based on the query.

Syntax

Get-AzureBizTalkBridge –AcsNamespace <AcsNamespace> -IssuerName <IssuerName> -IssuerKey <IssuerKey> –DeploymentUri <DeploymentUri> [-BridgePath <BridgePath>] [-Recurse] [<CommonParameters>]

Parameters

Parameter

Requirement

Description

-AcsNamespace <AcsNamespace>

Required

The Access Control namespace associated with BizTalk Services.

-IssuerName <IssuerName>

Required

The Access Control issuer name. Specifying incorrect Access Control credentials results in an authentication error.

-IssuerKey <IssuerKey>

Required

The Access Control issuer key. Specifying incorrect Access Control credentials results in an authentication error.

-DeploymentUri <DeploymentUri>

Required

The deployment URI for BizTalk Services. For example, https://myDeploymentUri.biztalk.windows.net/default/. Specifying an incorrect URL will result in an ObjectNotFound error.

[-BridgePath <BridgePath>]

Optional

The path under which the list of bridges has to be retrieved. You can also specify the specified bridge to be retrieved. If you do not provide a path, the default value of “\” is assumed and all the bridges under the deployment endpoint are retrieved.

[-Recurse]

Optional

If included, this parameter specifies that all the bridges under the sub-paths of the specified bridge path are retrieved as well. If this parameter is not included, only the bridges at the parent-level, immediately under the deployment endpoint are retrieved.

[CommonParameters]

Optional

Can be used with any cmdlet and are implemented by Windows PowerShell. Options include:

  • -Verbose

  • -Debug

  • -ErrorActions

  • -ErrorVariable

  • -WarningAction

  • -WarningVariable

  • -OutBuffer

  • -OutVariable

get-help about_commonparameters provides detailed information about these common parameters. about_CommonParameters is also a good resource.

See Also

PowerShell CmdLets to manage the BizTalk Service