Here’s another thing I tried this weekend. How often do you receive multiple emails asking you to do or follow up on something and we forget about some of them?...
Here is an example of .NET code that connects to a Kusto cluster, fetches data, and exports the report in Azure Blob Storage: This code connects to a Kusto cluster...
Here are the steps and .NET code to connect to Cosmos DB and fetch data using Managed Service Identity (MSI) from an Azure App Service: In this example, GetData method...
Here is an example of how to connect and fetch a secret from Azure Key Vault using a managed identity in an Azure App Service: Sample Code – Python Sample...
The Azure Key Vault FlexVol CSI driver is a Container Storage Interface (CSI) driver that allows you to connect your AKS (Azure Kubernetes Service) cluster to Azure Key Vault. This...
Here is an example of an Azure DevOps YAML pipeline that can be used to install kubectl and Helm, connect to an AKS cluster, and deploy an application to the...
Migrating an existing application to AKS (Azure Kubernetes Service) involves several steps and requires careful planning and execution. Here is a guide on how to do so: Here is sample...
Deploying and managing applications on AKS (Azure Kubernetes Service) using Azure DevOps involves several steps. Here is a tutorial on how to do so: Here is sample code for creating...
Monitoring and logging the activities in an AKS (Azure Kubernetes Service) cluster using Azure Monitor and Log Analytics involves several steps. Here is a tutorial on how to do so:...
Securing an AKS (Azure Kubernetes Service) cluster using Azure Active Directory (AAD), Azure Policy, and Azure Network Security Groups (NSG) involves several steps. Here is a guide on how to...
Deploying Azure Resource Manager (ARM) templates using Azure DevOps YAML pipeline is a multi-step process that can be broken down into the following steps: It is also possible to use...
There are several ways to create Azure Resource Manager (ARM) templates: You can choose the method that best suits your needs, depending on your experience level, the complexity of the...