Operations | Monitoring | ITSM | DevOps | Cloud

Turbo360

Distributed tracing and correlation through Service Bus messaging

Over the last few years, Microsoft has built excellent tooling around different technologies. Today, everything is available and achievable through the Azure Portal, which helps manage complex solutions. However, this brings in challenges when it comes to managing the distributed resources. The struggle to keep track of messages or know the flow of messages through these distributed resources is growing day by day.

How to retrieve Azure Key Vault Secrets using Azure Functions (Part II)

In my previous post, I explained How to retrieve Azure Key Vault Secrets using Azure Functions, where you can understand Key Vault URL and the Secret name to retrieve a secret generically, you could use it inside all your Logic App Standard workflows, whether they use the same Key Vault resource or different ones.

Using BAM from Azure Synapse Pipelines

Many organizations are investing heavily in the data space, and Azure Synapse is one of the technologies in the Microsoft stack which is very popular. Within Synapse, Data Flows are the component of Synapse used to orchestrate the movement of data into and out of your Data Lake and for orchestrating jobs within your Data Platform. The business heavily depends on your data platform for movements of data within the organization and the analytics-driven from data via Synapse.

A Complete Guide for API endpoint Monitoring

Modern programs run on APIs. In digital transformation efforts, APIs are often the building blocks used to push organizations into the current digital age. For business-critical transactions, most applications, therefore, rely on APIs. Without truly understanding what’s going on behind the scenes with each API endpoint, organizations create blind spots in their performance. Let us see more about API and how important it is to monitor the API, and how we can easily monitor the API endpoint.

Important Ways to Regain Control of Azure Cost Management

This blog will brief on vital ways to regain control of Azure cloud cost and to achieve cost optimization. To start with, let us have a short introduction about Azure cost management. As the growth towards cloud adoption is increasing in enterprises, it is getting more difficult for enterprises to manage the cost spent on the cloud across the organization.

How to remote debug an HTTP trigger Azure Functions in Visual Studio 2022

Sometimes it may not be easy to debug Azure Functions deployed on Azure since we cannot do inline debug through the Azure Portal. An option for us is to write information to the Logs console in key parts of our code to get insights into what’s happening inside our Function. We can do that using the following sentence: Another option, especially if we are developing our Azure Functions inside Visual Studio, is to run the Function locally.