Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Macky 1 post 71 karma points
    Feb 16, 2023 @ 19:01
    Macky
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft