Related Articles
Newsletter
Join our blog
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Start with the FREE community plan and get your lifetime access to 20+ courses. Get Instant Access Now!
Need help? Talk to an expert: (904) 638-5743
Private Training
Customized training to master new skills and grow your business.
On-Demand Learning
Beginner to advanced classes taught by Microsoft MVPs and Authors.
Bootcamps
In-depth boot camps take you from a novice to mastery in less than a week.
Season Learning Pass
Get access to our very best training offerings for successful up-skilling.
Stream Pro Plus
Combine On-Demand Learning platform with face-to-face Virtual Mentoring.
Certification Training
Prepare and ace your next certification with CertXP.
Private Training
Cheat Sheets
Quick references for when you need a little guidance.
Nerd Guides
Summaries developed in conjunction with our Learn with the Nerds sessions.
Downloads
Digital goodies - code samples, student files, and other must have files.
Blog
Stay up-to-date on all things Power BI, Power Apps, Microsoft 365 and Azure.
Community Discord Server
Start here for technology questions to get answers from the community.
Career Guides
Breaking into the field? Let these guides help get you started with a plan.
Affiliate Program
Earn money by driving sales through the Pragmatic Works' Training Affiliate Program.
Reseller Partner
It's time to address your client's training needs.
Foundation
Learn how to get into IT with free training and mentorship.
Management Team
Discover the faces behind our success: Meet our dedicated team
Contact Us
How can we help? Connect with Our Team Today!
FAQs
Find all the information you’re looking for. We’re happy to help.
Lately we’ve been in conversations with customers about using either Data Factory or Logic Apps for pulling data from applications, maybe using REST API Calls. We’ve discussed why you would use one over the other and we’ve shared how we now favor patterns that use Data Factory and Azure Logic Apps, so it’s not a choice of one or the other.
But today I’d like to show why I prefer to use Logic Apps in cases where we’re accessing data from HTTP endpoints. The diagram below is from Azure Data Factory and shows building a connection to an HTTP service.
What I want to focus on here is the authentication types. This is one of the key reasons why I gravitate to Logic Apps. In Data Factory, I have a limited list of choices as far as authentication methods including anonymous or no security – in most cases not a feasible option. In many cases we’re pulling data from public facing websites, so things like Windows authentication is not a viable option.
With Logic Apps I have many more options and much more flexibility as far as configuring how REST API calls are made. The diagram below is something we built for a call that we had been working with where the application was using OAuth and it required an access token string to be passed in.
With a Logic App this is relatively straightforward but is something we can’t do in Azure Data Factory today. My illustration shows what that would look like. It’s much simpler to parameterize your URL, so if there are query parameters that you pass into the URL, it’s a bit easier to do in Logic Apps.
I hope this quick example was helpful in showing why, in my opinion, Azure Logic Apps are a better choice over Azure Data Factory when accessing data from an HTTP endpoint. If you have questions on data in the cloud, Azure data platform or anything Azure related, we are your best resource. We work with our clients using Azure all the time—click the link below or contact us, we’re here to help.
ABOUT THE AUTHOR
Free Trial
private training
Newsletter
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Leave a comment