Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can use azure functions to create serverless solutions in EmpowerID. Developing the azure function allows you to develop, deploy a block of code and execute without server infrastructure or web server. Workflow studio has default templates to support the development of Azure Functions.

In this tutorial, and please you will learn how to do the following:

  • Create an Azure Function project in Workflow Studio

  • Open the project in Visual Studio

  • Add your implementation logic

  • Publish and deploy the Azure Function

Please follow the given instructions to create Azure Functions from the Workflow Studio template.

...