Cloud-On-The-Go
  • About
  • Contact
  • Posts

Posts

May 31, 2025

Streamlining Hybrid Integrations with Azure Arc-enabled Logic Apps

Streamlining Hybrid Integrations with Azure Arc-enabled Logic Apps Introduction In today’s rapidly evolving IT landscape, businesses are seldom operating fully in the cloud or solely on-premises. Most modern enterprises leverage hybrid architectures, combining cloud-native solutions with existing on-prem or multi-cloud investments. Azure Arc-enabled Logic Apps have emerged as a powerful bridge that enables seamless integration across disparate systems through automated workflows—consistently, securely, and at scale. For organizations needing to maintain regulatory compliance, low latency, or data residency in particular geographies, this capability is critical.
February 28, 2023

Azure Function App Use Cases: How to Leverage Serverless Computing

Azure Function App Use Cases: How to Leverage Serverless Computing Azure Function App is a powerful serverless computing service offered by Microsoft Azure. It enables developers to build and run event-driven applications without worrying about the underlying infrastructure. In this blog, we will explore some of the use cases for Azure Function App and how it can benefit your business. 1. Webhook Processing Webhooks are a way for third-party services to notify your application of events, such as a new user signup or a completed payment.
March 25, 2022

Secure API Management with Private Link connectivity

Overview Azure API Management is a fully managed service that enables customers to publish, secure, transform, maintain, and monitor APIs. With a few clicks in the Azure portal, you can create an API facade that acts as a “front door” through which external and internal applications can access data or business logic implemented by your custom-built backend services, running on Azure, for example on Azure App Service or Azure Kubernetes Service, or hosted outside of Azure, in a private datacenter or on-premises.
March 4, 2022

Setting up monitoring for Azure AD Applications' secret expiration

Overview In this post, I am going to show you some ways which can help you to monitor the expiry of your Azure AD Applications’ secrets. Whether you have the secrets stored in a keyvault or not, it does not matter. The list of approaches I am mentioning below will help you in either of the cases. But, you should always store the client secrets in a secured storage with KeyVault being the best and recommended solution for it.
January 23, 2022

Automated purging of Dead-lettered messages in different Service Bus namespaces in Azure

Overview Usually when we work with Service Bus queues, after a while, we end up with some messages reaching the corresponding Dead-letter queue, which is nothing but a partition inside that queue to store messages that weren’t successfully processed. The reason for the messages ending up in DLQ could be anything starting from lock-duration issue to max delviery count threshold or even a technical issue. Once we have these messages piled up in DLQ, next action should be try to reprocess.
December 16, 2021

Monitor API Connection status in Azure

Overview Hello! In this post I am going to show you how can implement a monitoring solution for your API Connections that you have used in your integrations in Azure. These API Connections allow Azure services like a logic app to connect to external services like SQL server, outlook, Sharepoint online etc.If you are not aware of these API connections, you can learn about them here. This post is inspired from Sandro Pereira’s Blog.
November 19, 2021

Upgrade Authentication for your Azure Automation Runbooks

Overview Hello! Microsoft recently announced the general availability of support for Managed Service Identity(MSI) in Azure Automation account. This news has been widely appreciated from Microsoft Azure’s customers as it greatly reduces the pain of managing the Run-As-Account SP certificates, which has been the main authentication method for runbooks running in Automation accounts since the inception of the service. To make the customers adapt this more-secure method, Microsoft has now removed the option to create a Run-As-Account along with the new Automation account.
October 29, 2021

Implement Governance for Azure KeyVault with Azure Policies

Overview Hello! In today’s post, we are going to talk about how we can implement governance and compliance for a very important resource in Azure which is Azure KeyVault. If you want to learn what is KeyVault, you can read more about it here Now, we all know storing secrets and certificates in KeyVault is considered a best practice when it comes to storing and accessing sensitive information in Azure. And in order to follow this practice, multiple teams in an organization start storing the secrets/keys in the vault without following any standards and regulations.
October 22, 2021

Best Practices for Storage Accounts in Azure

Hello everyone, this post is going to be of huge help for you if you are using Storage Accounts in Microsoft Azure. If you want to learn about Storage Account and how to create one, click here. Overview Storage Account is a very common service in Azure which almost every Microsoft’s Cloud customer uses. The steps to create and get started with this service are very straight forward. You create one of these accounts and you are good to go with your online, readily available data storage solution.
October 1, 2021

APIM Extension for VS-Code!

Hello everyone, hope you have been enjoying my posts so far. This one is going to be about an extension for API management service in Azure available in our favourite IDE- VS Code. This extension has been there for some time but the recent release comes with few very powerful and user-friendly features. So in this post, instead of making it detailed, I am going to list out few very useful features of this extension and also paste a little gif for the same.
  • ««
  • «
  • 1
  • 2
  • 3
  • »
  • »»
© Cloud-On-The-Go 2025