azure,

What is Azure?

Sven Malvik Sven Malvik Connect Feb 06, 2021 · 2 mins read
What 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 a separate room with all of its infrastructure. That’s what we did back then, all companies did this. A business had its web server running on its own server hardware. When a business got more users onto their website more power was needed. The business would have to purchase more server hardware. More server hardware means more people that can maintain the server hardware and administrate all of its software running on the servers hardware. Another option was (still is - don’t know why), to outsource everything to a hosting company and pay them for their services.

Azure works differently. Rather than running your own server hardware and all of its infrastructure by yourself, you use the massive pool of computing resources that Azure provides. Azure got everything, virtual machines, databases, storage, and 200+ more products and services that you can use out of the box. The best, you pay only for what you need at a given time. If you need one virtual machine and one database today you will just pay for these instances. Tomorrow, when you run 10 instances you pay for 10 instances. You can decommission all your resources whenever you want and pay only for the time they where up and running.

Azure is the name of Microsoft’ cloud platform. It was first announced under the name Windows Azure in 2008 but was renamed to Microsoft Azure in 2014. Today, Azure provides over 200 products and cloud services for building, managing and deploying your applications. Azure cloud is essentially a set of physical servers that run in over 150 data centers around the globe. You choose where you want to run your workload. Simplified, Azure is a large collection of servers and networking hardware running a complex set of distributed applications. These applications orchestrate the configuration and operation of virtualized hardware and software. It’s this orchestration that makes Azure powerful. Users don’t need to maintain and upgrade any hardware. They can focus on their domain while Azure does the rest.

Azure covers 4 Different Areas

  • Infrastructure as a service (IaaS) - You deploy data onto a server in Azure that you control. Microsoft takes care of the physical hardware.
  • Platform as a service (PaaS) - You manage your applications and databases, while Microsoft manages all other services required to run your application like middleware, virtual machines, storage and networking.
  • Software as a service (SaaS) - You use an application like Office 365 or Salesforce. Microsoft manages the actual application.
  • Serverless Computing - You write and deploy your application code without worrying about the underlying infrastructure.
Join Newsletter
Get the latest updates right in your inbox. I never spam!
Sven Malvik
Written by Sven Malvik

Latest Stories

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, 2021

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, 2020

Introduction 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, 2021

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, 2021

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, 2020

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, 2021

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, 2020

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, 2021

How 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, 2020

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, 2020

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, 2020

Latest Stories

AZ-303 Self-Study Guide for Becoming an Azure Solution Architect

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, 2021

Event-Driven Infrastructure with App Configuration

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, 2020

Introduction to Azure API Management

Introduction 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, 2021

8 Actions to Cut Infrastructure Costs in 2021

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, 2021

How To Manage Azure Virtual 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, 2020

AZ-900 Self-Study Guide for Azure Fundamentals

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, 2021

Azure App Configuration Introduction #3

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, 2020

How Virtual Machine Classic is Different to (Normal) VM in Azure

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, 2021

How to configure Azure Storage Accounts to Allow Access from Specific Subnets

How 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, 2020

Backup and Restore in Azure API Management

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, 2020

Logging in Azure API Management

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, 2020