How to scale out on Azure Function

Anonymous
2021-12-07T22:50:45.947+00:00

I am trying to figure out how to scale out Azure Function as I have successfully developed one pipeline to bring one dataset via API, and now I need to bring multiple datasets from same data source.

I have a Visual Studio solution file that is pointing to one Azure Function inside one Function App.

It appears that if I publish with different Function name, it still overwrites the previous Function.

What is best practice to create multiple Functions?

Is there way to publish multiple Functions within same Function App using Visual Studio?

Thanks.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jaliya Udagedara 2,821 Reputation points MVP
    2021-12-08T09:41:09.06+00:00

    I see a couple of questions here.

    • scale-out on Azure Function

    You can create an Azure Function App, you can choose the hosting plan. You can read more about this here:
    Azure Functions hosting options

    • Multiple Functions

    You can add multiple functions to a single Function App. You can read more about the best practises here:
    Best practices for reliable Azure Functions

    0 comments No comments

0 additional answers

Sort by: Most helpful