Stories recently tagged with 'Azure'

Developing and Deploying Node.js Express Web App on Windows Azure(weblogs.asp.net)

submitted by mvcguymvcguy(265) 2 days ago

Developing and Deploying a Node.js Web App on Windows Azure with Express and Jade view engine read more...

add a comment |category: |Views: 4

tags: another

Beginner’s Guide to Node.js on Windows Azure(weblogs.asp.net)

submitted by mvcguymvcguy(265) 4 days, 19 hours ago

Introduction to Node.js on Windows Azure read more...

add a comment |category: |Views: 12

tags: another

Code !t: Choosing the cloud for your database(www.etabakov.com)

submitted by etabakovetabakov(10) 14 days, 2 hours ago

You will find some tips and advices on how to choose your cloud provider for storing the database read more...

add a comment |category: |Views: 12

tags: another

Why So Many Azure Storage Transactions?(randypatterson.com)

submitted by geoffsmithgeoffsmith(30) 2 months, 19 days ago

Recently, I had a client sign up for a Windows Azure account getting the first 90 days for free. This free account gives you a 1GB SQL Azure Web edition database, 50,000 storage transactions and 750 small compute hours. However, the next day my Azure account was suspended due to exceeding these limits. read more...

1 comment |category: |Views: 141

tags: another

How to Read all blob list from the Windows Azure Storage Containers(gurucoders.blogspot.com)

submitted by gsudheshgsudhesh(99) 4 months, 4 days ago

The Following Article will useful to know how to read all the Blob list details from the azure containers and also we can avoid the transport connection error while reading the huge blob list.by the paging segment concept can able to read large no of blob list... read more...

add a comment |category: |Views: 7

tags: another

Microsoft to enable Linux on its Windows Azure cloud in 2012(www.zdnet.com)

submitted by pwhe23pwhe23(972) 4 months, 25 days ago

Microsoft to offer persistent VMs and Linux hosting on Azure this year. read more...

1 comment |category: |Views: 95

tags: another

AppFabric Service Bus SDK 1.6 Error(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 5 months, 5 days ago

How to fix the message error: Generic: There was an authorization failure. Make sure you have specified the correct SharedSecret, SimpleWebToken or Saml transport client credentials. read more...

add a comment |category: |Views: 20

tags: another

3D and Azure : yes we can !(www.jonathanantoine.com)

submitted by jmix90jmix90(570) 5 months, 5 days ago

In the past, I played a lot with 3D inside WPF. A few days ago, I discovered something awesome : using the power of the Cloud to create beautiful 3D scene. read more...

add a comment |category: |Views: 3

tags: another

Building a Windows Azure App using Azure Queue, Azure Table (weblogs.asp.net)

submitted by mvcguymvcguy(265) 5 months, 27 days ago

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. read more...

add a comment |category: |Views: 11

tags: another

Creating and publishing a web application to Windows azure(blogs.msdn.com)

submitted by vijaystvijayst(1311) 5 months, 29 days ago

The post describes how to create and publish a web application to Windows azure in 15 minutes. The post describes some of the configuration that must be done on Azure to ensure that the publishing process is smooth and easy. read more...

add a comment |category: |Views: 0

tags: another

SharePoint Designer 2010 Essentials Book Released(www.c-sharpcorner.com)

submitted by ramansharmaramansharma(4) 6 months ago

C# Corner and Mindcracker Network is pleased to announce the free e-book titled SharePoint Designer 2010 Essentials by Destin Joy and Mahesh Chand. read more...

add a comment |category: |Views: 9

tags: another

JSON-based WCF in Windows Azure(www.bradygaster.com)

submitted by bradygasterbradygaster(4897) 6 months, 8 days ago

Developers need to grok Windows Azure, especially developers who want to distribute consumption of an application in a web-based API. A great use for Microsoft Azure, obviously, is to use it to host an application’s web service API layer. This post will demonstrate how to host WCF services in an Azure worker role in a manner that will offer REST-like JSON API support. read more...

2 comments |category: |Views: 54

tags: another

List valid Data Center Locations for a Subscription with Windows Azure(debugmode.net)

submitted by rcashrcash(4149) 6 months, 25 days ago

Windows Azure Management API enables you to manage Azure subscription through codes. This post shows you how you could list valid datacenter locations available for given subscription using Windows Azure Management API. read more...

1 comment |category: |Views: 5

tags: another

A few tips to get up and running with the Azure AppFabric Access Contr(fabriccontroller.net)

submitted by sandrinosandrino(270) 6 months, 26 days ago

If you plan to use the Azure AppFabric Access Control Service (ACS) you might bump into some challenges to get everything working correctly. Let me give you an overview of issues that might arise and how you can quickly solve them. read more...

add a comment |category: |Views: 2

tags: another

Using MS SQL Developer Edition with Windows Azure Storage Emulator(kilsek.com)

submitted by kilsekdddkilsekddd(15) 7 months ago

TLDR: Run CMD as Administrator, run C:\Program Files\Windows Azure SDK\v1.5>dsinit /sqlinstance:. /user:"NT Authority\NETWORK SERVICE" read more...

add a comment |category: |Views: 4

tags: another

Packaging an Executable as a Windows Azure Application From the Comman(blog.smarx.com)

submitted by rcashrcash(4149) 7 months, 1 day ago

This example uses the cspack and csrun commands from the Windows Azure SDK to package the app for local or cloud deployment and to run it locally. read more...

add a comment |category: |Views: 2

tags: another