Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Azure Website Subscription

I had a free trial with windows azure, I was out of the country and it ran out.

I have now upgraded to a pay-as-you-go account. All good.

However, my previous websites still run off my old subscription, is there any way to reactivate these websites using my new pay-as-you-go subscription?

like image 814
Hazza Avatar asked Oct 13 '12 21:10

Hazza


4 Answers

If you upgraded the existing free account versus opened a new pay-as-you-go account, this should have been a seamless transition.

You can contact support - use the Billing Questions option and then select Transfer Subscription, and they should be able to help you.

Alternatively, of course, you could redeploy your assets to the new subscription.

like image 194
Jim O'Neil Avatar answered Oct 21 '22 16:10

Jim O'Neil


I created a "Billing" ticket with microsoft. There is a type of ticket as you go through their wizard specifically for this. They were able to upgrade my "Free Trial" to the pay as you go AFTER i had let the free trial expire. The downside was that all my virtual machines were deleted. It did however give me access to my websites and storage without any problem. I was able to recreate all the VM's using the storage vhd's.

like image 22
crthompson Avatar answered Oct 21 '22 14:10

crthompson


My experience on this is that I just redeploy to a new website I created under new subscription. I didn't find a way to move them over to new subscription.

You can move SQL Azure to new subscription, but not website. To move SQL Azure to new subscription, you will need to use old Azure portal management. Follow this step: http://blogs.msdn.com/b/windowsazure/archive/2012/03/07/moving-sql-azure-servers-between-subscriptions.aspx Note that you are moving the server where the database lives. So, if you have more than one DB in the same server, everything will be moved.

like image 5
stack247 Avatar answered Oct 21 '22 16:10

stack247


You can move Azure SQL DB from one subscription to another on https://manage.windowsazure.com

Both subscriptions should in the same Default Directory. If they are in different directories then select:

  • Subscriptions
  • Manage subscriptions/directory
  • Select subscription and click "Edit" at the bottom.
  • Choose directory where other subscription and click "Next".


When both subscriptions in the same directory.

  • Choose "SQL Databases"
  • Select proper server
  • and in Quick Glance you should see "Change subscription"
like image 4
Yuriy Avatar answered Oct 21 '22 14:10

Yuriy