Azure Functions to Convert XML into JSON
Why do we need this Azure Function? This may be the question that you are asking yourself at the moment. Because if we are using Azure Integration Services, we can easily use: The json() expression...
View ArticleAzure Function to Apply XSLT Transformations
Another Azure Function? Can we accomplish the same with default capabilities inside Logic Apps or Azure API Management? These may be, once again, the questions that you are asking yourself at the...
View ArticleNotes From The Road: 2023 Year In Review
I usually like to see the positive side of things, even in adverse situations, so despite 2023, it has been a strange year, neither good nor bad, just weird. Perhaps the constant inflation of the cost...
View ArticleFriday Fact: Integration Account doesn’t support XML Nested Schemas for...
For 2024, I have challenged my team to every Friday to publish a fact about the technologies we work on every day. The base rules will be: This has to be an easy-to-read post. The fact can be virtually...
View ArticleAzure Functions: .NET 8 Functions worker is missing from the Azure Function...
It is always fun to return to one of my favorite topics: Errors and warnings, causes and solutions, this time on Azure. It was not a fun night yesterday! And all of that because of the nightmare that...
View ArticleFriday Fact: Settings present on local.settings.json file inside Azure...
When creating an Azure Function, it’s crucial for security reasons to avoid directly embedding connection strings and other sensitive information in the code. In our development environment, a common...
View ArticleVisual Studio Logic App Consumption deployment: The subscription is not...
Last week, I was helping a client start their footprint on Azure by deploying our very first services: an Azure Function and a few Logic Apps Consumption. Because this was the first introduction to...
View ArticleAzure Function to Apply Liquid Transformations
After the release of our Azure Function to Apply XSLT Transformations, it is now time for another Azure Function under the same context: an Azure Function to Apply Liquid Transformations. As in the...
View ArticleBizTalk Server error: BizTalk Server cannot access SQL Server
A client called me this week to help with their BizTalk Server production environment. BizTalk was not running, and they needed to know the reason why. Quickly, while we investigated the issue, we saw...
View ArticleFriday Fact: Is BizTalk Server dead? Hell, no!
This will probably be one of the most polemic Friday Facts, but this topic brings miss feelings depending on who you are. On the other hand, I work in both worlds, enjoy this mix of capabilities, and...
View ArticleMy Journey at the INTEGRATE Conference and why should you attend this event
INTEGRATE 2024 was recently announced, and although we still don’t have a list of speakers, I’m super excited about it. The event will occur between 10 & 11 June 2024 at Kings Place, London. You...
View ArticleBizTalk Server to Azure Integration Services: Validate XML messages before...
Welcome again to another BizTalk Server to Azure Integration Services blog post, this time on my personal blog post. Today, we will address a common scenario and requirement in Enterprise Integration...
View ArticleAzure Cost Optimizations: Push vs Pull may significantly impact the final...
It is really important for companies to have implemented strategies and policies defined before starting to implement integration solutions on Azure or give decision design power to external consultant...
View ArticleBizTalk Server to Azure Integration Services: How do we migrate Dynamic Ports?
Welcome again to another BizTalk Server to Azure Integration Services blog post. In my previous blog post, I discussed how to send zipped messages or files. Today, we will discuss a classic requirement...
View ArticleAzure Cost Optimizations: Logic App skipped triggers are billable
Azure Cost Optimizations is a very complex topic, and depending on the services you are using, it will require different skills and knowledge. Today, I’m going to speak about Logic App Consumption and...
View ArticleLogic App Consumption Bulk Failed Runs Resubmit Tool
Last week, we posted a Logic App, Best Practices, Tips, and Tricks, about the ability to resubmit multiple runs at once and how that process can be a tedious and sometimes complicated process. Luckily...
View ArticleAzure Function to Apply XML Validation (Basic)
After the release of our two previous Azure Functions that will help us minimize or completely remove the need for an Integration Account: Today is the correct time to release another Azure Function...
View ArticleAzure Function to Apply XML Validation (Intermedium)
After the release of our Azure Function to Apply XML Validation (Basic), it is now time for another Azure Function under the same context: an Azure Function to Apply XML Validation (Intermedium). You...
View ArticleAzure Function to Apply XML Validation (Advanced)
After the release of our previous XML Validation Functions: It is now time to release our last Azure Function under the same context: an Azure Function to Apply XML Validation (Advanced). As I...
View ArticleAzure Functions to validate XML against DTD
After the release of a set of Azure Functions that will help us minimize or completely remove the need for an Integration Account: Today, I’m going to release a new function – validate XML against DTD...
View Article