Please enable JavaScript.
Coggle requires JavaScript to display documents.
Azure Core Service - Coggle Diagram
Azure Core Service
Managed Database Service
- Azure Cosmos Database is a globally-distributed database service (No SQL)that elastically and independently scales throughput and storage
2.Azure SQL Database is a relational database as a service (DaaS) based on the latest stable version of the Microsoft SQL Server database engine.
- Azure Database for MySQL (Open standard) is a fully-managed MySQL database service for app developers.
Azure Database for PostgreSQL is a relational database service based on the open-source Postgres database engine.
-
Azure will provide patching, installation of DB engine and backup
Compute Service
-
Type
-
- Managed container Service
-
advantage
-
because Kubernetes is based on open standard, therefore many services can be run
-
-
Type
Azure Container Instances: a PaaS offering that runs a container in Azure without the need to manage a virtual machine or additional services.
Azure Kubernetes Service: an orchestration service for containers with distributed architectures and large volumes of containers.
-
-
-
networking service
enables Azure resources to communicate with each other, the internet, and on-premises networks.
Virtual Private Network Gateway (VPN) is used to send encrypted traffic between an Azure virtual network and an on-premises location over the public internet.
Azure Express Route extends on-premises networks into Azure over a private connection that is facilitated by a connectivity provider.
storage service
Type
1.Container storage (blob, (object storage) is optimized for storing massive amounts of unstructured data, such as text or binary data.
2.Disk storage provides disks for virtual machines, applications, and other services to access and use.
- Azure Files sets up a highly available network file shares that can be accessed by using the standard Server Message Block (SMB) protocol.