
Azure Container Instances - Using Managed Identity to access Key Vault secrets with C# Paid Members Public
Azure Container Instances with Azure Managed Identity, accessing data in a Key Vault without using any stored credentials - all done in C# with .NET Core. Tag along!

Azure Container Instances (ACI) and Secrets - Creating secret volumes and consume secrets using C# .NET Core Paid Members Public
A full guide to how you can define a Secret volume mount to your Azure Container Instances, and how you can read these secrets using C# with .NET Core. Stay secure out there!

Azure Container Instances (ACI) and Secrets - Using Secure Environment Variables Paid Members Public
In this post I'm talking about how you can use something called secureValue, or secure environment variables, with your Azure Container Instance. Given the sensitive nature of some data you put into the variables, it is a good idea to understand different ways to protect some of that

Azure Container Instances - C# .NET Core apps running as containers in your private Azure Container Registry Paid Members Public
Guide to running .NET Core apps as containers in Azure Container Instances. Step by step, from ground to cloud with Tobias Zimmergren!

Processing data from SQLite hosted in an Azure File share, running in Azure Kubernetes Services Paid Members Public
In this post, I am talking about how we can practically make use of the Azure File share that is mounted to our containers in AKS. I'm examining a PoC of how you can query a SQLite [https://www.sqlite.org/index.html] database hosted on an Azure

How to: Mount an Azure Storage File Share to containers in Azure Kubernetes Services (AKS) Paid Members Public
In this article, I am talking about how to share a mounted Azure file share [https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share?WT.mc_id=AZ-MVP-4021705] across multiple containers in your deployments in Microsoft's hosted Kubernetes [https://kubernetes.io/] offering, AKS [https://docs.microsoft.com/en-us/

Enable Azure Monitor for you Azure Kubernetes Services (AKS) cluster Paid Members Public
Learn how to quickly configure monitoring for your Azure Kubernetes Services (AKS) cluster with a few simple steps.

Building custom Data Collectors for Azure Log Analytics in C# Paid Members Public
Learn how to send logs to Azure Log Analytics using C# with this simple helper wrapper.
Recent comments