Function Apps
Using Azure Function Apps in DuploCloud
Last updated
Was this helpful?
Using Azure Function Apps in DuploCloud
Last updated
Was this helpful?
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.
In the DuploCloud Portal, navigate to Cloud Services → Serverless.
Select the Function Apps tab.
Click Add. The Add Function App pane displays.
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.
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.