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 -
WF4 & Persistence
How to utilize WF4 in Azure. Specially long run workflows with persistence.
3 votes -
silverlight pivot /Deepzoom collection using private blob containers
I want to generate Deepzoom images of hi resolution images. However, I want these to be stored in a private blob container. Is there a way to do this and still use these files in a silverlight pivot viewer?
6 votes -
SharePoint Integration with Azure
Code demonstrating reading and writing to SharePoint from Azure and vice-versa.
1 vote -
How to work with office automation in windows Azure
We have an application which uses microsoft excel for creating reports in application.There are no concrete solution till now to sole the problem .
So if you provide some sample example it would be very nice.4 votes -
distributed cache with AppFabric
Distributed cache with AppFabric
8 votes -
1 vote
-
How to work around 30 second OnStop timeout before force Shutdown
If my role has a task that must complete but takes 45 seconds, I cannot do so in a RoleEntryPoint OnStop method. I need to work around this.
2 votes -
sharding
Have some on a workaround in F# using Tuples, same idea could be used in C#, the first item is your federationID (any scope), the second the original entity; realize SQL Azure is getting the FEDERATION statement this spring, this worked pretty good for in between.
4 votes -
video asset management, streaming and editing
An example of how to upload, edit and stream a collection of video/audio/caption assets.
Could be based on the Microsoft Rough Cut editor.5 votes -
48 votes
-
Implementing keep-alive while working with WCF services that take more than 1 minute to respond
Many WCF services takes more than 1 minute to process the request and Azure NLB is closing the idle connections after 1 min. We would need a way to increase NLB timeout or a sample to implement Keep-Alive connection.
12 votes -
Effitiently upload and download blobs which handles timeout, retrypolicies
Sample application that is coded effitiently to upload and download large files to blob storage
5 votes -
Single sign-on application with multiple Active Directories
Shows how to add multiple different organizations active directories to work with same application.
13 votes
- Don't see your idea?