In Azure, you have all the services needed that you would traditionally need a server for. Below are some examples of common services that are in the cloud.
Azure Cloud Business Services
![](https://blucirrus.com/wp-content/uploads/2018/09/microsoft-azure-virtual-machine-blu-cirrus-business-cloud-services-montreal-quebec-canada-1024x460.png)
Virtual servers on Microsoft’s data center
Azure Virtual Machines (VM) is one of several types of on-demand, scalable computing resources that Azure offers. Typically, you choose a VM when you need more control over the computing environment than the other choices offer.
An Azure VM gives you the flexibility of virtualization without having to buy and maintain the physical hardware that runs it. However, you still need to maintain the VM by performing tasks, such as configuring, patching, and installing the software that runs on it.
Azure SQL Database
Azure SQL Database is a relational database-as-a-service (DBaaS) based on the latest stable version of Microsoft SQL Server Database Engine. SQL Database is a high-performance, reliable, and secure database you can use to build data-driven applications and websites in the programming language of your choice, without needing to manage infrastructure.
![](https://blucirrus.com/wp-content/uploads/2018/09/azure-sql-cloud.png)
![](https://blucirrus.com/wp-content/uploads/2018/09/Azure-virtual-network-blu-cirrus-business-cloud-solutions-montreal-quebec-canada.png)
Azure Virtual Network
Azure Virtual Network enables many types of Azure resources, such as Azure Virtual Machines (VM), to securely communicate with each other, the internet, and on-premises networks. Azure Virtual Network provides the following key capabilities:
Isolation and segmentation:
You can implement multiple virtual networks within each Azure subscription and Azure region. Each virtual network is isolated from other virtual networks. For each virtual network you can:
Specify a custom private IP address space using public and private (RFC 1918) addresses. Azure assigns resources in a virtual network a private IP address from the address space that you assign.
Segment the virtual network into one or more subnets and allocate a portion of the virtual network’s address space to each subnet.
Use Azure-provided name resolution, or specify your own DNS server, for use by resources in a virtual network.
Communicate with the internet:
All resources in a virtual network can communicate outbound to the internet, by default. You can communicate inbound to a resource by assigning a public IP address or a public Load Balancer. You can also use public IP or public Load Balancer to manage your outbound connections. To learn more about outbound connections in Azure, see Outbound connections, Public IP addresses, and Load Balancer.
Azure Active Directory
Azure Active Directory (Azure AD) is Microsoft’s multi-tenant, cloud-based directory, and identity management service that combines core directory services, application access management, and identity protection into a single solution. Azure AD also offers a rich, standards-based platform that enables developers to deliver access control to their applications, based on centralized policy and rules.
Additionally, with just a few clicks, you can integrate Azure AD with an existing Windows Server Active Directory, letting your organization use your existing on-premises identity investments to manage cloud-based SaaS app access.
![](https://blucirrus.com/wp-content/uploads/2018/09/azure-active-directory-blu-cirrus-business-cloud-services-montreal-quebec-canada.png)
![](https://blucirrus.com/wp-content/uploads/2018/09/azure-business-cloud-storage-blu-cirrus-business-cloud-services-montreal-quebec.png)
Azure storage
Azure Storage is Microsoft’s cloud storage solution for modern data storage scenarios. Azure Storage offers a massively scalable object store for data objects, a file system service for the cloud, a messaging store for reliable messaging, and a NoSQL store.