Reboot : DocumentDB – NoSQL on cloud


Today,i was given an opportunity to speak about DocumentDB - A NoSQL Database on cloud (Azure) at Reboot 2015. NoSQL has become a buzz word in the DB world and there are different categories of NoSQL 1. Key-values Stores The main idea here is using a hash table where there is a unique key and … Continue reading Reboot : DocumentDB – NoSQL on cloud

MEET THE NEW WINDOWS AZURE


June 7th- It’s been a big week for Windows Azure If you missed the live stream, you can watch the recorded version online atmeetwindowsazure.com. Enhancements to Existing Services: SQL Reporting—Now Generally Available with a fully backed SLA, SQL Reporting enables you to publish reports to the cloud or embed reports directly within on-premises applications that can … Continue reading MEET THE NEW WINDOWS AZURE

POWERSHELL-AzureManagementToolsSnapIn Not installed


when i execute the below command in powershell , its giving me an error saying. Add-PSSnapin AzureManagementToolsSnapIn Add-PSSnapin : The Windows PowerShell snap-in 'AzureManagementToolsSnapIn' is not installed on this machine. At line:1 char:13 + Add-PSSnapin <<<<  AzureManagementToolsSnapIn     + CategoryInfo          : InvalidArgument: (AzureManagementToolsSnapIn:String) [Add-PSSnapin], PSArgumentException     + FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand Reason : http://social.msdn.microsoft.com/Forums/is/windowsazuredevelopment/thread/4c59fc7e-3ead-482e-88c3-f5555e915c84 Solution : … Continue reading POWERSHELL-AzureManagementToolsSnapIn Not installed

Building an Azure v1.4 Package file


I tried to push my ASP.NET website to Azure and faced too many issues as Windows Azure doesn't support Website. I was not able to build a V1.4 cspkg file for this you need to build the package using command prompt,Create a ServiceDefinition.csdef using the code below <?xml version="1.0" encoding="utf-8"?> <ServiceDefinition name="WebSiteCloudService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition"> <WebRole name="WebRole1"> … Continue reading Building an Azure v1.4 Package file