Category Archives: Azure

Azure – Functions with Azure Portal

By | 02/06/2021

In this post, we will see how to create a simple Azure Function in Azure Portal, that reads a message from an Azure Service Bus Queue.First of all, what is an Azure Function?From Microsoft web site:“Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs.… Read More »

Azure – Topic with Service Bus

By | 28/04/2021

In this post, we will see how to create and read Topics, using Azure Service Bus.Topics and subscriptions provide a one-to-many form of communication in a publish and subscribe pattern. It’s useful for scaling to large numbers of recipients.For more information, go to the Microsoft Web Site. First of all, we go to Azure Portal and we… Read More »

Azure – Queue with Service Bus

By | 24/03/2021

In this post, we will see how to send message in a queue using Azure Service Bus.But first of all, what is Azure Service Bus?“Microsoft Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics.If two applications want to communicate with each other with less dependency, then Azure service… Read More »

Azure – How to save a Log file into a Blob Storage

By | 13/11/2019

From Microsoft Web Site: “Azure Storage is Microsoft’s cloud storage solution for modern data storage scenarios. Azure Storage offers a massively scalable object store for data objects, a file system service for the cloud, a messaging store for reliable messaging, and a NoSQL store.Azure Storage includes these data services:Azure Blobs: A massively scalable object store… Read More »