
How To Create Data Stores with a static website in Azure
How TosJoin April Edwards, Microsoft, UK for this short How To Create Data Stores with a static website in Azure.
Join April Edwards, Microsoft, UK for this short How To Create Data Stores with a static website in Azure.
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
In this post I want to cover how you can store dbatools PowerShell module as a package in Azure DevOps. By using the Azure Artifacts service. I want share some knowledge about this because did a demo of it at Malta Data Saturday. By the end of this post you will have a better understanding… READ MORE
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
Azure always provides customers choice to select the region that best suits their needs. With the new service Azure Resource Mover, customers now have a platform level capability that allows them to move to new regions across the globe and expand their resiliency options by moving their resources into Azure Availability Zones. In this blog, we will… READ MORE
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
I know a lot of us are using more command line based tools these days. Azure PowerShell is one of the tools I tend to use often if I need to provision infrastructure quickly. When the cmdlets moved from AzureRM to Az, a number of us had problems with a borked machine that couldn’t authenticate… READ MORE
Azure Privileged Identity Management (PIM) allows to assign eligibility for membership as part of “Privileged Access Groups” (PAG). In this blog post I like to give an overview of current challenges and use cases of privileged access management outside of Azure AD roles (by using RBAC in Azure DevOps or Intune) and where PAG seems… READ MORE
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
For me, the story started with the need for prepopulating some Azure Cognitive Search indexes. I had a beautiful index loaded up from various CSV files and enhanced with Cognitive Skills. I was working on a lab environment for students who would consume the index but would not necessarily build it. Additionally, building the index from… READ MORE