Get Logic App CallbackURL in Bicep

Jeroen VdB
Jun 1, 2021

In order to get the CallBackURL of an HTTP triggered Logic App in a Bicep script use:

listCallbackURL('${myLogicApp.id}/triggers/manual', '2017-07-01').value

(The API version depends on the version of your Logic App.)

For a full Bicep example see:

--

--

Jeroen VdB

Integration developer with a focus on Microsoft Azure.