Related Articles
Newsletter
Join our blog
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.


-1.png)
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 Classes
Private deliveries of courses for groups
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.
Cheat Sheets
Quick references for when you need a little guidance.
Prag Guides
Explore our knowledge base for quick tips on syntax, functions, and more!
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.
Nerd Guides
Summaries developed in conjunction with our Learn with the Nerds sessions.
Quickstarts
Hands-on training with expert-led collaborative development.
Private Training
Personalized approach for your specific training requirements
Hackathons
Use your own data to take your team's skills to the next level.
Virtual mentoring
Get there faster with your personal trainer.
Enablement
Comprehensive enterprise enablement training for your team.
Admin Hackathon
Tame your power platform environment.
Recently, I was with a client who was using Azure Logic Apps to trigger an Azure Data Factory pipeline. If you’re using Azure Logic Apps to do this, I’d like to share a tip with you.
For those of you that are using Logic Apps and passing parameters to ADF, the Connector in Logic Apps got an update where you can add a parameter directly using the GUI and no longer need to hard code this in the JSON like we had to do previously.
Let’s jump into the Azure portal to see how this works: (please view video included here to see demo)
We don’t want to use just that parameter, we must give it a Key Value Pair:
{
“Key”:”Value”
}
You need to do this so that Azure Data Factory knows what you’re passing to it and you can go in and put your dynamic content in for your schedule code. I ran into a few issues with this when I first fired it up, so I hope this tip is helpful to you.
If you have questions on this or anything Azure related, you’re in the right place. Click the link below or contact us—we’re here to help every step of the way and help you take your business from good to great.
Free Trial
private training
Newsletter
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Leave a comment