Azure Functions Deployment using GitHub Actions

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • setup-dotnet

    Set up your GitHub Actions workflow with a specific version of the .NET core sdk

  • The second step will set up .NET on the runner. Here I have specified to install the latest version of 3.1. We are using the GitHub action project setup-dotnet to complete the installation on the runner.

  • functions-action

    Enable GitHub developers to deploy to Azure Function Apps using GitHub Actions

  • The final step is for deployment to take place to our Function App. We specify environment variables and GitHub secrets to complete the app name, package and publish profile parameters. This uses a supplied GitHub action from Microsoft called functions-action.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • API open-source para enviar mensagens no Whatsapp

    1 project | dev.to | 17 May 2024
  • Use LLMs in Java. An example with Merlinite, Quarkus, and Podman Desktop AI Lab

    1 project | dev.to | 17 May 2024
  • D3 in Depth

    4 projects | news.ycombinator.com | 16 May 2024
  • Content Hub: Complete guide to a centralized source

    1 project | dev.to | 17 May 2024
  • Branded Types for TypeScript

    4 projects | news.ycombinator.com | 15 May 2024