Tag: azure

  • Countdown to Global Integration Bootcamp 2021

    Last January, I wrote about this year edition of Global Integration Bootcamp. As you might remember, this year we locked it on 26-27 February (UTC Time) running two different event streams starting at times that can be suitable for the three main time zone areas- APAC, EMEA and Americas. Lineup We’ve received an awesome number…

  • API Management – Arc Enabled

    API Management what enabled? If you haven’t keeping up with the news from MS Ignite 2019, the title might be a bit confusing. Arc (not A.R.C as I read it initially) is a new Service in Azure that allow customer to deploy and manage Azure Services anywhere – and anywhere in this case means any…

  • Rethinking an old Logic App deployment package- part IV

    Previously in Note to self… I got one step closer to my goal to export all logic apps from a resource group to a Visual Studio project, using linked templates to deploy all logic apps in one when required, but still being able to deploy individual logic apps for a patch template. In previous posts,…

  • Rethinking an old Logic App deployment package – part III

    Previously in Note to self… I’ve been discussing how I’ve leveraged Jeff Hollan’s Logic App Template Generator and some PowerShell goodness to export a ARM templates to all Logic Apps in a specific resource group. You can read about that here. Linking ARM Templates together Azure Resource Manager templates have the ability to link templates,…

  • Rethinking an old Logic App deployment package – part II

    Previously in Note to self… I’ve been discussing how my first Logic App deployment package was not exactly what I’ve envisaged. So when I had a chance to revamp it, I jumped into the opportunity. You can read about that here. Logic App Template Generator I’ve decided to use Jeff Hollan’s Logic App Template Generator…

  • Rethinking an old Logic App deployment package – Part I

    Some time ago I had the opportunity to work on a big Logic Apps implementation. The project was a big success and I’ve learned a lot… but one thing always bugged me on that project: the way I’ve tackled deployment. It was a mix of me, my team getting used to logic apps and the…