DotNetShoutout - Stories tagged with Windows Azure
9
Shouts

Getting Started with Windows Azure - ScottGu's Blog

published 474 days, 47 minutes ago posted by KluggerKlugger 476 days, 22 hours, 22 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Wednesday, February 01, 2012 4:36:21 PM GMT
This is the second in a series of posts I’m doing on Windows Azure – which is Microsoft’s Cloud Computing Platform. In today’s post I’m going to cover how to sign-up and get started with Windows Azure using a no-obligation 3 month free trial offer.  This free trial costs nothing and doesn’t obligate you to buy anything at the end of it.  It provides an easy way to try out and get started with Windows Azure. Windows Azure Website The http://www.windowsazure.com web-site provides everything you need to g... (more)
category: Architecture | clicked: 48 | 5 comments | | source: weblogs.asp.net
tags: Windows Azure, Azure
2
Shouts

How to Use Windows Azure Blob Storage Service With ASP.NET MVC Web Application

published 486 days, 14 hours, 46 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 489 days, 20 hours, 46 minutes ago
Monday, January 23, 2012 12:13:07 AM GMT Thursday, January 19, 2012 6:12:51 PM GMT
This blog post will walk you through on how to useWindows Azure Blob Storage service with ASP.NET MVC web application. (more)
category: Web Dev | clicked: 72 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, Windows Azure, Windows Azure Storage, ASP.NET
2
Shouts

Building a Windows Azure App using Azure Queue, Azure Table and ASP.NET MVC Web Role - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 538 days, 20 hours, 15 minutes ago
Thursday, December 01, 2011 6:43:21 PM GMT
In this post, I will demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes the data) put into Azure Queue and an Azure Work Role will persist the data into Azure Table from Queue messages for the read operations. The source code is available from http://azurehack.codeplex.com/ .The demo application will modify and add more fu... (more)
category: Architecture | clicked: 49 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Windows Azure, Windows Azure Storage
2
Shouts

Visual Studio Enhancements in Windows Azure SDK 1.6 for Publishing Apps - Shiju Varghese's Blog

published 545 days, 23 hours, 46 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 547 days, 10 hours, 37 minutes ago
Thursday, November 24, 2011 3:12:23 PM GMT Wednesday, November 23, 2011 4:21:44 AM GMT
The new Windows Azure SDK 1.6 is providing many enhancements including a better experience for publishing Windows Azure applications using Visual Studio. To publish an application onto Azure, do the following steps. First right click on the Azure project from Visual Studio and Select Publish. The below publish window will show.   When you run the publish wizard  for the first time, you must download your credentials from Windows Azure portal. Choose the Sign In To Download Credentials link from the ... (more)
category: Web Dev | clicked: 80 | comment | | source: weblogs.asp.net
tags: Windows Azure
2
Shouts

Windows Azure–Security essentials | TechBubbles

published 640 days, 10 hours, 34 minutes ago posted by kalyanms1kalyanms1 640 days, 18 hours, 21 minutes ago
Monday, August 22, 2011 4:24:46 AM GMT Sunday, August 21, 2011 8:37:19 PM GMT
This post discusses about Security essentials which technical decision maker should know in-order to protect customers applications and data in Windows Azure platform. Instead you building the server racks and datacenters, Cloud takes your traditional data centers from you and run on their premises which greatly reduces the cost and maintenance. Cloud runs as services platform follows the SAS(software as service) model. Cloud allows you to buy more compute and storage as you need. Depending on your... (more)
category: Architecture | clicked: 33 | 1 comment | | source: www.techbubbles.com
tags: Windows Azure
14
Shouts

Pursuing the Windows Azure MCPD

published 646 days, 18 hours, 11 minutes ago posted by KodefuGuruKodefuGuru 647 days, 12 hours, 12 minutes ago
Monday, August 15, 2011 8:48:07 PM GMT Monday, August 15, 2011 2:46:48 AM GMT
I know how some people feel about certifications, but preparing for one teaches you a lot. I already have the Windows and Web Microsoft Certified Professional Developer certifications, but there are three more MCPDs available. One that I will be going for soon is the Windows Azure MCPD. Microsoft recently updated the Windows Azure Platform Training Kit. Anyone wishing to learn Azure can train themselves using this kit. It contains many presentations and labs to get you programming Azure applications in ... (more)
category: Web Dev | clicked: 60 | 3 comments | | source: www.kodefuguru.com
tags: Windows Azure, certification, training kit
2
Shouts

Deploying Windows Azure Application Part2 | TechBubbles

published 654 days, 18 hours, 19 minutes ago posted by kalyanms1kalyanms1 655 days, 17 hours, 43 minutes ago
Sunday, August 07, 2011 8:39:59 PM GMT Saturday, August 06, 2011 9:15:38 PM GMT
In my previous post I have discussed about creating the service accounts which required to create to deploy the windows azure application. This post discusses the second step which is deploying the application management portal. Windows Azure tools for visual studio allows you to create and deploy the service package to Windows Azure using Visual Studio. Before deploying the application to the staging environment using management portal, generate the service package using the visual studio 1. Open the ... (more)
category: Architecture | clicked: 13 | comment | | source: www.techbubbles.com
tags: Windows Azure
3
Shouts

Deploying a Windows Azure application Part1 | TechBubbles

posted by kalyanms1kalyanms1 660 days, 17 hours ago
Monday, August 01, 2011 9:58:34 PM GMT
This post discuss about deploying your web applications or WCF Applications to Windows Azure using the new Management Portal. Before deploying the application to portal , you need to have a subscription with Windows Azure read this post to signup for a Windows Azure account and to purchase a subscription. After having an account with Windows Azure you need to do the below steps to deploy your application to portal Step1 Create the required service components Step2 Upload and configure the application... (more)
category: Architecture | clicked: 12 | comment | | source: www.techbubbles.com
tags: Windows Azure, Windows Azure Deployment
10
Shouts

WCF Services in Windows Azure | TechBubbles

published 658 days, 19 hours, 6 minutes ago posted by kalyanms1kalyanms1 661 days, 16 hours, 54 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Sunday, July 31, 2011 10:04:55 PM GMT
What is Windows Azure? Windows Azure provides developers computation power storage and can scale web applications on internet through Microsoft Datacenters. Developers can use Azure platform to build WCF service application using their existing Visual Studio 2010 expertise. Windows Azure supports the protocols and formats including SOAP, REST and XML. This post discuss about creating a simple WCF Service and hosting it on Windows Azure and consuming in client application. 1. Create a WCF Service Cont... (more)
category: Web Dev | clicked: 19 | comment | | source: www.techbubbles.com
tags: Windows Azure, WCF
5
Shouts

Reboot a running Role instance of an ASP.Net Azure Web Application in Windows Azure

published 676 days, 6 hours, 21 minutes ago posted by dotnetsparkdotnetspark 677 days, 23 hours, 15 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Friday, July 15, 2011 3:43:43 PM GMT
In this article we are going to see how Reboot a running instance of an ASP.Net Azure Web Application using the Windows Azure Management Portal. (more)
category: Web Dev | clicked: 13 | 1 comment | | source: www.dotnetspark.com
tags: Windows Azure, DotNetSpark, ASP.NET, Azure
5
Shouts

Manually Edit a Config File using Azure Management Portal in Windows Azure

published 676 days, 6 hours, 21 minutes ago posted by dotnetsparkdotnetspark 677 days, 23 hours, 16 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Friday, July 15, 2011 3:42:20 PM GMT
In this article we are going to see how to edit a configuration file of an azure application using the Windows Azure Management Portal (more)
category: Architecture | clicked: 14 | comment | | source: www.dotnetspark.com
tags: Windows Azure, DotNetSpark, Azure
5
Shouts

Load an Edited Configuration File of an Existing Deployed Azure Application in Windows Azure

published 676 days, 6 hours, 21 minutes ago posted by dotnetsparkdotnetspark 677 days, 23 hours, 18 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Friday, July 15, 2011 3:41:06 PM GMT
In this article we are going to see how to load a configuration file of an azure application edited locally. (more)
category: Architecture | clicked: 11 | 1 comment | | source: www.dotnetspark.com
tags: Windows Azure, DotNetSpark, Azure
4
Shouts

Windows Azure - Upgrade deployed Azure application Manually

published 674 days, 17 hours, 14 minutes ago posted by dotnetsparkdotnetspark 677 days, 23 hours, 19 minutes ago
Monday, July 18, 2011 9:44:25 PM GMT Friday, July 15, 2011 3:40:00 PM GMT
In this article we are going to see how to do an upgrade of the Azure application manually step by step (more)
category: Architecture | clicked: 19 | 1 comment | | source: www.dotnetspark.com
tags: Windows Azure, DotNetSpark, Azure
3
Shouts

Configuring Session Support Using the Azure | TechBubbles

posted by kalyanms1kalyanms1 692 days, 7 hours, 58 minutes ago
Friday, July 01, 2011 7:00:21 AM GMT
In-memory session support is un-suitable in Azure Fabric environment. There is a possibility in windows azure where you can host a web role on multiple machines inside the fabric. AspProviders project which I explained in earlier post uses BLOB storage to store session itself. This post explains about configuring the ASP.NET application to use Azure session state provider. We can configure the Session Support using Azure Tablestorageprovider. 1. Insert the following in web.config file of the Azure Asp.n... (more)
category: Architecture | clicked: 12 | comment | | source: www.techbubbles.com
tags: Windows Azure, VisualStudio 2010, Azure
6
Shouts

Client Side Tracing for Windows Azure AppFabric Caching - Windows Azure Blog

published 689 days, 6 hours, 44 minutes ago posted by iftekharahmedamitiftekharahmedamit 693 days, 21 hours, 21 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Wednesday, June 29, 2011 5:37:33 PM GMT
In this post, I will describe how to enable Client-side traces for AppFabric Caching Service. I will also touch upon some basic problems you might face while trying out the same. To configure the cache client to generate System.Diagnostic.Traces pertaining to the AppFabric cache, please follow the below steps: Configuration File Option In your app.config/web.config you need to add , to the appropriate location as per the cases below: a. DataCacheClients Section If you have a ‘dataCacheClients’ sec... (more)
category: Architecture | clicked: 18 | comment | | source: blogs.msdn.com
tags: Windows Azure, Caching, AppFabric, Azure
2
Shouts

MOVING Web Applications to the CLOUD | TechBubbles

posted by kalyanms1kalyanms1 695 days, 16 hours, 36 minutes ago
Monday, June 27, 2011 10:22:58 PM GMT
This post discusses about preparing the Web application to run in CLOUD (Windows Azure) Environment. We will create a new windows azure project in VS 2010 to move the existing ASP.NET web application. Process described below works for both ASP.NET Web and MVC applications. You need to download and install the following tools from here to move the applications to windows azure environment. Open the Visual Studio 2010 as administrator Open your existing ASP.NET Web application Create a new c... (more)
category: Architecture | clicked: 2 | comment | | source: www.techbubbles.com
tags: Windows Azure, Visual Studio 2010
4
Shouts

Windows Azure for Developers Task 10: Creating Storage Account in new Silverlight based Windows Azure Portal

published 729 days, 7 hours, 15 minutes ago posted by dharadhara 730 days, 7 hours ago
Wednesday, May 25, 2011 7:43:28 AM GMT Tuesday, May 24, 2011 7:58:37 AM GMT
Windows Azure for Developers Task 10: Creating Storage Account in new Silverlight based Windows Azure Portal (more)
category: Web Dev | clicked: 7 | 1 comment | | source: beyondrelational.com
tags: Windows Azure, ASP .NET
5
Shouts

Windows Azure for Developers Task 9: Hosting WCF Service Role in Windows Azure Hosted Service

published 733 days, 7 hours, 8 minutes ago posted by dharadhara 734 days, 7 hours, 55 minutes ago
Saturday, May 21, 2011 7:50:32 AM GMT Friday, May 20, 2011 7:03:19 AM GMT
In Previous Article We saw How to work with WCF Service Web Role I am going to extend previous article to publish in hosted service. Hosting WCF Service Role in hosted service is exactly the same as we host ASP.Net Web Role. Login to Azure Development portal. Create a new hosted service. If you want... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: beyondrelational.com
tags: .NET, Windows Azure, ASP.NET
5
Shouts

Windows Azure for Developers Task 8: Working with WCF Service Web Role

published 736 days, 8 hours, 24 minutes ago posted by dharadhara 738 days, 7 hours, 7 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Monday, May 16, 2011 7:51:28 AM GMT
WCF Service Role enables us to create WCF service and host in Windows Azure. In this article, we will create a WCF Service Role and host on local development fabric and consume in a console application. In second part of this article we will move WCF Service to Azure portal. To start with, Create a New... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: beyondrelational.com
tags: .NET, Windows Azure, WCF, ASP.NET
4
Shouts

Continuous Integration in the Cloud - Cory Fowler

published 738 days, 3 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 739 days, 6 hours, 46 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 8:12:37 AM GMT
At the recent At the Movies Event put on by ObjectSharp, I demonstrated how to automate deployment of Windows Azure Applications in a TFS Build using a custom TFS Workflow Activity. Automated Deployment to Windows Azure is useful functionality as it replaces a rather tedious repetitive task from our daily routine. There are a number of ways to automate the Deployment Process to Windows Azure. In this entry I’ll outline how you can use TFS Builds or Powershell to Automate Windows Azure Deployments... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blog.syntaxc4.net
tags: Cloud, Windows Azure, TFS, Azure
Previous 1 2 3 4 5 6 7 Next