Does Azure Worker Roles get charged $$ when they are Sleeping?

前端 未结 3 822
难免孤独
难免孤独 2021-01-06 13:02

I\'m trying to figure out how to (roughly) calculate some expected costs for some worker roles I\'m thinking about creating.

TLDR;

3条回答
  •  自闭症患者
    2021-01-06 13:55

    As long as you have deployment in windows azure you are charged. It does not matter whether it is in running state or stopped state. If you shut down roles, then also you will incur cost.

提交回复
热议问题