Commit Graph

8 Commits

Author SHA1 Message Date
salaboy 2b78b3a0e0
updating Kubernetes hello quickstart to support endpoint env vars (#1030)
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 11:49:22 -07:00
Mathieu Benoit e9b2da226a
Update app.js - process.env.STATE_STORE_NAME
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
2023-12-13 17:28:55 -05:00
Artur Souza 32901b5208
Fix tutorial validation and docker build. (#783)
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2023-02-03 09:11:44 -08:00
Paul Yuknewicz c0e29ad8c2
Sets APP_PORT in env var of kubernetes yaml and sets default value in… (#683)
* Sets APP_PORT in env var of kubernetes yaml and sets default value in code if not set.  Fixes #682

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* fixed whitespace in yaml for env var "value: "

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* fixing to point to public container image vs test image

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2022-06-03 23:04:39 -07:00
AkhilaC f76035198b
Fix quickstarts to use app-port (#675)
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
2022-05-31 16:05:37 -07:00
Alessandro (Ale) Segala 3f54324acb
Updated hello-world/-kuberentes Node.js apps (#642)
* Updated hello-world/-kuberentes Node.js apps

1. Using async/await rather than promises for better readability
2. Make sure that methods do not return until state is committed

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* 💄
2022-04-27 12:16:42 -07:00
amulyavarote 066424db45
Renamed workflows and changes licenses (#609)
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

Co-authored-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2022-03-18 11:31:24 -07:00
Nick Greenfield 9b9837d75a Move existing quickstarts into tutorials directory.
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-02-14 15:49:04 -08:00