Azure Function to read key values from Azure App Configuration
Almost 3 years ago, I wrote a blog post about How to get Key-values from Azure App Configuration within Logic Apps, and this is still valid today since we still don’t have an App Configuration...
View ArticleMay 22, 2023 Weekly Update on Microsoft Integration Platform & Azure iPaaS
__CONFIG_colors_palette__{“active_palette”:0,”config”:{“colors”:{“f3080”:{“name”:”Main Accent”,”parent”:-1},”f2bba”:{“name”:”Main Light 10″,”parent”:”f3080″},”trewq”:{“name”:”Main Light...
View ArticlePowerShell script to download a specific version of WinSCP
Today I was helping a BizTalk Server customer migrate their process from using the FTP adapter to the SFTP adapter. And if you are familiar with the BizTalk SFTP adapter, you will be aware of the...
View ArticleBizTalk Mapper Extensions UtilityPack: DateTime Functoids for BizTalk Server...
Today, after almost 3 years since I did the last update on the package, I updated it with a new suite of functoids that are now part of the BizTalk Mapper Extensions UtilityPack project available for...
View ArticleJSON Validator Tool
Another common task for us developers inside Azure Integration Services, especially inside Logic Apps, is manually creating a JSON message, either inside a Parse JSON action, Compose action, or...
View ArticleAzure Function: JSON Schema Validation
JSON Schema is a declarative language that allows you to annotate. It provides a format for what JSON data is required for a given application and how to interact with it and validate JSON documents to...
View ArticleNatural Language Message Validation with Logic Apps and ChatGPT
In one of my previous documents, I spoke about how to configure ChatGPT to be used with Azure Logic Apps. At that time, my team and I decided to create that blog post just for fun, but we didn´t yet...
View ArticleMicrosoft Integration and Azure Stencils Pack for Visio: New version...
The last time I released a new version of my stencil, it was on January 26 of 2022. A long time ago indeed, so it is fair to say that I do need to release a new major version of my stencils, and that...
View ArticleAzure Function: JSON Schema Validation (new release)
We just released a new version of our Azure Function JSON Schema Validation, adding support for more complex schema validations. In this case, we add support for applying subschemas validation...
View ArticleJoin me at Azure Logic Apps Community Day 2023 | June 22, 2023 | A walk in...
With INTEGRATE 2023 London concluded, time to shift gears to the next big event on cloud integration: Azure Logic Apps Community Day 2023, sometimes called LogicAppsAviators Community Day, which will...
View ArticleHow to Create an Integration Account Project in Visual Studio 2019
An Integration Account allows you to build Logic Apps with enterprise B2B capabilities by adding various necessary artifacts. It serves as a central repository for managing various integration assets...
View ArticleLogic App Standard local run error: Failed to find “func host start” task.
I have been developing Logic App Standard for a long time and never had an issue running them locally, as far as I remember, until a few months ago. I never pay too much attention because I was not...
View ArticleBizTalk Visual Studio Compile Error: The operation could not be completed....
Always funny returning to an old BizTalk Server solution I did in the past! Today while modifying an existing solution for the first time in 3 years! – you have to love BizTalk Server for that...
View ArticleLogic App Standard error calling Transform using Data Mapper XSLT action:...
I have been testing Data Mapper for almost maybe 4 months since the first private previews. Still, I have usually tried the Data Mapper capabilities and not the interaction between Logic Apps Standard...
View ArticleAzure Function: JSON Schema Validation (new release v3.0)
We just released another version of our Azure Function JSON Schema Validation, adding support to another feature. In this case, a very basic one, required fields. In order to specify the mandatory...
View ArticleA fish out of water: How to check what SSIS packages are running and stop them?
You may already know that I usually use the series A fish out of water when I want to write something that goes a little bit off-topic on my main blog topic: Enterprise Integration. This time, and...
View ArticleLogic App Standard local run error: Failed to verify “AzureWebJobsStorage”...
Last night when I was about to deliver my Logic Apps Data Mapper session at Azure Logic Apps Community Day 2023, more or less 15 minutes earlier, I decided to do a last test run on my demos – it is...
View ArticleAzure Function to convert Google Documents (.gdoc) into Word Documents (.docx)
In Google Web UI Perspective, we have the option to download the Google Docs (word) files in terms of the formats. From the Logic App perspective, we can easily list files from the folder, but...
View ArticleDemocratizing RPA with Power Automate Desktop Book Review
The book states: “Boost your productivity by implementing best practices for automating repeating desktop processes.”, adding that no special IT knowledge is needed for this book. And I have to say...
View ArticleLogic Apps (Standard) Data Mapper Patterns: Aggregation Pattern
Basically, the Aggregation Pattern could also be another example or a subset of the Content Enricher Pattern (you can know more about this here: BizTalk Mapping Patterns & Best Practices), but...
View Article