Module 1 Compute hosting options Flashcards

1
Q

The five functional components for providing apps from within Azure are

A
  • App Service and App Service Environment
  • Azure Cloud Services
  • Azure Virtual Machines
  • Azure Service Fabric
  • Azure Container Service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

App Service

A

App Service is a PaaS solution, so App Service solutions run in a virtual machine environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Azure App Service Environmen

A

dedicated environment in which you can run Azure apps such as Web apps, Mobile apps, and Logic apps. Apps within an App Service Environment can connect to each other inside a virtual network that defines the network scope of the App Service Environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Azure Cloud Services

A

extend the functionality of your cloud-based solution. Azure Cloud Services supports scalability for apps and greater control over the hosting environment. When using Azure Cloud Services, you can connect to your virtual machines and perform simple management tasks, such as app installation. You typically use Azure Cloud Services to deploy more complex solutions than an App Service web app can provide.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Azure Virtual Machines

A

greatest flexibility and control of the available compute options. As an IaaS solution, Azure Virtual Machines operates in much the same way as Microsoft Hyper-V virtual machines. You can also create virtual machines by importing existing Hyper-V virtual machines from your on-premises virtualization infrastructure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Azure Service Fabric

A

Service Fabric provides a reliable and flexible technology that you can use to build apps. Service Fabric supports both stateful and stateless apps. Service Fabric apps are composed of microservices running on a shared pool of computers referred to as a Service Fabric cluster. Service Fabric is primarily used to build complex cloud apps, and it is used to power such Microsoft services as Microsoft Intune, Skype for Business, and Cortana.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Azure Container Service

A

With Azure Container Service, you can create clusters to support apps. Although Azure Container Service is new, it is positioned to enable enterprises to build rapidly scalable clustered apps. Azure Container Service supports Mesos clusters and Docker-based apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly