Most used 30 Azure Services


No

Name

Description

1

Azure Virtual Machines

Provides users with an option to create Windows or Linux virtual machines

2

Service Fabric

Azure Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices and containers


3

Functions

Allows users to build applications with serverless computing.

4

Load Balancer

Provides users to instantly scale applications while providing high availability and network performance for their applications

5

Azure CDN

Allows distribution of large files by providing high bandwidth content and reducing the file download time.

6

Virtual Network

Enables Azure resources to communicate with each other or other on-premises networks securely via the internet

7

VPN Gateway

Enables users to connect their on-premises network to Azure via Site to Site VPNs

8

Data Lake Storage

Provides scalable data storage emphasizing scalability and cost-effectiveness

9

Blob Storage

It places data into different tiers based on how often they're accessed

10

Queue Storage

Service for storing large numbers of messages. A queue message can be up to 64 KB in size.

11

File Storage

Provides file-sharing capabilities accessible using the SMB(Server Message Block) Protocol

12

Table Storage

Service that stores non-relational structured data (Structured NoSQL data) in the cloud.

13

Azure Container Service

Fully managed Kubernetes container orchestration service.

14

Azure Container Instances

A managed service that allows you to run containers directly on the Microsoft Azure public cloud, without requiring the use of virtual machines


15

SQL Database

Provides a relational cloud DB service.

16

Azure Cosmos DB

Fully managed NoSQL DB service, globally distributed

17

Azure Active Directory

Helps to manage user identities and secure resources (Like IAM)

18

Azure AD B2C

Provides customer identity and access management in the cloud

19

Azure Security Center

It is a solution that provides unified security management across hybrid cloud workloads

20

Azure Advisor

Provides a recommendation guide for Azure's best practices

21

Network Watcher

Enables users to monitor, diagnose and understand the working of their network

22

Azure Resource Manager

It ensures that the user's resources are managed and deployed at a consistent rate

23

Azure DevOps

provides version control, reporting, requirements management, project management, automated builds, testing, and release management capabilities

24

Azure Backup

cost-effective, secure, one-click backup solution that is scalable based on your backup storage needs.

25

Azure Logic Apps

cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems.

26

Azure Internet of Things (IoT)

It is a collection of Microsoft-managed cloud services that connect, monitor and control billions of IoT assets.

27

Express Route 

Allows users to connect their on-premises network to azure  through a private network

28

Azure DNS

Allows to host user's domains  on Azure with extremely high availability and performance

29

Traffic Manager

Allows users to route incoming traffic to improve performance and availability

30

Azure Search

Provides  a cloud  search service for web and mobile app development powered by AI


 

Comments

Popular posts from this blog

LeetCode 350: Intersection of Two Arrays II

LeetCode 35: Search Insert Position

LeetCode 217: Contains Duplicate