-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add container-azure-* templates #401
Conversation
04dd2b8
to
9d8c643
Compare
31c7ed1
to
b234179
Compare
5d060dc
to
197ac7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @cnunciato, the C# and Go templates work perfectly but there is a "corner case" that causes Python and TypeScript to fail (related to Docker networking). I don't know that it's necessarily worth trying to address that (I suspect it would be rather rare) so I'll go ahead and approve the PR.
a413692
to
fe9cbbe
Compare
ae19faa
to
4a593de
Compare
@scottslowe I wasn't able to get the emoji rendering to work reliably in all browsers (even after ensuring all app servers returned |
I was able to get them to render in Firefox, Chrome, and Safari (after changing the charset). Which browser didn't work for you? |
Go and TypeScript worked fine in all browsers, but C# and Python didn't work for me in either Chrome or Safari, sadly. |
This change adds new templates for
container-azure-{typescript,python,go,csharp}
. Apps return JSON responses using common language-specific frameworks for easy extensibility. Excludes YAML for now, asdocker:Image
is not yet supported in YAML. (See pulumi/pulumi-docker#132.)Fixes https://github.com/pulumi/devrel-team/issues/286.