I want to send daily email with my application.
Background My application has web.api which created .net core & published on Azure app api (Paas). API has it's own authentication mechanism(JWT token) & it's used dependancy injection. It read configuration value ex. Database, Redis cache, bob storage connection string from Azure key vault
Solution 1)If i create new console application and set in web job. I have to do lot of coding for dependnecy injection and have to integrate azure valut. 2)Can i create web api in current api project but how to ensure security only azure web job can call api.
same question ::Securely calling a WebSite hosted Web API from an Azure WebJob