DEV Community

Discussion on: Serverless — from the beginning, using Azure functions ( Azure portal ), part II

Collapse
 
jschaufele profile image
jackschaufele

What would you use to support the client/front-end of the app ? storage-blobs ? I was trying to find a way to do this via function apps-

Thread Thread
 
softchris profile image
Chris Noring

well haven't tried to use function apps for the frontend. This article seems to tackle that though, blog.stephencleary.com/2017/08/azu.... Additionally have a look at this article for different options on how to deploy to Azure, medium.com/microsoftazure/deployin...