I’m a brand-new customer of Monzo’s banking service and I’m a big fan of the fact that they’ve published an API for their services. Whilst the API isn’t really their focus right now as they roll out to more customers, it’s still a great direction and is useful-enough as is to do some interesting things.
my question is: is it possible to use Monoz with Azure can you say some word’s about that!
Welcome !
A far as Azure goes, as long as your web app can parse JSON, this shouldn’t be a problem, but I’m not familiar with Azure Logic so I might be wrong.
How does an Azure logic app differ to another platform? Is the code purely azure specific?
I haven’t tried any of the Azure offerings for at least 3 years so I’m not sure where they are up to now. Webhooks are fine with Heroku for python, ruby, node (haven’t tried anything else), AWS works fine too, you could probably manage fine with AWS Lambda rather than paying for a permanent EC2 instance. From my previous Azure experience I can’t see why you should have any issues though.
Generally though I just use the free dynos from Heroku.
I think they do with herokuapp.com URLs, perhaps not with custom domains. You could mitigate this by putting your app behind a reverse proxy/CDN (e.g. Cloudflare HTTPS everywhere).