Tags
Azure
Insights & Trends of DDoS Attacks in 2020 on Azure
2020 was a rough year for the Azure DDoS Protection team in Microsoft. DDoS attacks has grown with 50% in 2020. We are all working from h...
Feb 07, 2021What is Azure?
When I started my career as a developer in a start up company, we build a website that we hosted on a physical server that was running in...
Feb 06, 2021How Virtual Machine Classic is Different to (Normal) VM in Azure
Have you ever wondered what a “classic” Virtual Machines in Azure is? Some virtual machines are classic and some others are not. Why is t...
Feb 06, 2021How Azure Key Vault is Different to Azure App Configuration
We store certificates and sensitive data as secrets in Azure Key Vault. I know that many store their application configuration there as w...
Feb 05, 2021How to Reference Key Vault Secrets in Azure API Management
In an enterprise, an Azure API Management instance is often shared by many teams and many developers. The developers may all have access ...
Feb 05, 2021How is Azure Firewall different from Network Security Groups?
Azure provides two security features in Azure for managing inbound and outbound traffic to and from Azure resources like virtual machines...
Feb 04, 2021Secret Behind Pretty Azure Architecture Diagrams
One of my fellow cloud engineers in my team asked today in the morning about these pretty architecture diagrams that we nowadays have and...
Feb 04, 2021AZ-900 Self-Study Guide for Azure Fundamentals
There are many good reasons to become Microsoft Azure Certified and take the Microsoft Azure AZ-900 exam. If you are reading this blog po...
Feb 03, 2021How to Secure Azure Functions App with Azure API Management
How to use an Azure Managed Identity to authenticate against an Azure Functions app that is exposed through Azure API Management. Our Fun...
Feb 02, 2021Azure Naming Convention Best Practices
Structure helps us to be in control. That is very true also in Azure. Especially in larger organizations where many cloud engineers creat...
Feb 02, 2021AZ-304 Self-Study Guide for Becoming an Azure Solution Architect Expert
Microsoft updated it’s role based exam for AZ-301. It’s now called AZ-304 and launched last year. This certification is a great proof for...
Feb 01, 2021AZ-303 Self-Study Guide for Becoming an Azure Solution Architect
Microsoft updated it’s role based exam for AZ-300. It’s now called AZ-303 and launched last year. This certification is a great proof for...
Feb 01, 2021Introduction to Azure API Management
Azure API Management (APIM) is a way to create consistent and modern API gateways for existing backend services. It provides an interface...
Jan 25, 2021How To Debug Policies in Azure API Management. A Step-by-Step Guide.
In this post I want to briefly go through the Azure API Management extension for VSCode and how we can debug policies. It’s one of the qu...
Jan 16, 20218 Actions to Cut Infrastructure Costs in 2021
8 Actions to Cut Infrastructure Costs in 2021 is the result of a research I did. I wanted to know more about the impact of the pandemic f...
Jan 10, 2021How to do a Failover of a Windows Server VM with Azure Site Recovery
In this post I will create a Windows Server 2016 Datacenter and then do an automatic failover to another region with Azure Site Recovery....
Jan 04, 2021How To Automatically Update Azure CLI
Here is a brief introduction on how to keep the Azure CLI up to date on your local machine. I use the Azure CLI for 80% of all my interac...
Jan 01, 2021How to Recover a Virtual Machine with Azure Backup Service
This episode is about the Azure Backup Service, and how we can restore a virtual machine. I have already a Windows Server 2016 Datacenter...
Dec 29, 2020Azure Friday in Pictures #1
[Source: Microsoft Azure] Azure Purview is a unified data governance service that helps you manage and govern your on-premises, multi-clo...
Dec 27, 2020How To Manage Azure Virtual Machines
I will go through the first steps for managing Virtual Machines. We will create a Windows VM, start the Internet Information Service IIS,...
Dec 26, 2020How to configure Azure Storage Accounts to Allow Access from Specific Subnets
Sometimes we store items in a storage account and want to restrict the access to certain services or clients. I will demonstrate how to r...
Dec 25, 2020How to Create Custom Routes in Azure
Custom Routes, or user defined routing, is part of the az-303 certification for becoming an Azure Solution Architect. In this video I tel...
Dec 24, 2020How to Peer Virtual Networks in Azure
When we have two services running in two different virtual networks, they cannot communicate. To fix this, both VNet’s have to be peered....
Dec 23, 2020How to Use Azure Bastion as a Jump Host
Knowing about Azure Bastion is part of the AZ-303 exam for becoming an Azure Solution Architect. Bastion is very useful in cases where yo...
Dec 20, 2020How to Establish a VPN Point to Site Connection in Azure
I will demonstrate how to establish a point to site connection in Azure, and connect from a Windows workstation to a virtual machine via ...
Dec 17, 2020Azure API Management at Norway
How are Norwegian companies like Vipps, SATS, Orkla, Statsbygg, and DNV GL using Azure API Management? What experiences do they have, and...
Dec 10, 2020How I became a Microsoft Azure MVP
I’ve always been amazed by public speakers. The confidence, calmness, and energy that some of them transfer over to the audience has alwa...
Dec 03, 2020Infrastructure as Code (IaC) in Azure
Infrastructure as code (IaC) is a hot topic, also at Vipps. This video is the recording of an internal event where development teams tell...
Oct 17, 2020Parameters in Farmer - IaC with Azure
This is part 2 of my learning adventure of Farmer for Azure resource deployments. This time, I wanted to look at parameters, variables, o...
Oct 10, 2020Introduction to Farmer - IaC with Azure
As many companies move their services to the cloud, the way we interact with the cloud, the tooling, becomes more important. In Azure we ...
Sep 26, 2020Event-Driven Infrastructure with App Configuration
Azure App Configuration is great for externalizing application configurations. But what if an application is our infrastructure? How coul...
Sep 12, 2020Sync Azure App Configuration with GitHub Actions
One questions we might ask us when we move our properties files from an application to Azure App Configuration is how we can do this with...
Sep 05, 2020My Azure Week 34
This blog post is about my reflections on various topics around Azure, and what I have learned and worked on over the past week.
Aug 22, 2020Resource Tagging in Azure
Moving services from on-premise to Azure cloud requires effort, technical knowledge, and some experience to make a business secure, compl...
Aug 08, 2020Using App Configuration in Azure DevOps
Application deployments dependent often on environment specific data like the name of a resource group, location or flags for certain use...
Aug 01, 2020Running Scripts from ARM Templates
Why would we want t execute code within an ARM template? Sometimes we need some value in an ARM template that we don’t want to copy and p...
Jul 11, 2020Using Azure API Management APIs with Docker
We use Azure API Management in some cases for calling external services from Azure Kubernetes Service (AKS). Azure API Management acts in...
Jun 27, 2020ARM for NodeJS Azure Web App with App Configuration Integration
Our Azure infrastructure has some configurations that our developers need to know like the name of the currently active AKS cluster and A...
Jun 13, 2020Azure App Configuration Introduction #3
After playing around with Azure App Configuration Service and how to read a configuration entry with REST, and then using feature flags i...
May 23, 2020Using Feature Flags with Azure App Configuration
Sometimes we would like to test a new feature of an application. Or we would like to disable code junks because they are not fully implem...
May 16, 2020Azure App Configuration Introduction
We build this great application that we configure exactly the way it fits into our environments, and then we realize that changing a conf...
May 09, 2020Backup and Restore in Azure API Management
As infrastructure gets more complex, more parts will eventually break. This is even more true as we make frequently changes. Sometimes we...
May 02, 2020Serving Website Images from Azure CDN with SSL
In this post I will show you step by step how to serve images on a website from Azure CDN with SSL enabled. My blog has a couple of Azure...
Apr 25, 2020Understanding Policies in Azure API Management
Policies are the heart of Azure API Management. They let us change the behavior of our APIs in a very flexible manner. Before I dive in t...
Apr 18, 2020Logging in Azure API Management
This post is a complete step-by-step guide on how to send logs from Azure API Management to Azure Event Hub with PowerShell. We start by ...
Apr 11, 2020Azure API Management with Terraform
Terraform is a popular tool for managing infrastructure resources. I counted about 120 supported providers. Azure is one of them. In this...
Apr 04, 2020Azure API Management with ARM
Deploying an ARM template (Azure Resource Management)-template from GitHub is the simplest way of provisioning an instance of API Managem...
Mar 28, 2020Azure API Management with PowerShell
We use a lot of PowerShell to provision the Azure infrastructure that powers Vipps AS today. PowerShell is actually a great choice for us...
Mar 21, 2020Azure API Management with REST
Today, we will provision Azure API Management by using Postman as an API client, sending plain web requests to Azure. We already provisio...
Mar 14, 2020Azure API Management from the Portal
We will provision Azure API Management. Creating an instance of it is just a click in the Azure Portal. We’ll do it once to show how easy...
Mar 07, 2020Azure API Management Key Parameters
This post will start to discuss provisioning API Management. The simplest way of doing so is simply by signing into the portal and create...
Feb 29, 2020Azure API Management
How to Reference Key Vault Secrets in Azure API Management
In an enterprise, an Azure API Management instance is often shared by many teams and many developers. The developers may all have access ...
Feb 05, 2021How to Secure Azure Functions App with Azure API Management
How to use an Azure Managed Identity to authenticate against an Azure Functions app that is exposed through Azure API Management. Our Fun...
Feb 02, 2021Introduction to Azure API Management
Azure API Management (APIM) is a way to create consistent and modern API gateways for existing backend services. It provides an interface...
Jan 25, 2021How To Debug Policies in Azure API Management. A Step-by-Step Guide.
In this post I want to briefly go through the Azure API Management extension for VSCode and how we can debug policies. It’s one of the qu...
Jan 16, 2021Azure API Management at Norway
How are Norwegian companies like Vipps, SATS, Orkla, Statsbygg, and DNV GL using Azure API Management? What experiences do they have, and...
Dec 10, 2020Using Azure API Management APIs with Docker
We use Azure API Management in some cases for calling external services from Azure Kubernetes Service (AKS). Azure API Management acts in...
Jun 27, 2020Backup and Restore in Azure API Management
As infrastructure gets more complex, more parts will eventually break. This is even more true as we make frequently changes. Sometimes we...
May 02, 2020Understanding Policies in Azure API Management
Policies are the heart of Azure API Management. They let us change the behavior of our APIs in a very flexible manner. Before I dive in t...
Apr 18, 2020Logging in Azure API Management
This post is a complete step-by-step guide on how to send logs from Azure API Management to Azure Event Hub with PowerShell. We start by ...
Apr 11, 2020Azure API Management with Terraform
Terraform is a popular tool for managing infrastructure resources. I counted about 120 supported providers. Azure is one of them. In this...
Apr 04, 2020Azure API Management with ARM
Deploying an ARM template (Azure Resource Management)-template from GitHub is the simplest way of provisioning an instance of API Managem...
Mar 28, 2020Azure API Management with PowerShell
We use a lot of PowerShell to provision the Azure infrastructure that powers Vipps AS today. PowerShell is actually a great choice for us...
Mar 21, 2020Azure API Management with REST
Today, we will provision Azure API Management by using Postman as an API client, sending plain web requests to Azure. We already provisio...
Mar 14, 2020Azure API Management from the Portal
We will provision Azure API Management. Creating an instance of it is just a click in the Azure Portal. We’ll do it once to show how easy...
Mar 07, 2020Azure API Management Key Parameters
This post will start to discuss provisioning API Management. The simplest way of doing so is simply by signing into the portal and create...
Feb 29, 2020Azure Portal
Azure API Management from the Portal
We will provision Azure API Management. Creating an instance of it is just a click in the Azure Portal. We’ll do it once to show how easy...
Mar 07, 2020REST
Azure API Management with REST
Today, we will provision Azure API Management by using Postman as an API client, sending plain web requests to Azure. We already provisio...
Mar 14, 2020PowerShell
Logging in Azure API Management
This post is a complete step-by-step guide on how to send logs from Azure API Management to Azure Event Hub with PowerShell. We start by ...
Apr 11, 2020Azure API Management with PowerShell
We use a lot of PowerShell to provision the Azure infrastructure that powers Vipps AS today. PowerShell is actually a great choice for us...
Mar 21, 2020ARM
How Virtual Machine Classic is Different to (Normal) VM in Azure
Have you ever wondered what a “classic” Virtual Machines in Azure is? Some virtual machines are classic and some others are not. Why is t...
Feb 06, 2021Infrastructure as Code (IaC) in Azure
Infrastructure as code (IaC) is a hot topic, also at Vipps. This video is the recording of an internal event where development teams tell...
Oct 17, 2020Parameters in Farmer - IaC with Azure
This is part 2 of my learning adventure of Farmer for Azure resource deployments. This time, I wanted to look at parameters, variables, o...
Oct 10, 2020Introduction to Farmer - IaC with Azure
As many companies move their services to the cloud, the way we interact with the cloud, the tooling, becomes more important. In Azure we ...
Sep 26, 2020Running Scripts from ARM Templates
Why would we want t execute code within an ARM template? Sometimes we need some value in an ARM template that we don’t want to copy and p...
Jul 11, 2020ARM for NodeJS Azure Web App with App Configuration Integration
Our Azure infrastructure has some configurations that our developers need to know like the name of the currently active AKS cluster and A...
Jun 13, 2020Azure API Management with ARM
Deploying an ARM template (Azure Resource Management)-template from GitHub is the simplest way of provisioning an instance of API Managem...
Mar 28, 2020GitHub
Azure API Management with ARM
Deploying an ARM template (Azure Resource Management)-template from GitHub is the simplest way of provisioning an instance of API Managem...
Mar 28, 2020Terraform
Azure API Management with Terraform
Terraform is a popular tool for managing infrastructure resources. I counted about 120 supported providers. Azure is one of them. In this...
Apr 04, 2020featured
Secret Behind Pretty Azure Architecture Diagrams
One of my fellow cloud engineers in my team asked today in the morning about these pretty architecture diagrams that we nowadays have and...
Feb 04, 2021AZ-900 Self-Study Guide for Azure Fundamentals
There are many good reasons to become Microsoft Azure Certified and take the Microsoft Azure AZ-900 exam. If you are reading this blog po...
Feb 03, 2021Azure Naming Convention Best Practices
Structure helps us to be in control. That is very true also in Azure. Especially in larger organizations where many cloud engineers creat...
Feb 02, 2021AZ-304 Self-Study Guide for Becoming an Azure Solution Architect Expert
Microsoft updated it’s role based exam for AZ-301. It’s now called AZ-304 and launched last year. This certification is a great proof for...
Feb 01, 2021AZ-303 Self-Study Guide for Becoming an Azure Solution Architect
Microsoft updated it’s role based exam for AZ-300. It’s now called AZ-303 and launched last year. This certification is a great proof for...
Feb 01, 2021How I became a Microsoft Azure MVP
I’ve always been amazed by public speakers. The confidence, calmness, and energy that some of them transfer over to the audience has alwa...
Dec 03, 2020Understanding Policies in Azure API Management
Policies are the heart of Azure API Management. They let us change the behavior of our APIs in a very flexible manner. Before I dive in t...
Apr 18, 2020Logging in Azure API Management
This post is a complete step-by-step guide on how to send logs from Azure API Management to Azure Event Hub with PowerShell. We start by ...
Apr 11, 2020Azure Event Hub
Logging in Azure API Management
This post is a complete step-by-step guide on how to send logs from Azure API Management to Azure Event Hub with PowerShell. We start by ...
Apr 11, 2020Azure Application Insights
Logging in Azure API Management
This post is a complete step-by-step guide on how to send logs from Azure API Management to Azure Event Hub with PowerShell. We start by ...
Apr 11, 2020Azure CDN
Serving Website Images from Azure CDN with SSL
In this post I will show you step by step how to serve images on a website from Azure CDN with SSL enabled. My blog has a couple of Azure...
Apr 25, 2020Azure Storage Account
Serving Website Images from Azure CDN with SSL
In this post I will show you step by step how to serve images on a website from Azure CDN with SSL enabled. My blog has a couple of Azure...
Apr 25, 2020Immutable Infrastructure
Backup and Restore in Azure API Management
As infrastructure gets more complex, more parts will eventually break. This is even more true as we make frequently changes. Sometimes we...
May 02, 2020Azure App Configuration
How Azure Key Vault is Different to Azure App Configuration
We store certificates and sensitive data as secrets in Azure Key Vault. I know that many store their application configuration there as w...
Feb 05, 2021Event-Driven Infrastructure with App Configuration
Azure App Configuration is great for externalizing application configurations. But what if an application is our infrastructure? How coul...
Sep 12, 2020Sync Azure App Configuration with GitHub Actions
One questions we might ask us when we move our properties files from an application to Azure App Configuration is how we can do this with...
Sep 05, 2020Using App Configuration in Azure DevOps
Application deployments dependent often on environment specific data like the name of a resource group, location or flags for certain use...
Aug 01, 2020ARM for NodeJS Azure Web App with App Configuration Integration
Our Azure infrastructure has some configurations that our developers need to know like the name of the currently active AKS cluster and A...
Jun 13, 2020Azure App Configuration Introduction #3
After playing around with Azure App Configuration Service and how to read a configuration entry with REST, and then using feature flags i...
May 23, 2020Using Feature Flags with Azure App Configuration
Sometimes we would like to test a new feature of an application. Or we would like to disable code junks because they are not fully implem...
May 16, 2020Azure App Configuration Introduction
We build this great application that we configure exactly the way it fits into our environments, and then we realize that changing a conf...
May 09, 2020Azure Key Vault
How Azure Key Vault is Different to Azure App Configuration
We store certificates and sensitive data as secrets in Azure Key Vault. I know that many store their application configuration there as w...
Feb 05, 2021Azure App Configuration Introduction
We build this great application that we configure exactly the way it fits into our environments, and then we realize that changing a conf...
May 09, 2020Spring Boot
Using Feature Flags with Azure App Configuration
Sometimes we would like to test a new feature of an application. Or we would like to disable code junks because they are not fully implem...
May 16, 2020Spring
Azure App Configuration Introduction #3
After playing around with Azure App Configuration Service and how to read a configuration entry with REST, and then using feature flags i...
May 23, 2020Spring Cloud Config Server
Azure App Configuration Introduction #3
After playing around with Azure App Configuration Service and how to read a configuration entry with REST, and then using feature flags i...
May 23, 2020NodeJS
ARM for NodeJS Azure Web App with App Configuration Integration
Our Azure infrastructure has some configurations that our developers need to know like the name of the currently active AKS cluster and A...
Jun 13, 2020Azure App Service
ARM for NodeJS Azure Web App with App Configuration Integration
Our Azure infrastructure has some configurations that our developers need to know like the name of the currently active AKS cluster and A...
Jun 13, 2020Azure DevOps
Using App Configuration in Azure DevOps
Application deployments dependent often on environment specific data like the name of a resource group, location or flags for certain use...
Aug 01, 2020Tagging
Azure Naming Convention Best Practices
Structure helps us to be in control. That is very true also in Azure. Especially in larger organizations where many cloud engineers creat...
Feb 02, 2021Resource Tagging in Azure
Moving services from on-premise to Azure cloud requires effort, technical knowledge, and some experience to make a business secure, compl...
Aug 08, 2020Weekly
My Azure Week 34
This blog post is about my reflections on various topics around Azure, and what I have learned and worked on over the past week.
Aug 22, 2020Jekyll
Cookie Consent on my Azure Blog
Today, I was asked how I integrated the cookie consent on my Azure Blog that is based on Jekyll. Jekyll transforms plain text into a stat...
Aug 29, 2020Cookie Consent
Cookie Consent on my Azure Blog
Today, I was asked how I integrated the cookie consent on my Azure Blog that is based on Jekyll. Jekyll transforms plain text into a stat...
Aug 29, 2020GitHub Actions
Sync Azure App Configuration with GitHub Actions
One questions we might ask us when we move our properties files from an application to Azure App Configuration is how we can do this with...
Sep 05, 2020DevOps
Sync Azure App Configuration with GitHub Actions
One questions we might ask us when we move our properties files from an application to Azure App Configuration is how we can do this with...
Sep 05, 2020Azure Event Grid
Event-Driven Infrastructure with App Configuration
Azure App Configuration is great for externalizing application configurations. But what if an application is our infrastructure? How coul...
Sep 12, 2020Azure Automation Runbooks
Event-Driven Infrastructure with App Configuration
Azure App Configuration is great for externalizing application configurations. But what if an application is our infrastructure? How coul...
Sep 12, 2020Farmer
Infrastructure as Code (IaC) in Azure
Infrastructure as code (IaC) is a hot topic, also at Vipps. This video is the recording of an internal event where development teams tell...
Oct 17, 2020Parameters in Farmer - IaC with Azure
This is part 2 of my learning adventure of Farmer for Azure resource deployments. This time, I wanted to look at parameters, variables, o...
Oct 10, 2020Introduction to Farmer - IaC with Azure
As many companies move their services to the cloud, the way we interact with the cloud, the tooling, becomes more important. In Azure we ...
Sep 26, 2020IaC
Infrastructure as Code (IaC) in Azure
Infrastructure as code (IaC) is a hot topic, also at Vipps. This video is the recording of an internal event where development teams tell...
Oct 17, 2020Pulumi
Pulumi Stack Name in Bash Prompt
This post describes how we can add custom information to a bash prompt.
Oct 31, 2020Infrastructure as Code (IaC) in Azure
Infrastructure as code (IaC) is a hot topic, also at Vipps. This video is the recording of an internal event where development teams tell...
Oct 17, 2020Bicep
Infrastructure as Code (IaC) in Azure
Infrastructure as code (IaC) is a hot topic, also at Vipps. This video is the recording of an internal event where development teams tell...
Oct 17, 2020Bash
Pulumi Stack Name in Bash Prompt
This post describes how we can add custom information to a bash prompt.
Oct 31, 2020MVP
How I became a Microsoft Azure MVP
I’ve always been amazed by public speakers. The confidence, calmness, and energy that some of them transfer over to the audience has alwa...
Dec 03, 2020devreal
Azure API Management at Norway
How are Norwegian companies like Vipps, SATS, Orkla, Statsbygg, and DNV GL using Azure API Management? What experiences do they have, and...
Dec 10, 2020VPN
How to Establish a VPN Point to Site Connection in Azure
I will demonstrate how to establish a point to site connection in Azure, and connect from a Windows workstation to a virtual machine via ...
Dec 17, 2020AZ-303
AZ-303 Self-Study Guide for Becoming an Azure Solution Architect
Microsoft updated it’s role based exam for AZ-300. It’s now called AZ-303 and launched last year. This certification is a great proof for...
Feb 01, 2021How to do a Failover of a Windows Server VM with Azure Site Recovery
In this post I will create a Windows Server 2016 Datacenter and then do an automatic failover to another region with Azure Site Recovery....
Jan 04, 2021How to Recover a Virtual Machine with Azure Backup Service
This episode is about the Azure Backup Service, and how we can restore a virtual machine. I have already a Windows Server 2016 Datacenter...
Dec 29, 2020How To Manage Azure Virtual Machines
I will go through the first steps for managing Virtual Machines. We will create a Windows VM, start the Internet Information Service IIS,...
Dec 26, 2020How to Create Custom Routes in Azure
Custom Routes, or user defined routing, is part of the az-303 certification for becoming an Azure Solution Architect. In this video I tel...
Dec 24, 2020How to Peer Virtual Networks in Azure
When we have two services running in two different virtual networks, they cannot communicate. To fix this, both VNet’s have to be peered....
Dec 23, 2020How to Establish a VPN Point to Site Connection in Azure
I will demonstrate how to establish a point to site connection in Azure, and connect from a Windows workstation to a virtual machine via ...
Dec 17, 2020Bastion
How to Use Azure Bastion as a Jump Host
Knowing about Azure Bastion is part of the AZ-303 exam for becoming an Azure Solution Architect. Bastion is very useful in cases where yo...
Dec 20, 2020VNet
How to Peer Virtual Networks in Azure
When we have two services running in two different virtual networks, they cannot communicate. To fix this, both VNet’s have to be peered....
Dec 23, 2020UDR
How to Create Custom Routes in Azure
Custom Routes, or user defined routing, is part of the az-303 certification for becoming an Azure Solution Architect. In this video I tel...
Dec 24, 2020Virtual Machines
How To Manage Azure Virtual Machines
I will go through the first steps for managing Virtual Machines. We will create a Windows VM, start the Internet Information Service IIS,...
Dec 26, 2020Purview
Azure Friday in Pictures #1
[Source: Microsoft Azure] Azure Purview is a unified data governance service that helps you manage and govern your on-premises, multi-clo...
Dec 27, 2020VM
How to Recover a Virtual Machine with Azure Backup Service
This episode is about the Azure Backup Service, and how we can restore a virtual machine. I have already a Windows Server 2016 Datacenter...
Dec 29, 2020AzureCLI
How To Automatically Update Azure CLI
Here is a brief introduction on how to keep the Azure CLI up to date on your local machine. I use the Azure CLI for 80% of all my interac...
Jan 01, 2021Azure Site Recovery
How to do a Failover of a Windows Server VM with Azure Site Recovery
In this post I will create a Windows Server 2016 Datacenter and then do an automatic failover to another region with Azure Site Recovery....
Jan 04, 2021Costs
8 Actions to Cut Infrastructure Costs in 2021
8 Actions to Cut Infrastructure Costs in 2021 is the result of a research I did. I wanted to know more about the impact of the pandemic f...
Jan 10, 2021Leadership
People as the 1st Order Project Drivers
I’m very lucky, being a leader of an engineering team in a great Norwegian organization. The reason for that is simple. I can make things...
Jan 14, 2021AZ-304
AZ-304 Self-Study Guide for Becoming an Azure Solution Architect Expert
Microsoft updated it’s role based exam for AZ-301. It’s now called AZ-304 and launched last year. This certification is a great proof for...
Feb 01, 2021sticky
Diversity & Inclusion Tech Conversation
How are organizations like Vipps, Microsoft and Tata Consultancy Services (TCS) establishing a diverse and inclusive workplace? What init...
Feb 03, 2021diversity
Diversity & Inclusion Tech Conversation
How are organizations like Vipps, Microsoft and Tata Consultancy Services (TCS) establishing a diverse and inclusive workplace? What init...
Feb 03, 2021inclusion
Diversity & Inclusion Tech Conversation
How are organizations like Vipps, Microsoft and Tata Consultancy Services (TCS) establishing a diverse and inclusive workplace? What init...
Feb 03, 2021AZ-900
AZ-900 Self-Study Guide for Azure Fundamentals
There are many good reasons to become Microsoft Azure Certified and take the Microsoft Azure AZ-900 exam. If you are reading this blog po...
Feb 03, 2021Azure Firewall
How is Azure Firewall different from Network Security Groups?
Azure provides two security features in Azure for managing inbound and outbound traffic to and from Azure resources like virtual machines...
Feb 04, 2021Network Security Groups
How is Azure Firewall different from Network Security Groups?
Azure provides two security features in Azure for managing inbound and outbound traffic to and from Azure resources like virtual machines...
Feb 04, 2021Security
Insights & Trends of DDoS Attacks in 2020 on Azure
2020 was a rough year for the Azure DDoS Protection team in Microsoft. DDoS attacks has grown with 50% in 2020. We are all working from h...
Feb 07, 2021Featured
-
Secret Behind Pretty Azure Architecture Diagrams
-
AZ-900 Self-Study Guide for Azure Fundamentals
-
Azure Naming Convention Best Practices
-
AZ-304 Self-Study Guide for Becoming an Azure Solution Architect Expert
-
AZ-303 Self-Study Guide for Becoming an Azure Solution Architect
-
How I became a Microsoft Azure MVP
-
Understanding Policies in Azure API Management
-
Logging in Azure API Management