# 3. Getting started with azure

Today i am going to create an account in azure, explore regions and read about IaaS, PaaS and SaaS.

### Creating an account

We can go this link [https://azure.microsoft.com/en-in/pricing/purchase-options/azure-account](https://azure.microsoft.com/en-in/pricing/purchase-options/azure-account) and click on try for free if you just want to try and learn azure, the other option is pay as you go but i don't recommend that for someone who is just starting to learn azure.

After clicking on try for free, we have to fill up our personal details

![](https://cdn.hashnode.com/uploads/covers/66096e456083ba84715fd663/f6c40d7c-5b90-4927-bdc2-6593119905a4.png align="center")

After logging in, we get to the homepage

![](https://cdn.hashnode.com/uploads/covers/66096e456083ba84715fd663/e0fc836e-f777-4712-b516-2dc327423f54.png align="center")

Now that we have created the account lets move on to the next topic regions.

### Why are the data centers(availability zones) spread across different regions?

latency and downtime. We want minimum latency and downtime.

### IaaS,PaaS,SaaS

Azure provides many different services , it is upto the user how they want to use it, as a **Infrastructure as a Service** model**(**Example- vm, networking , stoarage and thden use third party apps inside them.**)** or **Product as a Service** model**(**Example- mysql database , configure it yourself**)** or **Software as a service** model**(**Example- outlook email service, just use a software**)**

**The content of this blog are notes of the video linked below**

[https://youtu.be/e99QsTsJPJs?si=n2-e2Zxu4vlS3NbT](https://youtu.be/e99QsTsJPJs?si=n2-e2Zxu4vlS3NbT)

![](https://cdn.hashnode.com/uploads/covers/66096e456083ba84715fd663/e9f1fdeb-5b42-400b-aef5-2f721a5ac9f0.png align="center")
