Friday 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 ArticleHow to document an integration architecture
Mar 08, 2024 One could argue that creating good documentation for an integration solution is harder than with other types of software projects. The reason is that integration solutions almost always...
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 ArticleFriday Fact: Azure Logic Apps Supports Both Dot and Bracket Notations
Azure Logic Apps offer flexibility in how you access data from JSON inputs, supporting both dot and bracket notations Azure Logic Apps offers a flexible and first-class experience for you to access...
View ArticleBizTalk Server Visual Studio Error: The type or namespace name ‘Unb21’ does...
When working with EDI documents with BizTalk Server, the EDI components promote several details inside default or custom pipelines, details that we sometimes like to grab and use inside our...
View ArticleLogic App Best Practices, Tips, and Tricks: #41 How to convert XML into JSON...
Welcome again to another Logic Apps Best Practices, Tips, and Tricks. In my previous blog posts, I discussed one good trick for administrators. Today we focus on a best practice trip and trick for...
View ArticleLogic App Best Practices, Tips, and Tricks: #42 How to convert JSON into XML...
Welcome again to another Logic Apps Best Practices, Tips, and Tricks. In my previous blog posts, I discussed a basic trick for developers that was to convert XML into JSON inside Logic Apps. Today we...
View ArticleBizTalk WCF-SQL Adapter Error: Retrieval of Operation Metadata has failed...
Today while importing/generating a WCF-SQL schema for a new BizTalk Server solution, we got the following error inside Visual Studio: Error while retrieving or generating the WSDL. Adapter message:...
View ArticleBizTalk WCF-SQL Adapter Error: Retrieval of Operation Metadata has failed...
Following yesterday’s blog post, on the same note, when we tried to generate a WCF-SQL stored procedure schema for a new BizTalk Server solution, we got the following error inside Visual Studio: Error...
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 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 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 Article