-
Notifications
You must be signed in to change notification settings - Fork 233
Supporting Windows and Linux web apps. Linux by default #57
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
Conversation
tamirkamara
left a comment
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.
I've tested both options and it works.
I think we can add some directions on the main readme with regards to the options, something like - if you need online file editing in the portal please choose "windows", otherwise we recommend you go with the defaults (Linux).
azuredeploy.json
Outdated
| "windows" | ||
| ], | ||
| "metadata": { | ||
| "description": "Host type: Linux or Windows" |
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.
Maybe we can also state here in the description that linux is recommended?
something like "Host type: Linux or Windows (Linux is recommended)"
@GuyBeckerMicrosoft @tamirkamara
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.
fixed
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.
BTW, I don't think this is displayed anywhere. Have you seen something?
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.
no. but it might be client related. maybe with CLI it does appear...
| "workerSize": "0", | ||
| "workerSizeId": "0", | ||
| "hostingEnvironment": "", | ||
| "nodeVersion": "12.13.0", |
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.
Can we use LTS instead?
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.
tbh, I never found a complete list of possible values and I took this one from a template I generated from the portal.
README.md
Outdated
|
|
||
| [](https://azuredeploy.net/) | ||
|
|
||
| Note: to enable online file editing in the portal please choose "Windows", otherwise we recommend you to go with the default (Linux) |
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.
@GuyBeckerMicrosoft do you have any comments on the wording? maybe using the teem "Azure Portal" instead of "portal", to not be confused with the bot portal
* Supporting Windows and Linux web apps. Linux by default (#57) * update readme Current locale validation doesn't support all cases, such as: de, zh-Hant-TW, En-au,aZ_cYrl-aZ The locale is validated in the WebChat app anyway so it's redundant.
* Supporting Windows and Linux web apps. Linux by default (#57) * Supporting Windows and Linux web apps. Linux by default * bug fix * update readme * adding doc * update readme * Origin/deployment script update (#64) * Removing locale validation: (#63) Current locale validation doesn't support all cases, such as: de, zh-Hant-TW, En-au,aZ_cYrl-aZ The locale is validated in the WebChat app anyway so it's redundant. * Dynamic branch and repo for deploy (#70) * When using "deploy to azure" button, taking the repo and branch from the page where the button was clicked * Adding example for using Content security policy to limit which domains are allowed to embed this page as a frame * remove private preview from readme (#76) * remove private preview from readme * Description change Co-authored-by: Guy Becker <gubecker@microsoft.com> * Update index.html * Fixing a bug where a redundant parameters was passed to the function passed to Co-authored-by: Elad Iwanir <13205761+eladiw@users.noreply.github.com> Co-authored-by: GuyBeckerMicrosoft <61974899+GuyBeckerMicrosoft@users.noreply.github.com> Co-authored-by: Guy Becker <gubecker@microsoft.com> Co-authored-by: AdamWalkerMicrosoft <40535367+AdamWalkerMicrosoft@users.noreply.github.com> Co-authored-by: amir-microsoft <>
Supporting Windows and Linux web apps. Linux by default
Note to reviewers, please try to deploy using two options (win and linux).