Tag: Azure

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

ARM Templates: Deploying Azure Monitor Alerts
ARM Templates: Deploying Azure Monitor Alerts
Blog Posts

In my series of blog posts about working with ARM templates I have gone through a lot of different use cases. In the last post I covered how to deploy a nested template to keep the main template a lot cleaner. One thing all posts have in common is that I´m using Azure Monitor as… READ MORE

Azure - Container Instances: Best Practice
Azure – Container Instances: Best Practice
Blog Posts

This post guides through best practice approaches concerning the deployment of Azure Container Instances Introduction I’ve tried the service Azure Container Instances for the very first time at the starting point of an attempt to get Container, which are hosted on premise, to a running state within the Azure Cloud. Finally, for getting a successfull deployment of the ACI, I… READ MORE