How to use Umbraco v10 Core packages in an Azure Function
We have a buisness Scenario were we need to update the State of some Umbraco.Forms Records using TimeTrigger Azure Functions.
In order to avoid writing SQL scripts to fetch Data from the Database, we decided to use Umbraco Core Modules to make the job easy for us e.g We want to use services like IRecordStorage, IRecordService, IFormFactory etc. The obstacle is, how should we register Umbraco in the Startup class for Azure Function, so that we can make use of these services. Point to be noted, we don't need everything from Umbraco, e.g Web related stuff.
How to use Umbraco v10 Core packages in an Azure Function
We have a buisness Scenario were we need to update the State of some Umbraco.Forms Records using TimeTrigger Azure Functions.
In order to avoid writing SQL scripts to fetch Data from the Database, we decided to use Umbraco Core Modules to make the job easy for us e.g We want to use services like IRecordStorage, IRecordService, IFormFactory etc. The obstacle is, how should we register Umbraco in the Startup class for Azure Function, so that we can make use of these services. Point to be noted, we don't need everything from Umbraco, e.g Web related stuff.
Would appreciate any Kind of Help. Thanks
is working on a reply...