Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>There is no trial version of Windows Azure itself and there is no "Azure license" - it's all 'production'. BizSpark provides monthly benefits, essentially a subsidy of services, but there's no functionality difference. If you use BizSpark you're deploying to the same data centers that a full-paying customer is. That said there are staging and production slots in Azure to allow you to test in the cloud before exposing your application "live" via a public URL, but that's a little different than the context you were implying.</p> <p>What you do want to consider however is who owns the subscription and who are the service administrator and co-administrators. If <em>you</em> own the subscription and accounts under BizSpark, you can't just transition ownership of the subscription to your client. They would have to create a new subscription and you'd have to recreate storage accounts, services, etc. under their subscription along with move all of the assets you might have started under your account. That's not impossible, but something to plan for. </p> <p>There are others on this list that can offer more 'real world' advice of such transitions, but I would suggest using your BizSpark account for your own development. When clients are involved, encourage them to get their own subscription - 90-day trial accounts are fine and can be transitioned to FULL paid accounts easily. They will own the subscription, but can make you the service administration or co-admin. Then when the project is complete, they simply drop you as administrator and you're done!</p> <p>As for <em>needing</em> an account beyond BizSpark - you might not depending on size of project. You can set up the account so that if you do need more than the monthly allotment, overages will be bill at pay-as-you-go rates. Do be aware that BizSpark is a 3-year program.</p> <p>As for "develop it all in Azure" vs. "download Visual Studio"... Azure is a deployment platform, you have to develop your code in something. For .NET, absolutely Visual Studio, but for other environments Java, PHP, node.js, etc. you can use whatever you want. <a href="http://www.windowsazure.com/en-us/develop/overview/" rel="nofollow">There are SDKs available</a> for a variety of platforms.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload