Azure Flashcards
What is ACI?
Why Contenarized Application is better than standard?
[1] ACI - Azure Container Instance
Service that allows to run and orchestration containerized applications
[2] They are better than the standard because:
a) portability
b) consistency
c) Efficiency
d) scaling
e) costs
What is AKS?
AKS - Azure Kubernetes Service
an open-source container orchestration system for orchestrating containerized applications. it used for deployment, scaling and managing applications
[1] What are Azure Functions?
[2] What are benefits?
[1]
- Smallest compute service on Azure
- a single function to compute
- called or invoked via standard web address (URL)
- Runs once and stop
- Still it runs on some VM but it’s hidden from developer (No mainanence, No process, Nothing VM related)
[2] Benefits
- only runs when needed
- save money (you do not pay for functions if it is not used)
- Resilience (if your functions fails it does not affect functions)
[1] What are the App Services?
App Services - fully managed Platform
It means that Storage, Network, Storage are handled or Managed by Azure. So you can focus on Business value and logic
WE have 3 categories:
- WebApps
-Web Apps for Containers
-API Apps
[1] What are the App Services?
App Services - fully managed Platform
It means that Storage, Network, Storage are handled or Managed by Azure. So you can focus on Business value and logic
WE have 3 categories:
- WebApps
-Web Apps for Containers
-API Apps
What are Virtual Machines in Azure?
It is virtual hardware that you control. Spin up and down when needed.
Take advantage of the Azure tools.
Priced per hour with many configuration available
What are Scale Sets?
Set’s of identical VM’s.
Scale sets automatically create and delete VM’s for your application.
Provides HA (high availability) and protects against server failures.
Azure virtual machine scale sets let you create and manage a group of load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications and allow you to centrally manage, configure, and update a large number of VMs. With virtual machine scale sets, you can build large-scale services for areas such as compute, big data, and container workloads.
Can Scale sets consists of virtual machines with different parameters and types?
NO!
When using scale sets for virtual machines, they need to be all machines of the same size and type. A common way you might hear this being referred to is as a “homogeneous” set, meaning “all the same type.” This is in comparison to “heterogeneous”, meaning “diverse types.”