Windows Azure SDK for PHP
Last updated
Last updated
Windows Azure SDK for Node.js
Last updated
Windows Azure SDK for .NET
Last updated
Tools for developing applications for Windows Azure
Last updated
Windows Azure SDK for Java
Last updated
PHP Sample for articles on windowsazure.com
Last updated
Azure Client Libraries for Python
Last updated
Repository containing the Articles on windowsazure.com Develop and Manage Centers
Last updated
Downloads for the Windows Azure SDK
Last updated
Windows Azure Win8 API
Last updated
Forked from tjanczuk/iisnode
Hosting node.js applications in IIS on Windows
Last updated
Windows Azure Page on Github
Last updated
1 Public Repositories, 0 followers
10 Public Repositories, 17 followers
1 Public Repositories, 5 followers
15 Public Repositories, 47 followers
17 Public Repositories, 12 followers
9 Public Repositories, 205 followers
0 Public Repositories, 0 followers
24 Public Repositories, 279 followers
1 Public Repositories, 0 followers
0 Public Repositories, 0 followers
11 Public Repositories, 6 followers
36 Public Repositories, 60 followers
2 Public Repositories, 1 followers
24 Public Repositories, 78 followers
5 Public Repositories, 63 followers
3 Public Repositories, 3 followers
11 Public Repositories, 9 followers
0 Public Repositories, 16 followers
2 Public Repositories, 2 followers
7 Public Repositories, 3 followers
5 Public Repositories, 6 followers
15 Public Repositories, 9 followers
0 Public Repositories, 4 followers
8 Public Repositories, 76 followers
0 Public Repositories, 0 followers
5 Public Repositories, 54 followers
15 Public Repositories, 29 followers
12 Public Repositories, 14 followers
26 Public Repositories, 42 followers
31 Public Repositories, 138 followers
17 Public Repositories, 21 followers
41 Public Repositories, 131 followers
22 Public Repositories, 65 followers
9 Public Repositories, 43 followers
5 Public Repositories, 14 followers
Headers
# This is an <h1> tag ## This is an <h2> tag ###### This is an <h6> tag
Text styles
*This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ *You **can** combine them*
Unordered
* Item 1 * Item 2 * Item 2a * Item 2b
Ordered
1. Item 1 2. Item 2 3. Item 3 * Item 3a * Item 3b
Images
 Format: 
Links
http://github.com - automatic! [GitHub](http://github.com)
Blockquotes
As Kanye West said: > We're living the future so > the present is our past.
Syntax highlighting with GFM
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```
Or, indent your code 4 spaces
Here is a Python code example
without syntax highlighting:
def foo:
if not bar:
return true
Inline code for comments
I think you should use an `<addr>` element here instead.