Windows Azure Code Samples Voting
Hello current and future Windows Azure developers, do you have an idea that you want to implement in a Windows Azure application, but could use the help of a code sample to complete your learning?
We want to help you create great applications by providing a comprehensive list of code samples. To do this, we need your help to decide where our resources should be applied when creating the code samples.
Please review the list below of possible code samples and vote on the samples that interest you, or you can add one of your own.
Thank you,
David Murray [Windows Azure iX MSFT]
-
ContinuationTokens in TableStorageClient BeginExecuteQuerySegmented
I need to use continuation tokens in BeginExecuteQuerySegmented and have no idea how to implement this.
Ideally I'd like to hook this up to TPL or TPL Dataflow so I can process entries as they are read in in batches of 100.
Here is what I have on StackOverflow
http://stackoverflow.com/q/13426430/3283979 votes -
Azure InstanceInput endpoint usage
Can you please post a sample code for using InstanceInput endpoints?
I used the below configuration in a worker role where a sample WCF service listens at port 8080.<Endpoints>
<InstanceInputEndpoint name="InstanceAccess" protocol="tcp" localPort="8080">
<AllocatePublicPortFrom>
<FixedPortRange max="10105" min="10101" />
</AllocatePublicPortFrom>
</InstanceInputEndpoint>
</Endpoints>But I was not able to access this WCF service from an external consumer using any of the ports 10101 to 10105. Should we use the public DNS name of the Azure service along with the public ports in the give range?
Also, I was not able to access this endpoint details from within the worker role OnStart()…
1 vote -
Windows Azure Storage REST APIs
Samples that demonstrate using the Storage Services REST APIs (http://msdn.microsoft.com/en-us/library/windowsazure/dd179355.aspx).
1 vote -
connect to SQL Azure with a NETMF device
A sample tutorial for connecting a NETMF device, FEZ Panda II or Cobra, to SQL Azure would be great
3 votes -
log in page
i want to create a login page using windows azure table storage and i want help with this..
2 votes -
1 vote
-
Create Azure Sample for LiveId (Or Whatever Replaced It)
We are using LiveId in Azure. But LiveId is going away -- I can't seem to find any examples on how to use what replaced it.
4 votes -
Single sign-on application
Shows how to enable single sign-on for an application running in Windows Azure.
120 votes -
Options for working around 60 second idle connection LB timeout
The LB times out idle connections after 60 seconds. There are several ways to work around this such as async work, chunked transfer, and ReliableSession, but there are no samples showing how to implement in ASP.NET and WCF.
63 votes -
ASP.NET MVC Application that uses Windows Azure Storage
A simple .Net MVC Application that uses Windows Azure Storage for tracking and updating data
56 votes -
48 votes
-
SQL Azure Retry Policy
We get tens of errors daily because of availability issues with SQL Azure. Please post a sample on retry policy.
45 votes -
AppFabric Service Bus advanced use case
I'd like to see some samples for advanced use cases for the AppFabric Service Bus.
Things like eventing, protocol bridiging etc.43 votes -
Using ACS as an OData token issuer
Not all cloud applications have web interfaces. This sample shows how to call the ACS from a Silverlight application and get a claims based token to use on an OAuth enabled WCF application.
36 votes -
WCF service in Windows Azure
Shows how to create a basic WCF application.
47 votes -
webrole-ADFS authentication
Show web role using WIF to authenticate against domain ADFS. Include what the ADFS configuration looks like.
29 votes -
Partitioning sample on SQL Azure
I want to know how to design multi tenant app.
Focusing on table partitioning and connection management.39 votes -
Creating Custom Performance Counters
Shows how to create custom performance counters for collecting diagnostic data.
46 votes -
Windows Phone 7 and Windows Azure
Shows how to enable Windows Phone 7 to communicate with an application running in Windows Azure.
35 votes -
Multiple Web Sites
Shows the definition and configuration in the service model of an application that uses multiple web sites.
41 votes
- Don't see your idea?