ACI
Programmatically create Azure Container Instances and connect a Managed Identity Paid Members Public
> "This feature is currently in preview. Previews are made available to you on the condition that you agree to the supplemental terms of use [https://azure.microsoft.com/support/legal/preview-supplemental-terms/]. Some aspects of this feature may change prior to general availability (GA). Currently, managed identities on Azure
Programmatically create Azure Container Instances in an existing Virtual Network Paid Members Public
In recent years I've worked extensively with various approaches to create ACI's, also known as Azure Container Instances. I have these standard approaches for various scenarios: * Define a YAML file, and create ACI from the command line. * Define an ARM template and create ACI using a
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!
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!
Recent comments