/logic-app-notes

Azure Logic App notes, templates, and scripts

Logic App Notes

This repository is a collection of notes, templates, and scripts that I wrote for Azure Logic App.

Templates

Deploy a standard logic app with a storage accont that is not publicly accessiable.

Deploy a standard logic app that uses managed identity to access its associated storage account.

Notes

Given an Api connection's resource id, find which all the logic apps that have reference to it.

If you accidentally delete a logic app, don't panic. There are ways to get it back.

Understand the cost of using a logic app.

Knowing the next execution time can help avoid misconfigurations. It's especially useful when the next run starts a few days later, as we don't want to wait that long to confirm if a trigger is working correctly.

Neither built-in nor managed connectors support accessing a network-restricted blob storage with a user-assigned identity. This note provides a workaround for this problem.