In Azure, is it possible to move an existing set of hosted sites to another subscription?

前端 未结 4 2172
遇见更好的自我
遇见更好的自我 2021-02-07 07:24

On Azure, I am currently using my \"3-month Free Trial\" subscription, and just recently I got access to a \"Windows Azure MSDN - Visual Studio Ultimate\" subscription.

4条回答
  •  耶瑟儿~
    2021-02-07 07:45

    I don't know a way to do this from the portal but I do recommend using Windows Azure PowerShell which has the ability to manage multiple subscriptions and in your case you can just do this cmdlet to copy a service into another subscription:

    Publish-AzureServiceProject -sn MyNewSubscriptionName
    

提交回复
热议问题