Skipping Local Deployment #59
-
Hi, just wanted to ask this question while I'm not too far into the project, only on step 05 right now. I skipped local deployment, so when I visit my app service url the webpage looks like this: This is how it should look because I skipped deploying locally, correct? |
Beta Was this translation helpful? Give feedback.
Answered by
chtrembl
Oct 12, 2024
Replies: 1 comment
-
That looks right for AKS with NGINX deployed (AKS/NGINX are used to the host and route the 3 services that the html web app in the earlier step 2 will point to.) Once you finish step 5 you should be able to curl the 3 services and request json. Happy Learning! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
drewcodes0001
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That looks right for AKS with NGINX deployed (AKS/NGINX are used to the host and route the 3 services that the html web app in the earlier step 2 will point to.) Once you finish step 5 you should be able to curl the 3 services and request json. Happy Learning!