Hosting in Azure App Service (Web App)
Has anyone ever deployed a Discord bot to Azure App Service?
I have played around quite a bit and can not get it up and running. -> I am using pm2 to run index.js in the App Service configuration file. Unfortunately the bot does not come online.
Anything I might be missing?
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!@Qjuh - Thanks. Do you think Azure Container Instance would work?
ACI actually works.
If anyone ever encounters the same thing. : )