Intro Flashcards
Can we have single resource in multiple resources groups?
No
What is Resources group?
It contains different resources that are related to each other into same group
What is subscription?
It is a container of multiple resources group it is mostly linked with billing
Can we have multiple subscription in a account?
Yes
What is the hierarchy of resources
Management group -> subscription-> Resource group -> Resource
What are the different compute services available in azure?
Virtual Machines
Virtual machine scale set
App services
Azure containers service
Azure kubernetes services
Windows virtual desktop
What is virtual Machines?
It’s is a compute instance which runs on azure cloud it is similar to EC2 in AWS
What is VM Scale set?
It is similar to EC2 auto scaling where two or more instance runs same code to handle the request load
What is App services ?
It can run web apps , backend api etc
What are azure container services
It allows you to run container based apps in cloud
What is azure Kubernetes services
It allow you to run Kubernetes services in cloud
What is windows virtual desktop?
it allow you to provision virtual desktop on cloud
What is virtual network in azure?
It is similar to VPC in AWS.
What is express route in azure?
It is similar to direct connect in AWS which establishes private connection between azure and on premise
What is azure front door service?
It has load balancer, CDN, firewall
What is peering in virtual network?
It’s a connection established between two or more virtual networks
Which service allow you to run code in a serverless way ?
App Service and Web apps
What are the list of azure storage services
Container/ BLOB storage
Disk storage
File storage
Storage tier
What is Azure storage account?
Azure storage account support many storage types like blob, table,queue & files
Blob storage support data lake ?
Yes
Which service in AWS is similar to azure storage account?
S3
What are the access tire available for azure storage account?
Hot, cold, Archive
What are the performance tier available in azure storage account?
Standard & premium
Can we set specific location of data storage in azure storage account?
Yes