Azure : 104 : Sec: 2 : Azure Concepts

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 Azure Concepts :


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 Azure services are huge . There are literally hundreds of services underneath the Azure Umbrella.

 Core services

  1. Virtual Machine
  2. Virtual Networking
  3. Storage

Virtual Mahine is a foundation on top of which other compute services provide services. So when you get Kubernetes contains you are actually work with VMs under the hood. Kubernetes is just an abstraction layer about the virtual machines.

Virtual Machine Scaleset : It is a way to have load balancers

The below are fully managed servers and you do not have remote access into them.



Azure Storage

  1. Blobs is the most common within which you use containers to store your files. 
  2. Microsoft stores 3 copies of your files in case if there was some catastrophy happens  Redundancy

Data Services 

Data storage in terms of databases.

When you are migrating your on-premises infrastructure to cloud you can use the above databases.

When you are seeing non-sql databases. you are looking at the below.

MicroServices :

  • Service Fabric : This is another way of managing application running on a VM Machine .
    Azure Functions : Functions are small pieces of code that you can write using your browser.  There is functions editor build into the portal
  • Azure Logic Apps: Very much remind me about SQL server integration services or windows workflow where you have got logical steps in parallel or in serial that happens to happen one after the other conditional loops extra 
  • API Management : Is a powerful service which can put in front of an API tool . Throttle it or secure it. Put some rules into it.

Networking: There are dozens and dozens of services related to networking.



The Third category of Networking is called Delivery

The last category of Networking is called Monitoring.







Comments

Popular posts from this blog

Azure : 400 : Sec : 2 : NEW Configure processes and communication

Azure-104 : Sec1 :