User Profile
Omar_Abu_Arisheh
Joined 6 years ago
User Widgets
Recent Discussions
No content to show
Recent Blog Articles
Identify Logic Apps Consumption that are using deprecated V1 Actions and Triggers for SQL Connector
It has been announced that the V1 Actions/Triggers of the SQL Connector for Logic Apps will be deprecated by end of March 2024. In this article we will be using a PowerShell Script to identify the ...3.9KViews1like0CommentsConfigure PostgreSQL Connection in Logic Apps (Standard) with JDBC, call Function with Execute Query
* Many are using relational databases, the JDBC Connector for Logic Apps (Standard) allows to establish a connection with most relational databases and perform actions. We are exploring her...8.9KViews2likes4CommentsRetention in Logic Apps Standard - Including the retention of Storage Container Logs
Retention in Logic Apps Standard differs from Logic Apps Consumption. There are two settings that should be configured for the retention job to work properly, and especially for the logs in the Sto...7.6KViews4likes0CommentsUsing Inline Code instead of a Foreach Loop for better performance in Logic Apps
Are you not getting the performance levels that you want when using Foreach Loops in Logic Apps? The foreach loop with variables is slow by design, because each time the array variable is updat...9.6KViews2likes0CommentsUsing On-Premise Data Gateway if you need a static outbound IP for a Logic App to call external API
If you have a machine/server that has an outbound Static IP, you can install an On-Premise Data Gateway on that machine. You can call the API through the OPDGW from the Logic App (Consumption) using ...3.7KViews1like0Comments