0

I have set up an Azure On-Premise Data Gateway by following these instructions here. I also tested accessing through Logic Apps following these instructions.

However, I don't want to use Logic Apps. Are there any client libraries where I can directly access the gateway instead of only being able to talk through the Logic Apps workflow schema?

All I'm trying to do is stream files from file paths on-prem using C#.

1
  • If the c# is on prem, why do you need the Gateway? Commented Aug 16, 2018 at 14:24

2 Answers 2

2

The gateway is built on top of Azure Relay, which you can use directly. Hybrid connections are also available in App Service.

Sign up to request clarification or add additional context in comments.

Comments

1

Unfortunately, there is no such DotNet SDK or any another SDK is available for you as of now which might help in On-Prem Data GateWay accessing.

As of now, you can use only the Power BI, Microsoft Flow, Logic Apps, and PowerApps services that may help you to securely transfer the data between On-Prem and Cloud.

There is also some list of an available data source for on-prem data gateway. You can find it here

If you are trying to move on-Prem SQL server to Azure SQL Database then ADF would be helpful

So finally, you would need to continue with your Logic Apps or other services which currently support the onPrem Data Gateway

2 Comments

@MurrayFoxcroft I don't understand that line of reasoning. If the Logic App itself uses the gateway, then the Logic App itself is an attack surface.
@MurrayFoxcroft it doesn't matter who controls things; an attack surface is an attack surface regardless. You shouldn't have mentioned that line of thought at all as it doesn't make sense.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.