DotNetShoutout - Stories tagged with Azure
7
Shouts

Dmitry's Soapbox (Connected Show Podcast episode #33)

published 1060 days, 16 hours, 20 minutes ago posted by LyalinDotComLyalinDotCom 1062 days, 14 hours, 30 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Thursday, July 22, 2010 7:01:00 PM GMT
In this episode, guest host Andrew Brust is back again, joining Dmitry & Peter to talk about all of the tech news from Microsoft's Wordwide Partner Conference in Washington, DC. The trio talks about WebMatrix, Internet Explorer 9 Preview 3, Windows Phone 7, and the newly announced Windows Azure Appliance. A raging Dmitry also shares his poppin’ passion for HTML5 (more)
category: Podcast | clicked: 2 | comment | | source: www.connectedshow.com
tags: Internet Explorer 9, WP7, WPC, Windows Phone, WebMatrix, Azure, html5
4
Shouts

Building Windows Phone 7 Apps with Azure

published 1064 days, 14 hours, 47 minutes ago posted by http://jamescrowley.myopenid.com/http://jamescrowley.myopenid.com/ 1064 days, 20 hours, 52 minutes ago
Tuesday, July 20, 2010 6:43:23 PM GMT Tuesday, July 20, 2010 12:38:32 PM GMT
Jason Zander as looks at how to building a cloud service using WCF, SQL Azure and then hook that into a Windows Phone 7 application. (more)
category: Smart Client | clicked: 2 | comment | | source: www.developerfusion.com
tags: Windows Phone 7, SQL Azure, Mobile, Azure
7
Shouts

Deploying an Azure Project using TFS 2010

published 1063 days, 18 hours, 7 minutes ago posted by JemmJemm 1070 days, 1 hour, 43 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Thursday, July 15, 2010 7:47:57 AM GMT
So, one of the biggest pains in any development is deployment. And when it comes to Azure, it is easy to deploy, but still is a very manual process. Also you need to deploy from your local Visual Studio which can be very problematic. So after going through this pain more than once, actually more like 30+ times, I got off of my butt and figured out how to deploy to azure from TFS 2010. (more)
category: How To | clicked: 1 | comment | | source: www.jimzimmerman.com
tags: Visual Studio, TFS, TFS2010, Azure
4
Shouts

How To Enable SSL on Windows Azure - J.D. Meier

published 1096 days, 19 hours, 57 minutes ago posted by jantujantu 1097 days, 17 hours, 10 minutes ago
Friday, June 18, 2010 1:34:10 PM GMT Thursday, June 17, 2010 4:21:00 PM GMT
As part of our Azure Security Guidance project, we tested setting up SSL during our exploration. To do so, we created a self-signed certificate and deployed it to Azure. This is a snapshot of the rough steps we used: * Step 1 - Create and Install a test certificate * Step 2 - Create a Visual Studio project * Step 3 - Upload the certificate to Windows Azure Management portal * Step 4 - Publish the project to Windows Azure * Step 5 - Test the SSL Step 1 - Create and Install a test certificate * Open ... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Azure, ssl, Azure
5
Shouts

DotNetRocks - Show #566 - Microsoft Townhall

published 1101 days, 23 hours, 3 minutes ago posted by rajuraju 1103 days, 7 hours, 42 minutes ago
Sunday, June 13, 2010 10:28:14 AM GMT Saturday, June 12, 2010 1:48:42 AM GMT
Nick Schaper and Marc Mercuri talk about building America Speaking Out, a website where citizens can vote on political issues. ASO uses the Microsoft TownHall platform, a low-cost framework built on Azure and used by campaigns to build websites to help them keep in touch with their constituency. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, ASO, website, Framework, Microsoft, Azure
5
Shouts

MSDN Magazine: Cloud Diagnostics - Take Control of Logging and Tracing in Windows Azure

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1103 days, 12 hours, 55 minutes ago
Friday, June 11, 2010 8:36:15 PM GMT
It’s difficult to troubleshoot any application without a trail of clues to follow, and cloud apps are no different. We look at how logging and tracing are enabled for Windows Azure, and how you can use Windows PowerShell to manage diagnostics for a running service. (more)
category: Architecture | clicked: 0 | comment | | source: msdn.microsoft.com
tags: Windows Azure, Powershell, MSDN, MSDN Magazine, Azure
4
Shouts

Announcing Pricing for the Windows Azure CDN - Windows Azure - MSDN Blogs

published 1116 days, 22 hours, 24 minutes ago posted by iftekharahmedamitiftekharahmedamit 1117 days, 7 hours, 53 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Saturday, May 29, 2010 1:37:47 AM GMT
Last November, we announced a community technology preview (CTP) of the Windows Azure Content Delivery Network (CDN). The Windows Azure CDN enhances end user performance and reliability by placing copies of data, at various points in a network, so that they are distributed closer to the user. The Windows Azure CDN today delivers many Microsoft products – such as Windows Update, Zune videos, and Bing Maps - which customers know and use every day. By adding the CDN to Windows Azure capabilities, we’ve made... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, CDN, Cloud Computing, Azure
4
Shouts

Windows Azure Architecture Guide – Part 1 – Release Candidate Documents updated - Eugenio Pace

published 1119 days, 23 hours, 12 minutes ago posted by iftekharahmedamitiftekharahmedamit 1120 days, 21 hours, 14 minutes ago
Wednesday, May 26, 2010 10:18:44 AM GMT Tuesday, May 25, 2010 12:17:03 PM GMT
I just uploaded new versions of the docs that make up our guide. No major changes, but some wordsmithing and professional graphics. I do enjoy doing the whiteboard like graphics, and we have kept that spirit in the guide, but we have them redone professionally by a graphics designer... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows, Azure
7
Shouts

BCP and SQL Azure - SQL Azure Team Blog

published 1123 days, 20 hours, 24 minutes ago posted by iftekharahmedamitiftekharahmedamit 1124 days, 20 hours, 36 minutes ago
Saturday, May 22, 2010 1:07:01 PM GMT Friday, May 21, 2010 12:54:33 PM GMT
BCP is a great way to locally backup your SQL Azure data, and by modifying your BCP based backup files you can import data into SQL Azure as well. In this blog post, we will learn: How to export data out of tables in SQL Azure server into a data file by using BCP andHow to use the BCP utility to import new rows from a data file into SQL Azure tables.What is BCP? The bcp utility is a command line utility that ships with Microsoft SQL Server. It bulk copies data between SQL Azure (or SQ... (more)
category: Data | clicked: 0 | comment | | source: blogs.msdn.com
tags: SQL, SQL Azure, Azure
5
Shouts

Data Security Scenarios on Azure - J.D. Meier

published 1124 days, 21 hours, 8 minutes ago posted by jantujantu 1125 days, 22 hours ago
Friday, May 21, 2010 12:22:34 PM GMT Thursday, May 20, 2010 11:30:49 AM GMT
This is a draft of our data scenarios on Azure for your feedback.  It’s a whiteboard sketch of how to secure data as a service on Azure.As part of our patterns & practices Azure Security Guidance project, we’re putting together a series of Application Scenarios and Solutions.Our goal is to show the most common application scenarios on the Microsoft Azure platform.  This is your chance to give us feedback on whether we have the right scenarios, and whether you agree ... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Cloud, Security, Azure
5
Shouts

Windows Server and Azure AppFabric virtual launch May 20th - Scott Hanselman

published 1125 days, 21 hours, 55 minutes ago posted by jantujantu 1126 days, 22 hours, 57 minutes ago
Thursday, May 20, 2010 11:35:34 AM GMT Wednesday, May 19, 2010 10:33:28 AM GMT
I spent 7 years at a large e-Finance company working on an Application Server for Windows with a team of very smart folks. When we'd go and sell our application server/component container to banks, we'd have to say things like "Windows doesn't really have an actual App Server like jBoss or WebSphere, so we wrote our own." However, remember that we were in banking, not in appserver-writing, so I always thought this was cheesy. As Microsoft came out with different subsystems that did stuff we'd already don... (more)
category: How To | clicked: 0 | comment | | source: www.hanselman.com
tags: AppFabric, Azure
5
Shouts

This is a draft of our REST with ACS application scenario for your feedback - J.D. Meier

published 1129 days, 20 hours, 1 minute ago posted by jantujantu 1130 days, 19 hours, 32 minutes ago
Sunday, May 16, 2010 1:29:28 PM GMT Saturday, May 15, 2010 1:58:39 PM GMT
As part of our patterns & practices Azure Security Guidance project, we’re putting together a series of Application Scenarios and Solutions.  Our goal is to show the most common application scenarios on the Microsoft Azure platform.  This is your chance to give us feedback on whether we have the right scenarios, and whether you agree with the bas... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Security, Azure
9
Shouts

WCF Security Scenarios on Azure - J.D. Meier

published 1131 days, 22 hours, 8 minutes ago posted by jantujantu 1132 days, 15 hours, 21 minutes ago
Friday, May 14, 2010 11:22:51 AM GMT Thursday, May 13, 2010 6:09:36 PM GMT
As part of our patterns & practices Azure Security Guidance project, we’re putting together a series of Application Scenarios and Solutions.  Our goal is to show the most common application scenarios on the Microsoft Azure platform.  This is your chance to give us feedback on whether we have the right scenarios, and whether you agree with the baseline solution.WCF Security Scenarios on Windows Azure We’re taking a crawl, walk, run approach and starting with the basic s... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: WCF, Azure
8
Shouts

Windows Azure ASP.NET MVC 2 Role with Silverlight

published 1133 days, 6 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1134 days, 1 hour, 31 minutes ago
Thursday, May 13, 2010 9:24:37 AM GMT Wednesday, May 12, 2010 8:00:14 AM GMT
5/12/2010Windows Azure ASP.NET MVC 2 Role with Silverlight I was working through some scenarios recently with Azure and Silverlight.  I immediately decided a quick walk through for setting up a Silverlight Application running in an ASP.NET MVC 2 Application would be a cool project. This walk through I have Visual Studio 2010, Silverlight 4, and the Azure SDK all installed.  If you need to download any of those go get em? now. Launch Visual Studio 2010 and start a new project.  Click on the section for... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.adronbhall.com
tags: ASP.NET MVC 2, Silverlight 4, Azure
3
Shouts

Using to BLOB Storage: Azure Storage and GAE Blobstore

published 1145 days, 1 hour, 58 minutes ago posted by jofultzjofultz 1146 days, 13 hours, 59 minutes ago
Saturday, May 01, 2010 7:32:38 AM GMT Thursday, April 29, 2010 7:31:36 PM GMT
Using to BLOB Storage: Azure Storage and GAE BlobstorePublished 29 April 10 11:22 AM | jofultz  Anyone that has read my recent posts, or posts by many others out there, can see examples how to upload single and multiple files into Azure Storage (Storage).  Likewise, there are a number of examples out there for uploading files to GAE Blobstore (Blobstore).  However, I haven't seen any posts that discuss both as I have been looking into it myself.  So, I thought an entry about the two might be useful.  ... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: Cloud, GAE, storage, Blobstore, Azure
8
Shouts

Learning Windows Azure platform Resources - Paul Mehner

published 1154 days, 22 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 1155 days, 19 hours, 48 minutes ago
Wednesday, April 21, 2010 11:25:35 AM GMT Tuesday, April 20, 2010 1:43:21 PM GMT
I’ve assembled a short list of training materials and utilities that are helpful in learning the Windows Azure platformWindows Azure SDK v1.1 samples http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&displaylang=enWindows Azure Samples: C:\Program Files\Windows Azure SDK\v1.1\Samples.zip Windows Azure platform AppFabric v1.0 Code Samples http://www.microsoft.com/downloads/details.aspx?familyid=39856A03-1490-4283-908F-C8BF0BFAD8A5&displaylang=e... (more)
category: Architecture | clicked: 0 | comment | | source: www.wintellect.com
tags: Windows Azure, Azure
6
Shouts

Connected Show #28 - It's Codeplex dot COM!

published 1155 days, 18 hours, 16 minutes ago posted by plaudatiplaudati 1156 days, 7 hours, 33 minutes ago
Tuesday, April 20, 2010 3:14:38 PM GMT Tuesday, April 20, 2010 1:58:21 AM GMT
In this episode, Microsoft's own Sara Ford joins Peter to discuss her work on the CodePlex.com open source software hosting platform. Sara dishes on how the Codeplex.com team evolved the site over time using Agile methodologies, as well as her own journey from Visual Studio tipster to Silicon Valley Technology Evangelist (Interview starts at 21:39). Also on tap, guest host Dani Diaz joins Peter to cover the latest Microsoft interoperability news including: Nick Knocks, CoApp, SQL Reporting Services for ... (more)
category: Podcast | clicked: 2 | comment | | source: www.connectedshow.com
tags: CoApp, CodePlex, SQL Reporting Services, PHP, OData, Azure
6
Shouts

Secure Backup to Windows Azure Blob Storage

published 1156 days, 22 hours, 19 minutes ago posted by http://cloudjerry.myopenid.com/http://cloudjerry.myopenid.com/ 1159 days, 6 hours, 56 minutes ago
Monday, April 19, 2010 11:11:45 AM GMT Saturday, April 17, 2010 2:35:21 AM GMT
Perhaps you have considered backing up your data to Windows Azure, but wondered what assurance you have that your data will be secure when backed up online? With the introduction of AES 128-bit encryption for files backed up to Windows Azure, Gladinet has an answer for you: The system encrypts your files before saving them on the Azure servers in their encrypted form. To backup securely to Windows Azure, we have to first select a folder for encryption in the Virtual Directory Manager of the Gladinet ... (more)
category: Web Dev | clicked: 0 | comment | | source: gladinet.blogspot.com
tags: Azure Blob Storage, Azure
6
Shouts

Migrating an ASP.NET site to an Azure Web Role

published 1160 days, 21 hours, 56 minutes ago posted by JudoJudo 1161 days, 17 hours, 3 minutes ago
Thursday, April 15, 2010 11:34:26 AM GMT Wednesday, April 14, 2010 4:28:13 PM GMT
Migrating existing ASP.NET sites to Azure is a process that right now must be performed manually (no sign yet of a migration tool).  The Azure Web Role is very similar to an ASP.NET web project but has some significant differences which unfortunately mean that a straight copy of the project won’t do the trick. (more)
category: Web Dev | clicked: 0 | comment | | source: www.azuresupport.com
tags: Azure
6
Shouts

Azure Tutorial – Building a ‘Hello Azure’ App in Visual Studio

published 1162 days, 17 hours, 7 minutes ago posted by JudoJudo 1164 days, 2 hours, 3 minutes ago
Tuesday, April 13, 2010 4:24:15 PM GMT Monday, April 12, 2010 7:27:52 AM GMT
Simple tutorial for getting your first Azure cloud app built and deployed. (more)
category: Architecture | clicked: 3 | comment | | source: www.azuresupport.com
tags: Azure