F5 Debug…

Building & Debugging the Technology!!!

Archive for the ‘Windows Azure’ Category

Post on Windows Azure

Microsoft Beta Release on Amazon Web Services(AWS) SDK for Windows Phone 7

Posted by Karthikeyan Anbarasan on February 7, 2012

Microsoft has recently announced the BETA release of Amazon Web Service (AWS) SDK for Windows Phone 7 Development. Microsoft has provided this SDK as an open source, which provides developers to quick integrate the Microsoft Windows Phone 7 Application development with the Amazon Web Service. This SDK provides support with the 3 main component of the AWS (Simple DB, S3 and SQS Service) at present which will get enhanced in the future releases as well.

Terry Wise, Director of Business Development for Amazon Web Services says about the Microsoft Release on AWS SDK for Windows Phone 7

“Our approach with AWS is to provide developers with choice and flexibility to build applications the way they want and give them unlimited storage, bandwidth and computing resources, while paying only for what they use. We welcome Windows Phone developers to the AWS community and look forward to providing customers with new ways to build and deploy Windows Phone applications”.

Jean Paoli, General Manager of Interoperability Strategy at Microsoft says about the Microsoft Release on AWS SDK for Windows Phone 7

“The release of the Windows Phone Toolkit for AWS Beta proves that Microsoft’s goal of building a Cloud-friendly phone is true across vendor boundaries. It literally takes minutes to create a Cloud-ready application in C# with this toolkit. We look forward to this toolkit eventually resulting in many more great apps in the rapidly growing Windows Phone marketplace.”

Make use of the below links to download the SDK and get the high level tutorial on how to use the SDK to get the best out. Some of the requirements to be considered for using this SDK are

 

Downloads:

Amazon Web Service (AWS) SDK for Windows Phone 7 Download

Tutorials:

Article on Getting Started with Installing and developing AWS SDK for Windows Phone 7

Getting Started with the AWS SDK for Windows Phone

AWS SDK for Windows Phone – S3 sample walkthrough

AWS SDK for Windows Phone – SQS sample walkthrough

AWS SDK for Windows Phone – SimpleDB sample walkthrough

Leveraging your iPhone development expertise to build Windows Phone 7 applications

Leveraging your Android development expertise to build Windows Phone applications

 

Happy Programming!!!

Posted in Amazon WebService, Windows Azure, Windows Phone 7 | Tagged: , , , , , , , , , , | 2 Comments »

Brief Comparison between Windows Azure and Amazon Web Service

Posted by Karthikeyan Anbarasan on February 6, 2012

Today I was discussing about my first Windows Azure project and came to know some interesting things and some comparison between the Windows Azure and Amazon Web Services. Each has its own advantages and disadvantage, to my followers who frequently ask me about what Azure is and when to use the Azure cloud this comparison chart will give some insight on the things to consider. Below Comparison chart will provide with easy comparison between the Windows Azure and Amazon EC2 Web Services cloud terminologies.

Microsoft Windows Azure
windows-azure-logo
Amazon Web Services
aws
Free Trial https://www.windowsazure.com/en-us/pricing/free-trial/ http://aws.amazon.com/free/
Compute Instance ExtraSmall, Small, Medium, Large, Extra Large Micro, Small, Large, Extra Large
Compute VM VM Role Instance EC2 (Elastic Compute Cloud) Instance
Scaling Auto Scaling Blocks Auto Scaling
Identity Management AppFabric ACS (Access Control System) IAM
Messaging Service Bus SNS (Simple Notification Services)
Caching AppFabric Cache Elastic Cache
CND Azure CDN Cloud Front
Storage Blob Azure Blob S3
Storage Tables Azure Tables Simple DB
Storage Drive Azure Drives EBS (Elastic Block Storage)
Database SQL Azure MySQL, Oracle
Queues Azure Queues SQS (Simple Queue Services)
Connect Azure Connect VPC (Virtual Private Cloud)
Load Balancing Azure Load Balance Elastic Load Balance
Traffic Manager Azure Traffic Manager NA
Monitoring Tools AzureWatch(3rd Party) CloudWatch

This article is just a start on the comparison, we will see in depth on each of the topics on the go to get complete idea to proceed with the best options before start designing the cloud.

Hope this article will be useful, If you like my blog and if you are interested in getting the latest updates on new articles, kindly follow me through one of these options.

F5Debug FacebookF5debug LinkedInF5debug TwitterF5debug GooglePlusF5debug RSSFeed

Posted in Amazon WebService, Windows Azure | Tagged: , , , , , , , , , , , , | 5 Comments »

Design and Deploy Visual Studio Light Switch 2011 Application in Windows Azure – Part 2

Posted by Karthikeyan Anbarasan on September 29, 2011

This article is going to be Part 2 of a series of article on Designing and Deploying Visual Studio Light Switch 2011 Application on Windows Azure Cloud. In this part we will see how to deploy the application to the Windows Azure Cloud environment using the Visual Studio IDE.

Now let us open the Visual Studio Light Switch 2011 Application (VSLightSwitchAzure) and right click on the project name in the solution explorer to select the properties option. We can see the property window as shown in the screen below. As highlighted in the screen we need to select the option to run the application as a web client and select the server as Host Application Services using Windows Azure. Once the above options are selected we can click on the Publish button to proceed further to publish our application to the Windows Azure Cloud Environment.

Click here to Read more

Posted in Azure, Windows Azure | Tagged: , , , , , , , , , | 1 Comment »

Windows Azure Platform PowerShell Cmdlets 2.0

Posted by Karthikeyan Anbarasan on September 28, 2011

Friends,

The Windows Azure Platform PowerShell Cmdlets 2.0 enable you to browse, configure, and manage Windows Azure Compute and Storage services directly from PowerShell.  These tools can be helpful when developing and testing applications that use Windows Azure Services.  For instance, using these tools you can easily script the deployment and upgrade of Windows Azure applications, change the configuration for a role, and set and manage your diagnostic configuration and diagnostic data.

The Windows Azure Platform Powershell Cmdlets 2.0 changes includes the following

  • Improved Support for Hosted Services Management, Affinity Groups, Storage Accounts, Storage and Instance Management.
  • Enhanced Diagnostics Support: Manage all aspects of Windows Azure Diagnostics from PowerShell.
  • SQL Azure Support: Add/Remove/Update SQL Azure Servers
  • Storage Analytics Support: Enable or Disable Storage Analytics for your Storage Account.
  • The Access Control Service PowerShell Cmdlets have been merged with the existing Windows Azure PowerShell Cmdlets so you can deploy both in a single installation.
  • Some of the cmdlets have been renamed and others have been enhanced in order to follow the PowerShell cmdlets design guidelines more closely.
  • The namespaces in the cmdlets solution have undergone substantial change.

Download the Windows Azure Platform Powershell Cmdlets 2.0 using the link http://wappowershell.codeplex.com/releases

To get the complete documentation and the step by step process installation use the link http://wappowershell.codeplex.com/documentation

 

Happy Programming!!!

Posted in Azure, Windows Azure | Tagged: , , , , , , , | 2 Comments »