I was playing with deplo…

less than 1 minute read

I was playing with deploying mono repo to azure static web apps. Angular static site was easy, but struggling with api. I will probably open a ticket on azure repo, but wanted to open for discussion. Initial issue is it complains about size, with little details and no artifacts to see what’s being uploaded.

Responses:

Also nestjs/azure-http-func has a pending pr to work better for monorepos, but doesn’t work without modification for nx

Hey - I have no experience with Azure but what I do to work around vendor specific stuff is package my Nest API in a Docker container and ship that

Updated: