Please enable JavaScript.
Coggle requires JavaScript to display documents.
AZ900 (Azure Compute (containers (Azure supports Docker containers. (Azure…
AZ900
Azure Compute
containers
-
-
Containers are lightweight and are designed to be created, scaled out, and stopped dynamically
Containers allows you to respond to changes on demand and quickly restart in case of a crash or hardware interruption.
-
Functions
concerned only about the code running your service and not the underlying platform or infrastructure
App Services
build, deploy and scale enterprise-grade web,mobile and API apps running on any platform
-
-
-
Azure Network Services
Azure Virtual Network
enables many types of Azure resources such as Azure VMs to securely communicate with each other, the internet, and on-premises networks.
Azure Load Balancer
Load Balancer supports inbound and outbound scenarios, provides low latency and high throughput, and scales up to millions of flows for all TCP and UDP applications
VPN Gateway
virtual network gateway that is used to send encrypted traffic between an Azure Virtual Network and an on-premises location over the public internet
-
-
-