• Skip to primary navigation
  • Skip to content
  • Skip to footer
InnoJero InnoJero
  • Posts
  • Categories
  • Tags
  • About
    Jeroen Van den Broeck

    Jeroen Van den Broeck

    Freelance software developer & consultant, with a focus on Azure Integration Services.

    • GitHub
    • X (Twitter)
    • LinkedIn
    • Mail

    Get Logic App CallbackURL in Bicep

    2021-06-01 less than 1 minute read

    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:

    Tags: Logic Apps

    Categories: Azure, TIL

    Updated: 2021-06-01

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    From Myth To Reality: A Full Stack .NET Opportunity - Episode 1

    2024-03-22 2 minute read

    Once upon a time, there was a back-end developer who was given the chance to build a full-stack mobile and web application from scratch. As he is mostly fami...

    Embracing Branding Control with Jekyll

    2024-03-08 1 minute read

    After much thought, I’m bidding farewell to Medium, not because it’s lacking, but because I’m venturing into freelance and crave more control over my blog’s ...

    Beware of nesting too many Bicep/ARM modules

    2023-11-03 less than 1 minute read

    As I was deploying an application to Azure using Bicep, I noticed the deployment took much longer compared to a similar project. The amount and type of resou...

    Fix Azure AD B2C outdated jQuery version

    2023-05-05 1 minute read

    TL;DR Using custom policies, update the ContentDefinition DataUri values to the latest version, based on the jQuery and Handlebars versions table. as shown i...

    • GitHub
    • X (Twitter)
    • LinkedIn
    • Mail
    • Feed
    © 2025 InnoJero. Powered by Jekyll & Minimal Mistakes.