Skip to content
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

environment variable API #10

Open
yxiao168 opened this issue Oct 18, 2020 · 0 comments
Open

environment variable API #10

yxiao168 opened this issue Oct 18, 2020 · 0 comments

Comments

@yxiao168
Copy link

yxiao168 commented Oct 18, 2020

It is confusing about the value of environment variable API in
"https://github.com/MicrosoftDocs/mslearn-aks-workshop-ratings-web" and "https://github.com/MicrosoftDocs/mslearn-aks-workshop-ratings-api".

Suggest to change the sentence "API requests via the backend to the rating-api endpoint" and use "http://localhost:3000/healthz" to check the API health before running this application.

API requests via the backend to the rating-api endpoint. e.g., 
$ export API="http://localhost:3000"

$ curl -XGET http://localhost:3000/healthz;echo
API health check - OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant