Hi
I have developed a series for what I call micro services on my local machine using visual studio code, I have two micro services products and categories, which has a root folder,which has a functions project and class library project,and there is an additional
folder with a shared project.
Since I can only debug 1 project at a time to moc the cross services communication I added basic activity functions with static content (this doesn't feel right is there a better way to do it)
All my functions in the local setup use the same storage for everything.
Now I am looking to upload and configure a staging environment to get things ready fora live environment.
so I have a few questions
Do I have a different function app's for products and categories?
How do i upload the functions to azure, they both have with additional dll's, the functions all use dependency injection. There is nothing in the extension that i can see that helps.
The MS docs state its best practice to not re use azure storage, is that on a function level, app function level or combination of the two?
Any information would be appriciated