API Management Terraform deployment error: The user, group or application...
Last week, I got, once again, the following error while trying to deploy an API on API Management using a Terraform Visual Studio project: Error: making Read request on Azure KeyVault Secret...
View ArticleAPI Management Terraform deployment error: A resource with the ID already exists
Following my last blog post: API Management Terraform deployment error: The user, group or application ‘does not have secrets get permission on key vault. Last week, while developing and deploying an...
View ArticleLogic App Transformation Error: InvalidXml. The XML validation failed. Data...
In this saga of Errors and Warnings, Causes, and Solutions in Azure – if you follow me, you know that this is one of my favorite topics – I got a fancy one. If you work in the Azure Integration space,...
View ArticleBizTalk Server WCF-SQL: The certificate chain was issued by an authority that...
Today, while trying to generate a new WCF-SQL Schema from Visual Studio, we got the following error: Connecting to the LOB system has failed. A connection was successfully established with the server,...
View ArticleFriday Fact: Response Connector Do Not Perform A Schema Validation At...
When you need to perform a schema validation in runtime while using the trigger, When a HTTP request is received, Logic Apps gift us the possibility to perform that validation recurring to a setting...
View ArticleBizTalk Server WCF-SQL: Invalid object name while using temporary tables
It is pretty common to use temporary tables to perform some internal logic inside your SQL queries or scripts. I have seen several times being used, for example, inside Stored Procedures. The problem...
View ArticleThere was a failure executing the send pipeline:...
I wrote this issue many years ago in this blog post, and I’m revisiting it to add more information about it because today I got the same error while trying to communicate to a SQL Server and call a...
View ArticleFriday Fact: XML to JSON Conversion in API Management and Logic Apps have...
I don’t know the reason why two products from the same family – Azure Integration Services – have completely different behaviors while converting XML to JSON, but that is the current reality. It is a...
View ArticleSeamlessly Adding Tags to Azure Function Apps via Visual Studio: A Guide for...
Have you ever wondered how to add tags to your Function App through Visual Studio? Let’s break it down, but first, here’s a quick overview of how you would do it in the Azure Portal: On your Function...
View ArticleSend File To a Date-Based Structure Encoder Pipeline Component
Time to get back to BizTalk Server and publish new resources on this amazing product and also return to one of my old pet projects: the BizTalk Pipeline Components Extensions Utility Pack. Today, I...
View ArticleRemove XML Empty Nodes Pipeline Component
Another day, another BizTalk Server Pipeline Component! Today, I decided to release a brand new component called the Remove XML Empty Nodes Pipeline Component. For those who aren’t familiar with it,...
View ArticleBizTalk WCF-SAP Adapter error: Loading property information list by namespace...
A client reported to me an error that we were getting in our BizTalk Server production environment this week. We had deployed a new orchestration and a new SAP receive port to handle a new partner,...
View ArticleFriday (funny) Fact: There is no size limit for the Logic App parameter name
In Azure Logic Apps, you can abstract values that might change in workflows across development, test, and production environments by defining parameters. A Logic App parameter stores values that can be...
View ArticlePowerShell script to identify all SQL V1 actions and triggers inside Logic...
A few days ago, Luis Rigueira created a Kusto query to identify all Logic Apps Consumptions that use SQL V1 actions and triggers that will soon be deprecated (end of March 2024). The query also tries...
View ArticleBizTalk Oracle Adapter error: The assembly required for type mapping not found.
Today while I was developing a new BizTalk Server solution that communicates with the Oracle database, I encountered a familiar issue that I forgot to document in the past:...
View ArticleBizTalk Server Visual Studio project: attempted re-targeting of the project...
Yesterday while I was trying to configure a new BizTalk Server RosettaNet project in a client, I found a curious new error/issue while copying the BizTalk Server solution into the client development...
View ArticleLogic App Consumption deployment: The secret of KeyVault parameter cannot be...
Recently, a client asked me for help rectifying some existing logic apps in their environment because their resource had left the company. Not only to rectify the project but to put it in a better...
View Article