Get-AzBotServiceHostSetting

Get per subscription settings needed to host bot in compute resource such as Azure App Service

Syntax

Get-AzBotServiceHostSetting
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Get per subscription settings needed to host bot in compute resource such as Azure App Service

Examples

Example 1: Get

Get-AzBotServiceHostSetting

BotOpenIdMetadata OAuthUrl ToBotFromChannelOpenIdMetadataUrl ToBotFromChannelTokenIssuer ToBotFromEmulatorOpenIdMetadataUrl ToChannelFromBotLoginUrl ToChannelFromBotOAuthScope
----------------- -------- --------------------------------- --------------------------- ---------------------------------- ------------------------ --------------------------

Get per subscription settings needed to host bot in compute resource such as Azure App Service

Parameters

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

Azure Subscription ID.

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

IHostSettingsResponse