Which compute solution should you recommend?

Nguyen Dinh Phuong (DPS.FMS) 521 Reputation points
2022-06-28T08:38:26.327+00:00

You are designing a small app that will receive web requests containing encoded geographic coordinates. Calls to the app will occur infrequently.

Which compute solution should you recommend?

Only select one answer.

Azure Functions

Azure App Service

Azure Batch

Azure API Management

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,047 questions
{count} votes

Accepted answer
  1. Sujithreddy Komma 576 Reputation points Microsoft Employee
    2022-06-28T12:33:40.927+00:00

    I cant select one :)

    if you insist I would actually start looking at Azure Functions first

    As you said Calls to it will occur infrequently You can actually look at Azure function with Consumption plan so you only pay for what you use. But there is a Problem with a cold start which will have latency. if its the problem then go with Function with premium Plan.

    Depending on you want to expose it, you can use APIM to put on top of it.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    23 people found this answer helpful.
    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Aisha Ikram 136 Reputation points
    2022-06-30T17:09:43.083+00:00

    You can use consumption based Azure functions or logic apps consumption based. But definitely serverless solution. don't need other services you mention.

    4 people found this answer helpful.

  2. Malingumu Samil 45 Reputation points
    2023-09-08T07:27:23.9633333+00:00

    Azure Functions

    Stateless service to run small snippets of code and can be triggered by events. This is the best answer to that requirement.

    1 person found this answer helpful.
    0 comments No comments

  3. EZECHUKWU NSOBUNDU AZUBUIKE 1 Reputation point
    2024-02-11T11:47:22.27+00:00

    Azure Function

    0 comments No comments

  4. Mayowa Temi 0 Reputation points
    2024-07-03T11:21:24.8933333+00:00

    Definitely Azure Functions

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.