Azure-Samples / acme-fitness-store

Sample - how to deploy Spring Boot apps to Azure?
https://docs.microsoft.com/en-us/azure/spring-cloud/overview
MIT License
84 stars 157 forks source link

AI workshop setup instructions are incorrect #163

Closed selvasingh closed 1 year ago

selvasingh commented 1 year ago

it says cp azure-spring-apps-enterprise/scripts/setup-ai-env-variables-template.sh azure-spring-apps-enterprise/scripts/setup-ai-env-variables.sh

in the fitness repo intermediate workshop, it appears to be creating everything in the project root directory. BTW, many of the values that need to be set in the bash file are not yet available hence, the follow on fails as well.

source ./azure-spring-apps-enterprise/scripts/setup-ai-env-variables.sh

anishp55 commented 1 year ago

fixed with PR176