Does Azure Web Apps share disk between multiple instances?

大城市里の小女人 提交于 2019-12-04 03:17:07
  1. Yes. The website content is stored in a blob, which is then mounted by the instance. If there are multiple instances, they are backed by the same file system.
  2. You can't change this by default. You could however use multiple sites, but you would have to configure load balancing yourself. You could use traffic manager to do this.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!