Hot answers tagged azure
4
Windows Azure is PaaS(Platform-as-a-Service) that allows you to install and manage your SharePoint environment on cloud like you do on premises.
You will be charged based on the space and compute hours consumed by your SharePoint farm, Visual studio, TFS etc. Much VS debugging makes you pay more :-), hence development farm on Azure may be costly to ...
1
Azure is a collection of cloud services provided by Microsoft.
One of the services allows you to host your own Virtual Machines in Azure. You still need to buy the licenses of all the software you install on these machines. It's basically the same situation as when you install SharePoint on a server within your organisation. Microsoft calls this ...
1
There are mainly two ways
Use BCS in SPO with a WCF endpoint to access data in SQL Azure leveraged through an external list
Use client side techs such as JavaScript or Silverlight
For an example with jQuery and JSONP check out: http://www.wictorwilen.se/Post/SharePoint-Online-and-External-Data-using-JSONP.aspx
Only top voted, non community-wiki answers of a minimum length are eligible