Azure Functions Flashcards
(19 cards)
Azure function is server based service?
No Its server less service
what is Azure Functions
Azure Functions is a serverless compute service
what is Azure Logic Apps
Azure Logic Apps is a serverless workflow integration platform
what is orchestration in Azure compute
An orchestration is a collection of functions that are executed to accomplish a complex task
which service we develop orchestrations by writing code
Azure Functions
which service we develop orchestrations by GUI
Azure Logic Apps
how we can monitor Azure Functions
Azure Application Insights
how we can monitor Azure Logic Apps
Azure portal, Azure Monitor logs
what is Azure App Service WebJobs
code-first integration service that is designed for developers.
Azure Functions is built on the WebJobs SDK
yes
Azure App Service WebJobs support auto scaling
no
Azure App Service WebJobs integrate with logic app
no
Azure App Service WebJobs support pay per use?
no
Azure App Service WebJobs support Develop and test in browser
no
Consumption plan max scale out
Windows: 200
Linux: 100
What is a key benefit of the Flex Consumption plan in Azure Functions hosting options?
It offers high scalability with compute choices, virtual networking, and pay-as-you-go billing.
can we Create a function by using Visual Studio Code and the Azure Functions Core Tools
yes
can we Connect a azure function to services in Azure
yes