WorksheetsAZ-204-Module-2
Total questions: 10
Worksheet time: 3mins
If you want to create an application's UI, can you use Azure function?
Yes
No
Which of the following best depicts an Azure function.
API
UI
DB
None of the above
If I don't know coding but I need to create workflow, which service should I use
App Service
Logic App
Web Job
Azure function
Statement 1: Web Job allows developer to code directly in the Portal.
Statement 2: Azure function allows developers to code locally in IDEs like VS.
Only 1 is correct
Only 2 is Correct
Both are correct
None of them is correct
If the Plan for an Azure function is chosen as App Service Plan then it will surely support Automatic scaling without any defined rules.
True
False
If I want to run an azure function at a fixed schedule every day, which Trigger Type Should I use?
HTTP
Timer
Blob Storage
Event Grid
Can an Azure function be created without Selecting a Trigger?
Yes
No
In order to Create an Azure function, you have to first create a 'Function App'.
True
False
Trigger & Binding Information related to an Azure function is kept in a
Host.Json
function.json
run.csx
When executing a Durable Orchestration, which type of function is executed first?
Orchestrator function
Client Function
Activity Function
Entity Function
