In this article, I am going to discuss on the following topics: Introduction to Azure Key Vault Creating a Key Vault and Secret Registering the application to access Key vault service Accessing the Key Vault Secret from Postman Accessing the…
Category: AZURE
There are at least two transformers that are an exact match for source type “class [B” and target type “class java.io.InputStream”.
Queue storages have limit on how much they can store. In order to accommodate the payloads or messages larger than the limit, most of the Enterprise systems compress the message and publish to the queue. In Mule 4, there are…
Publish-Subscribe messages from Azure Service Bus Queues from Mule
This article uses Anypoint Studio 7.3.4 and Mule runtime 4.2.0. There are two mule flows: A Publisher flow that publishes message to Azure Service Bus Queue. A Subscriber flow that reads the message from Queue. In order to use Microsoft…
Connecting SQL API for Cosmos DB from Mule application
This article is not going to discuss more on Cosmos DB. For any information on Cosmos DB you can refer Microsoft’s website https://docs.microsoft.com/en-us/azure/cosmos-db/introductionand Microsoft has provided pretty much everything needed for building solutions for connecting to Cosmos DB. Targeted audience: Any MuleSoft…
Publishing messages from Azure Service Bus to Cosmos DB using Azure Logic Apps
In this article, I will go through simple steps of consuming messages from Microsoft Azure Service Bus Topicand inserting into Cosmos DB SQL API. I will not cover on more about Azure Service Bus topics/subscriptionsor Cosmos DB SQL API. But will provide sufficient information…
Implementing Retry Pattern in Microsoft Azure Service Bus
In this article, I am going to discuss on how to implement “Retry Pattern” with Microsoft Azure Service Bus. Intended Audience: Anyone who is excited to learn the significance of “Retry Pattern” implementation using Microsoft Azure Service Bus. We are…
Connecting Azure Cosmos DB’s API for MongoDB using MuleSoft’s MongoDB Connector
This article is not going to discuss more on Cosmos DB. For any information on Cosmos DB you can refer Microsoft’s website https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-introductionand Microsoft has provided pretty much everything needed for building solutions for connecting to Cosmos DB. Targeted audience:Any MuleSoft…
A first look on Inverted Index
Article context: Azure Search Service that indexes a document and provides features like Synonyms, Spelling Corrections and Facets. Azure Search Service stores the data in the form of documents (in JSON format) and will manages multiple indexes to retrieve data…