Logic 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 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 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 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 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 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 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 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 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 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 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 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 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: 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 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 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 ArticleAPI 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 ArticleFriday Fact: It is possible to create an XML first-class experience inside...
By default, Logic Apps provides a good first-class experience for JSON, that means when we receive a JSON message, we can tokenize the elements by using a JSON schema inside, for example, a Parse JSON...
View ArticleDeleting A Logic App Without Log Analytics Configured? Export Run Details For...
Sometimes, companies face the need to delete important Logic Apps but need to retain detailed information about their runs. Especially when Log Analytics isn’t configured, maintaining a record of past...
View ArticleLogic App Consumption Visual Studio Deployment: Establishing connection with...
This week while trying to deploy a Logic App Consumption project to the DEV environment using Visual Studio 2019 deployment, I kept getting the following error: Status Message: Establishing connection...
View Article