Tag: Azure

Symbolic Link to an Azure File Share
Symbolic Link to an Azure File Share
Blog Posts

We recently used a symbolic link to an Azure file share to transparently replace a local folder in which data sets are cached for download. That means that the existing service transparently copies the data sets to an Azure file share without having to change anything in the code to do so. With a small… READ MORE

An Introduction to Kubernetes
An Introduction to Kubernetes
Blog Posts

Deploying ASP.NET Core applications to Kubernetes – Part 1 This is the first post in the series: Deploying ASP.NET Core applications to Kubernetes. Part 1 – An Introduction to Kubernetes (this post) Part 2 – Configuring resources with YAML manifests Part 3 – An introduction to deploying applications with Helm Part 4 – Creating a Helm… READ MORE

Best Practices on Azure DevOps Boards & Pipelines Webinar
Best Practices on Azure DevOps Boards & Pipelines Webinar
Webinars

DevOps is the union of people, processes and products to enable continuous delivery of value to our end users. This session will cover both organizational and technical points from our DevOps transformation at Miba – a real world company in the engine and automotive industry. Where did we start? • A typical hierarchical organization with… READ MORE

Using Key Vault references with Azure App Configuration
Using Key Vault references with Azure App Configuration
Blog Posts

When working in Azure, storing secrets in Key Vault is a good idea. And to make it better, there’s the Key Vault Reference notation. This feature makes sure no one can read the secret(s) unless someone grants permission.For storing configuration, values a different service is available, called Azure App Configuration.Both services are excellent for storing & sharing the… READ MORE