Azure
Posts about Microsoft Azure. Security, architecture, infrastructure and operations, development, compliance, and a lot more.

Azure DevOps (VSTS) - The current operating system is not capable of running this task, with "Azure File Copy" Paid Members Public
If you've ever encountered the Azure DevOps/VSTS error "The current operating system is not capable of running this task" when trying to use for example the "Azure File Copy" task, then you can learn about a workaround using the Azure CLI build task here.

Developing using Azure Dev Spaces with Azure Kubernetes Services Paid Members Public
Explore Azure Dev Spaces for AKS, to easily do development work, and hit F5 to update in Kubernetes in your dev space. Quicker, easier and more reliable iterations will win the day.

Protecting your Azure Container Registry by denying all requests except from allowed IP addresses Paid Members Public
With Azure Container Registry, or ACR, we get a lot of great capabilities to host our Docker images in the Azure cloud. With that, as with everything else, comes security concerns we should not overlook. In this post I'm exploring how we can lock down all access to

Building a .NET Core API, host it in Azure Container Instances from a private Container Registry and enable HTTPS using Application Gateway Paid Members Public
Jussi Roine and Tobias Zimmergren journeys into the land of containers and demonstrates how to build a .NET Core API, hosted in Azure Container Instances and secured using HTTPS with Application Gateway. Tag along!

AKS: Quickly switching context between multiple clusters in Azure Kubernetes Services with cmder aliases Paid Members Public
Pro tip on how you can easily context-switch your clusters in your command line tools (Kubectl) for Azure Kubernetes Services, or any other Kubernetes deployment.

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
Recent comments