in Education by
If I have to create code to trigger a queue so should I use a webjob or a function. I've recently learnt about Azure functions and created some Azure Webjobs There is a pricing difference between the two like no additional cost for an existing app in webjob. From what I've learnt it looks like features of functions overlap with the feature of webjob. Please help me out in choosing the best from the two. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Azure web jobs Azure functions are not web jobs Web jobs allow sharing of the resources of an App service plan between a Web app and a Web job. Background processes can be executed as a command line executable or script. Web jobs can be configured manually Web jobs can be short or long running Azure functions Azure functions are built using the Azure web jobs foundation. Azure functions offer the same features as web jobs. There are some more add-ons: With the Azure functions consumption plan you've to pay for only the functions which are in execution The app service plan of Azure functions is a costlier option but in this, you've to pay for the reserved resources

Related questions

0 votes
    I'm trying to make a web-based .NET application from scratch. I'm considering using Microsoft Azure to host it ... advice for using it. Select the correct answer from above options...
asked Jan 20, 2022 in Education by JackTerrance
0 votes
    How many endpoints are there in Azure Traffic Manager? A. 1 B. 2 C. 3 D. 4...
asked Nov 21, 2022 in Education by JackTerrance
0 votes
    How can I delete the associated account with the virtual machines On the preview portal on deleting the storage account ... as well. Select the correct answer from above options...
asked Jan 20, 2022 in Education by JackTerrance
0 votes
    Can we get the Tenant ID of the azure active directory without using powershell command? These two blogs helped ... -for-powershell/ Select the correct answer from above options...
asked Jan 20, 2022 in Education by JackTerrance
0 votes
    Could someone tell me how to become an Azure expert? Select the correct answer from above options...
asked Jan 6, 2022 in Education by JackTerrance
0 votes
    Azure Traffic manager receives a query from _____________. A. Endpoint B. Client C. Routing Method D. All the options...
asked Nov 21, 2022 in Education by JackTerrance
0 votes
    Which endpoint is used for Non-Azure services? A. External Endpoint B. Nested Endpoint C. Azure Endpoints D. All the options...
asked Nov 21, 2022 in Education by JackTerrance
0 votes
    Azure DNS is the same as Domain Registrar. A. True B. False...
asked Nov 21, 2022 in Education by JackTerrance
0 votes
    Azure Virtual Networks can be created using _________. A. Azure CLI B. Azure Portal C. Azure Powershell D. All the options...
asked Nov 21, 2022 in Education by JackTerrance
0 votes
    A company is planning on hosting an application on an Azure Virtual Machine. It needs to be ensured that the application ... plan. Would this satisfy the requirement A. Yes B. No...
asked Nov 20, 2022 in Education by JackTerrance
0 votes
    In Azure, a public address can be assigned to _____________. A. VPN Gateway B. Application Gateway C. VM D. All the options...
asked Nov 20, 2022 in Education by JackTerrance
0 votes
    You need to ensure that Azure DNS can resolve names for your registered domain. What should you implement? A. An MX Record B. A Secondary Zone C. A CNAME Record D. Zone Delegation...
asked Nov 20, 2022 in Education by JackTerrance
0 votes
    Azure takes care of ___________. A. Subnet allocation B. VM IP range allocation C. DNS resolution D. Underlying routing...
asked Nov 20, 2022 in Technology by JackTerrance
0 votes
    I was doing an arm template deployment of Azure data factory from dev-ops pipelines. Mistakenly I have ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    I was doing an arm template deployment of Azure data factory from dev-ops pipelines. Mistakenly I have ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
...