質問

Is it possible to change Azure Standard Website location from East US to West US? Is it possible to have different region website in same Standard website plan?

役に立ちましたか?

解決

Once you deploy a Web Site (with a xxx.azurewebsites.net namespace), it is associated with a specific region. To change region, you'd need to redeploy. Assuming you have a custom DNS name, you could redeploy with a completely new Web Site namespace and then remap your dns. Or... you can delete the current deployment, then grab the same namespace name when creating a new deployment in a different region.

You can have multiple Web Site deployments, each residing in whichever region you choose.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top