< Back

Start-AzureRmLogicApp

Tue Jan 29, 2019 9:52 pm

NAME Start-AzureRmLogicApp



SYNOPSIS

Runs a logic app in a resource group.





SYNTAX

Start-AzureRmLogicApp [-DefaultProfile <IAzureContextContainer>] -Name <String> [-Parameters <Object>] -ResourceGroupName <String> -TriggerName

<String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Start-AzureRmLogicApp cmdlet runs a logic app by using the Logic Apps feature. Specify a name, resource group, and trigger.



This module supports dynamic parameters. To use a dynamic parameter, type it in the command. To discover the names of dynamic parameters, type a

hyphen (-) after the cmdlet name, and then press the Tab key repeatedly to cycle through the available parameters. If you omit a required template

parameter, the cmdlet prompts you for the value.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Specifies the name of the logic app that this cmdlet starts.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Parameters <Object>

Specifies a parameters collection object of the logic app. Specify a hash table, Dictionary<string>, or Dictionary<string, WorkflowParameter>.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group that contains the logic app that this cmdlet starts.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-TriggerName <String>

Specifies the name of the trigger of the logic app that this cmdlet starts.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

System.Object







NOTES









Example 1: Run a logic app



PS C:\\>Start-AzureRmLogicApp -ResourceGroupName "ResourceGroup11" -Name "LogicApp03" -TriggerName "Trigger22"



This command runs the logic app in the resource group named ResourceGroup11.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... rmlogicapp

Get-AzureRmLogicApp

Get-AzureRmLogicAppRunHistory

New-AzureRmLogicApp

Remove-AzureRmLogicApp

Set-AzureRmLogicApp

Stop-AzureRmLogicAppRun