Deployment and Projects usage
Hi all, I currently have 4 projects with 2 services in each. My allowance is being chewed up quite quickly during the month. I know that these services don't really get that much traffic, so I assume that the cost just comes from the different projects being up and running all the time.
Does anybody know if moving all these services into a single project would be less costly? If so how would I move them without having any downtime?
Thanks.
Solution:Jump to solution
Moving them would have 0 affect.
To lower costs, you would have to examine the program itself and look for optimizations you can do. Another option, is to put your services to sleep when they are not being used....
5 Replies
Project ID:
N/A
N/A
Solution
Moving them would have 0 affect.
To lower costs, you would have to examine the program itself and look for optimizations you can do. Another option, is to put your services to sleep when they are not being used.
^ correct, it doesn't matter where the services are located they would still use the same resources.
Okay thank you 🙂