This repository has been archived by the owner on Nov 14, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
contact.html
454 lines (424 loc) · 19 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contacts and Support - Microsoft Azure Open Source</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Information on support and contacts for the Microsoft Azure open source SDK team.">
<meta name="author" content="Microsoft Azure SDK">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/azureopensource.css" rel="stylesheet">
<link rel="shortcut icon" href="//az83882.vo.msecnd.net/favicon.ico">
</head>
<body>
<script type="text/javascript">
// MICROSOFT AZURE
window.location.href = "http://azure.github.io/contact.html";
</script>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button><!-- style="padding:15px 15px 5px 15px;margin-top:-5px" -->
<a class="brand" href="//azure.microsoft.com/"><!-- img
src="azure/windowsazurelogo.png" style="width:218px;height:35px;border:0px"
alt="Microsoft Azure" title="Microsoft Azure" / -->Microsoft Azure</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Open Source Home</a></li>
<li><a href="guidelines.html">Contribute</a></li>
<li class="dropdown">
<a href="projects.html" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="projects.html">All projects</a></li>
<li class="nav-header">Software Dev Kits</li>
<li><a href="projects.html#dotnet">.NET SDK</a></li>
<li><a href="projects.html#nodejs">Node.js SDK</a></li>
<li><a href="projects.html#java">Java SDK</a></li>
<li><a href="projects.html#php">PHP SDK</a></li>
<li><a href="projects.html#python">Python SDK</a></li>
<li><a href="projects.html#ruby">Ruby SDK</a></li>
<li class="divider"></li>
<li class="nav-header">Command line</li>
<li><a href="projects.html#powershell">PowerShell</a></li>
<li><a href="projects.html#cli">x-plat CLI</a></li>
<li class="divider"></li>
<li class="nav-header">More Projects</li>
<li><a href="projects.html#iisnode">iisnode</a></li>
<li><a href="projects.html#teams">Other teams</a></li>
<li class="divider"></li>
<li class="nav-header">WindowsAzure.com</li>
<li><a href="//www.windowsazure.com/en-us/documentation/">Documentation Center</a></li>
<li><a href="//www.windowsazure.com/en-us/develop/reference/">REST Reference</a></li>
</ul>
</li>
<li class="active"><a href="contact.html">Contact</a></li>
<li><a href="thanks.html">Thanks</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<h1>Let's get in touch.</h1>
<!--
<div class="subnav">
<ul class="nav nav-pills">
<li><a href="#forums">Forums</a></li>
<li><a href="#support">Official support</a></li>
<li><a href="#contacts">Team contacts</a></li>
<li><a href="#advisors">Insiders program</a></li>
</ul>
</div>
-->
<h2 id="forums">Forum Support</h2>
<p>You'll find that the community on the Internet is probably the best
way to engage and get answers to your questions.</p>
<table class="table">
<thead>
<th colspan="2">Forum Provider</th>
<th>Tags</th>
<th>Notes</th>
</thead>
<tbody>
<tr>
<td style="min-width: 83px"><a href="//stackoverflow.com/questions/tagged/azure"><img
src="azure/stackoverflow.png" alt="StackOverflow" title="StackOverflow" style="width: 83px;height: 82px" /></a></td>
<td><a href="//stackoverflow.com/questions/tagged/azure"><h2>StackOverflow</h2></a></td>
<td><a href="//stackoverflow.com/questions/tagged/azure">azure</a></td>
<td>A friendly, open and fun community of developers.</td>
</tr>
<tr>
<td><a href="http://social.msdn.microsoft.com/Forums/en-US/category/windowsazureplatform,azuremarketplace,windowsazureplatformctp"><img src="azure/microsoftforums.png" alt="Microsoft Forums for Microsoft Azure"
title="Microsoft forums" style="" /></a></td>
<td><a href="http://social.msdn.microsoft.com/Forums/en-US/category/windowsazureplatform,azuremarketplace,windowsazureplatformctp"><h2>Microsoft forums</h2></a></td>
<td></td>
<td>A good place for support and feedback on Microsoft Azure features
and services like Web Sites, Mobile Services, etc.</td>
</tr>
</tbody>
</table>
<h2 id="support">Microsoft Azure Support</h2>
<p>There are support options available for your Microsoft Azure subscription -
you can find more information & submit a support ticket at <a
href="https://manage.windowsazure.com/?getsupport=true">https://manage.windowsazure.com/?getsupport=true</a>.</p>
<p>All accounts include billing support at no cost and there are
paid plans available for additional levels of support.</p>
<p>You can read up on this and more on the <a
href="www.windowsazure.com/en-us/support/">Microsoft Azure
Support</a> section of the
primary web site.</p>
<h2 id="contacts">Contacting the team</h2>
<p>Support for the Microsoft Azure SDK is not available direct from
the Microsoft engineers working on the product in an official capacity.</p>
<p>If you would like to discuss feature requests or bug fixes, please use
GitHub Issues on the appropriate <a href="//github.com/windowsazure/">Microsoft Azure GitHub repository</a>.</p>
<p>You may find many members of the team active on Twitter, StackOverflow,
and other venues. Recognize that these conversations and avenues are friendly but
unofficial and do not represent the opinions of Microsoft.</p>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<h3>SDK & Command Line Tools</h3>
<table class="table table-bordered twitter-cards">
<tbody>
<tr>
<td>
<h4>André Rodrigues</h4>
<p><em>Software Development Engineer</em><br />
Lisbon, Portugal<br />
<small>Node.js SDK, x-plat CLI</small></p>
<p><a
href="https://twitter.com/andremrodrigues"
class="twitter-follow-button"
data-show-count="false">Follow @andremrodrigues</a>
</p>
</td>
<td>
<h4>Jeff Wilcox</h4>
<p><em>Software Development Lead</em><br />
Seattle, WA<br />
<small>Microsoft Azure SDK dev team lead</small></p>
<p><a
href="https://twitter.com/jeffwilcox"
class="twitter-follow-button"
data-show-count="false">Follow @jeffwilcox</a>
</p>
</td>
<td>
<h4>Mohit Srivastava</h4>
<p>
<em>Lead Program Manager</em><br />
Seattle, WA<br />
<small>SDK PM team lead</small>
</p>
<p>
<a href="https://twitter.com/mohit"
class="twitter-follow-button"
data-show-count="false">Follow @mohit</a>
</p>
</td>
</tr>
<tr>
<td>
<h4>Guang Yang</h4>
<p>
<em>Program Manager</em><br />
Redmond, WA<br />
<small>Microsoft Azure PowerShell, CLI; Node.js, Java SDK</small>
</p>
<p>
<a href="https://twitter.com/guayan"
class="twitter-follow-button"
data-show-count="false">Follow @guayan</a>
</p>
</td>
<td>
<h4>Brady Gaster</h4>
<p>
<em>Program Manager</em><br />
Redmond, WA<br />
<small>.NET SDK</small>
</p>
<p>
<a href="https://twitter.com/bradygaster"
class="twitter-follow-button"
data-show-count="false">Follow @bradygaster</a>
</p>
</td>
<td>
<h4>Larry Franks</h4>
<p>
<em>Senior Programming Writer</em><br />
Earth<br />
<small>Node.js SDK content</small>
</p>
<p>
<a href="https://twitter.com/larry_franks"
class="twitter-follow-button"
data-show-count="false">Follow @larry_franks</a>
</p>
</td>
</tr>
<tr>
<td>
<h4>Albert Cheng</h4>
<p><em>Software Engineer</em><br />
Redmond, WA<br />
<small>Microsoft Azure SDK for Java & PHP</small></p>
<p><a
href="https://twitter.com/chengg1978"
class="twitter-follow-button"
data-show-count="false">Follow @chengg1978</a>
</p>
</td>
<td>
<h4>Abdelrahman Elogeel</h4>
<p><em>Software Development Engineer</em><br />
Redmond, WA<br />
<small>Microsoft Azure PowerShell & PHP SDK</small></p>
<p><a
href="https://twitter.com/Elogeel"
class="twitter-follow-button"
data-show-count="false">Follow @Elogeel</a>
</p>
</td>
<td></td>
</tr>
</tbody>
</table>
<h3>Microsoft Azure Service Bus</h3>
<table class="table table-bordered twitter-cards">
<tbody>
<tr>
<td>
<h4>Abhishek Lal</h4>
<p><em>Senior Program Manager</em><br />
Seattle, WA<br />
<small>Messaging with Queues, Topics and Relay</small></p>
<p><a
href="https://twitter.com/AbhishekRLal"
class="twitter-follow-button"
data-show-count="false">Follow @AbhishekRLal</a>
</p>
</td>
<td>
<h4>Will Perry</h4>
<p><em>SDET</em><br />
Seattle, WA<br />
<small>Notification Hubs</small></p>
<p><a
href="https://twitter.com/willpe"
class="twitter-follow-button"
data-show-count="false">Follow @willpe</a>
</p>
</td>
<td>
<h4>Clemens Vasters</h4>
<p><em>Principal Program Manager</em><br />
Germany<br />
<small>Microsoft Azure Service Bus Architect</small></p>
<p><a
href="https://twitter.com/clemensv"
class="twitter-follow-button"
data-show-count="false">Follow @clemensv</a>
</p>
</td>
</tr>
</tbody>
</table>
<h3>Microsoft Azure Media Services</h3>
<table class="table table-bordered twitter-cards">
<tbody>
<tr>
<td>
<h4>John Deutscher</h4>
<p><em>Principal Program Manager</em><br />
Redmond, WA<br />
<small>Media Services</small></p>
<p><a
href="https://twitter.com/Johndeu"
class="twitter-follow-button"
data-show-count="false">Follow @Johndeu</a>
</p>
</td>
<td>
<h4>Mingfei Yan</h4>
<p><em>Program Manager</em><br />
Redmond, WA<br />
<small>Media Services SDKs</small></p>
<p><a
href="https://twitter.com/mingfeiy"
class="twitter-follow-button"
data-show-count="false">Follow @mingfeiy</a>
</p>
</td>
<td>
<h4>Vishal Sood</h4>
<p><em>Senior Program Manager</em><br />
Redmond, WA<br />
<small>Media Services Clients</small></p>
<p><a
href="https://twitter.com/vishalsood"
class="twitter-follow-button"
data-show-count="false">Follow @vishalsood</a>
</p>
</td>
</tr>
<tr>
<td>
<h4>George Trifonov</h4>
<p><em>Developer</em><br />
Redmond, WA<br />
<small>Media Services .NET SDK</small></p>
<p><a
href="https://twitter.com/GeorgeTrifonov"
class="twitter-follow-button"
data-show-count="false">Follow @GeorgeTrifonov</a>
</p>
</td>
<td>
<h4>Milan Gada</h4>
<p><em>Senior Program Manager</em><br />
Redmond, WA<br />
<small>Media Services</small></p>
<p><a
href="https://twitter.com/gadamilan"
class="twitter-follow-button"
data-show-count="false">Follow @gadamilan</a>
</p>
</td>
<td></td>
</tr>
</tbody>
</table>
<h3>Microsoft Azure Mobile Services</h3>
<table class="table table-bordered twitter-cards">
<tbody>
<tr>
<td>
<h4>Josh Twist</h4>
<p><em>Program Manager</em><br />
Redmond, WA<br />
<small>Everything Mobile and Mobile Services</small></p>
<p><a
href="https://twitter.com/joshtwist"
class="twitter-follow-button"
data-show-count="false">Follow @joshtwist</a>
</p>
</td>
<td>
<h4>Yavor Georgiev</h4>
<p><em>Program Manager</em><br />
Seattle, WA<br />
<small>Mobile Services client SDKs</small></p>
<p><a
href="https://twitter.com/theYavor"
class="twitter-follow-button"
data-show-count="false">Follow @theYavor</a>
</p>
</td>
<td></td>
</tr>
</tbody>
</table>
<!--
<h3>Microsoft Azure Executives</h3>
<table class="table table-bordered twitter-cards">
<tbody>
<tr>
<td>
<h4>Scott Guthrie</h4>
<p><em>Corporate Vice President, Program Management</em></p>
<p><a
href="https://twitter.com/scottgu"
class="twitter-follow-button"
data-show-count="false">Follow @scottgu</a>
</p>
</td>
<td>
<h4>Jason Zander</h4>
<p><em>Corporate Vice President, Development</em></p>
<p><a
href="https://twitter.com/jlzander"
class="twitter-follow-button"
data-show-count="false">Follow @jlzander</a>
</p>
</td>
<td></td>
</tr>
</tbody>
</table>
-->
<h2 id="advisors">Insider Advisors program</h2>
<p>The Microsoft Azure SDK team maintains a number of specialized "insiders"
programs for projects such as the Node.js SDK.</p>
<p>The program is rather unofficial and relaxed in nature. Invitation
is often granted as the team sees active community contributions, open
source contributions or other impressive technology feats.</p>
<hr>
<footer>
<p class="pull-right"><a href="#top">Back to top</a></p>
<div class="links">
<a href="//www.windowsazure.com/">WindowsAzure.com</a> |
<a href="http://blogs.msdn.com/b/windowsazure/">Microsoft Azure Blog</a> |
<a href="https://twitter.com/windowsazure">@windowsazure</a> |
<a href="https://github.com/windowsazure/">GitHub</a> |
<a href="thanks.html">Thank you to our contributors</a>
</div>
<p><small>
© Microsoft |
<a href="http://go.microsoft.com/fwlink/p/?linkid=131004&clcid=0x409">Privacy and Cookies</a> |
<a href="http://go.microsoft.com/fwlink/p/?linkid=222682&clcid=0x409">Trademarks</a>
</small></p>
</footer>
</div> <!-- /container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>