Multiple site strategy on web role(s) and cloud service(s)

我与影子孤独终老i 提交于 2019-11-30 09:08:21

Sounds like you're on the right track. A few points of clarification:

  • Keep in mind that, when defining sites to run in separate web roles within the same deployment, you'll need separate port numbers for each web role. If you want all sites to be on port 80, you'll need option #1 or #3
  • Within a single deployment, while you need to publish all role code at once, you can choose to update a specific role instead of all roles.
  • You can also look into alternative techniques for deploying your web code independent of your deployment, such as storing your websites zip'd in blobs, then download/unzip/install website(s) as needed, without redeploying.
  • You can also keep all your static content in blob storage and update these objects at any time with zero redeployment.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!