Forum Discussion
JackK1870
Jul 25, 2020Copper Contributor
Logic Apps and VNET access without ISE ?
Hello, So the Azure Integrated Service Environment (ISE) is an awesome thing, but not cheap. With the ultimate goal of using Logic Apps to fetch (and push) data from on-prem data sources via ...
mfessalifi
Jul 26, 2020Copper Contributor
Hi Kahl,
You can configured a On Premise data gateway on an Azure VM, using this gateway as trigger in a logic app works. And by this way the connection between Azure VM and your on premise source go through Express Route.
Regards,
Faiçal
You can configured a On Premise data gateway on an Azure VM, using this gateway as trigger in a logic app works. And by this way the connection between Azure VM and your on premise source go through Express Route.
Regards,
Faiçal
JackK1870
Jul 26, 2020Copper Contributor
Hi Faiçal,
Thanks for the reply.
I am trying to avoid using on-prem data gateways however (as well as hybrid connections and relays) - is there another way around this?
There's no problem with Function Apps, Service Bus and APIM as you just need a premium plan / tier (which isn't cheap but isn't 'too' expensive) but add Logic Apps to the equation and you need ISE - and there goes your budget!
J. Kahl
Thanks for the reply.
I am trying to avoid using on-prem data gateways however (as well as hybrid connections and relays) - is there another way around this?
There's no problem with Function Apps, Service Bus and APIM as you just need a premium plan / tier (which isn't cheap but isn't 'too' expensive) but add Logic Apps to the equation and you need ISE - and there goes your budget!
J. Kahl
- pazdedavAug 12, 2020Iron Contributor
Hi JackK1870 ,
One of my customers is also trying to avoid using ISE but still being able to contact a service hosted on-premises.
My suggestion (not tested) was to try:
- have Azure Function step in the workflow
- provision the Function App with Regional VNet integration option (only some App Service Plans support it though)
- utilize the existing cross-premises connectivity (Hub & Spoke network design with Express Route) to call that service from the function
- store credentials required to call that on-prem service using Key Vault and reference the secret in App Settings
This might work, but it depends on your network setup.
- mfessalifiAug 09, 2020Copper ContributorHello @kahl,
Here on Architecture and Security prospective, I need clarification to try helping you:
Are you OK to transit data through Internet (with TLS sure)?
Are you using Express Route or VPN to connect on-premise and Azure Resources?
Is your need is Data movement (from On Premise to Azure) or Data Transformation and Ingestion (ETL/ELT)?
Regards,
Faiçal (MCT, Expert on Azure & Team Leader)