DI in Azure Functions
I have some class libraries that I use in my ASP.NET Web API app that handle all my backend stuff e.g. CRUD operations to multiple databases like Azure SQL Database, Cosmos DB, etc.
I have some class libraries that I use in my ASP.NET Web API app that handle all my backend stuff e.g. CRUD operations to multiple databases like Azure SQL Database, Cosmos DB, etc.
I’m using a Python Azure function which gets invoked when I add a blob to a storage container. The function is triggered ok, but I get a 404 response when trying to download the blob.