Sharing Azure Functions
Sharing code between Azure functions can be a challenge, especially when using common classes like an accounting model. Options include creating a NuGet package or utilizing a shared folder within the storage account, allowing multiple functions to access the same resources. The discussion touches on the nuances of referencing files, including the intriguing concept of C# scripting, which raises some eyebrows.In this clip
From this podcast

Coding Blocks
92. Azure Functions and CosmosDB from MS Ignite
Related Questions