Azure Function: Zip File
Unfortunately, there are no out-of-the-box capabilities inside Logic Apps, Consumption or Standard, to zip (or compress) files You may be wondering why we
How to integrate RabbitMQ with Logic Apps (video)
Unfortunately, no Logic App connector can make the bridge to RabbitMQ, which makes this integration challenge a little bit more complicated However, we have
Azure Function to consume RabbitMQ messages
Unfortunately, no Logic App connector can make the bridge to RabbitMQ, which makes this integration challenge a little bit more complicated However, we have
Azure 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
Azure 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
Azure 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
Azure 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
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
Azure Functions DateTime Conversion
It is Friday, and just for fun and also because I would like to have a watch (one of my passions) in the cover picture, I decided to migrate a subset of an
Azure Functions to generate unique identifiers
There are so many scenarios that I faced in more than 18 years doing integration that required me to generate a unique id that I don't know how to start