Get Logic App CallbackURL in Bicep
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: