fractal-code / meteor-azure

Automate Meteor deployments on Azure App Service
MIT License
67 stars 20 forks source link

Which type of app service is required? #74

Open michaelfp opened 4 years ago

michaelfp commented 4 years ago

Which is the app service configuration that is needed to support meteor. NodeJS. Asp.net ?

ramijarrar commented 4 years ago

All that matters is that you are using Windows (the new UI makes this a lot more confusing but any stack like PHP, ASP.Net, or whatever works with a custom deployment script).

I should get around to updating this in the documentation along with #63 but for now you can just select Node 12 LTS:

Screen Shot 2020-10-01 at 2 36 31 pm
ramijarrar commented 4 years ago

Re-opening this to track updating the docs.