Azure Functions Flashcards

(19 cards)

1
Q

Azure function is server based service?

A

No Its server less service

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

what is Azure Functions

A

Azure Functions is a serverless compute service

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

what is Azure Logic Apps

A

Azure Logic Apps is a serverless workflow integration platform

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

what is orchestration in Azure compute

A

An orchestration is a collection of functions that are executed to accomplish a complex task

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

which service we develop orchestrations by writing code

A

Azure Functions

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

which service we develop orchestrations by GUI

A

Azure Logic Apps

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

how we can monitor Azure Functions

A

Azure Application Insights

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

how we can monitor Azure Logic Apps

A

Azure portal, Azure Monitor logs

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

what is Azure App Service WebJobs

A

code-first integration service that is designed for developers.

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

Azure Functions is built on the WebJobs SDK

A

yes

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

Azure App Service WebJobs support auto scaling

A

no

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

Azure App Service WebJobs integrate with logic app

A

no

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

Azure App Service WebJobs support pay per use?

A

no

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

Azure App Service WebJobs support Develop and test in browser

A

no

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

Consumption plan max scale out

A

Windows: 200
Linux: 100

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

What is a key benefit of the Flex Consumption plan in Azure Functions hosting options?

A

It offers high scalability with compute choices, virtual networking, and pay-as-you-go billing.

17
Q

can we Create a function by using Visual Studio Code and the Azure Functions Core Tools

18
Q

can we Connect a azure function to services in Azure