Function Apps

Using Azure Function Apps in DuploCloud

Azure Function Apps allow you to run serverless, event-driven code that automatically scales with demand. You can deploy Function Apps from the DuploCloud Portal using either built-in runtimes or Docker images.

Creating a Function App Resource

  1. In the DuploCloud Portal, navigate to Cloud Services Serverless.

  2. Select the Function Apps tab.

  3. Click Add. The Add Function App pane displays.

  4. Complete the fields:

Name

Enter a unique name for the Function App.

Deploy from Package

Select Yes to upload a deployment package (ZIP file) containing your function code. Select No to configure the app without a pre-built package.

Storage Account

Select an existing storage account. This is required for the Function App to manage state.

Runtime Stack

Choose the function runtime environment (e.g., Node.js, Python, .NET).

Version

Select the runtime version (e.g., 3.1).

Plan Type

Choose the hosting plan (e.g., Consumption (Serverless), Premium, or App Service Plan).

App Settings

(Optional) Define key-value pairs for environment variables used by the function.

Connection Strings

(Optional) Specify database or service connection strings the function will use.

  1. Click Create. The Function App URL is published in the DuploCloud portal. You can view the function app by opening the URL in the browser.

Last updated

Was this helpful?