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]
-
WF4 & Persistence
How to utilize WF4 in Azure. Specially long run workflows with persistence.
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 -
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 -
1 vote
-
SharePoint Integration with Azure
Code demonstrating reading and writing to SharePoint from Azure and vice-versa.
1 vote -
1 vote
-
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
- Don't see your idea?