abp
abp copied to clipboard
Azure Function
Is there an existing article or article request for this?
- [X] I have searched the existing resources
Describe the article you'd like
Can you guys publish an article about implementing Azure Functions with ABP there are a few questions ABP support about Azure Functions but none of them explain how to use Azure Functions with ABP
for example, I want to make a TimerTrigger function that runs every day, it will get all users from DB and mark inactive users Do I inject IUserRepository to get the users ? After making AbpModule in Azure Function what should it DependOn? What are the best practices in making Azure Function?