When you create a logic app of type standard, it runs in a single-tenant environment.
Meaning, the logic app runs in a single dedicated instance. The standard Logic is hosted as an extension on Azure Functions runtime.
This means you can run logic apps anywhere that Azure Functions runs. Also, you can apply any network topology and
choose any available compute size. This also requires Storage Account to be associated with it. The Storage account hosts the content needed
for the logic app to be up and running.
Due to the increase in security and policies many organizations want Storage Accounts to be secured behind the network.
In this blog, we will see how to create a stand logic app with a storage account secured with VENT or private endpoints.