Is it possible to run a TeamCity server on Azure Websites (PaaS)?
Hi,
I know TeamCity server it can run on Azure VM, but wonder if it's possible to host a TeamCity server (not the agent) on Azure Websites.
Azure Websites can run Tomcat or Jetty applications, so it seems it could be possible.
However, I found this answer on stack-overflow that says that it's not, but I think it's talking about the TC agent, not the server.
Regards,
Benoit
Please sign in to leave a comment.
Actually, the post is about server (agent doesn't have a web UI).
TC Server indeed requires additional permissions, such as creating directories, open connections, etc.
So you confirm that it is impossible to run TeamCity server on Azure Websites?
Yes