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

Create routing rules instructions are incorrect in 5 #160

Closed selvasingh closed 1 year ago

selvasingh commented 1 year ago
image

routes-file paths are incorrect

must be

az spring gateway route-config create \ --name ${CART_SERVICE_APP} \ --app-name ${CART_SERVICE_APP} \ --routes-file ./azure-spring-apps-enterprise/resources/json/routes/cart-service.json

az spring gateway route-config create \ --name ${ORDER_SERVICE_APP} \ --app-name ${ORDER_SERVICE_APP} \ --routes-file ./azure-spring-apps-enterprise/resources/json/routes/order-service.json

az spring gateway route-config create \ --name ${CATALOG_SERVICE_APP} \ --app-name ${CATALOG_SERVICE_APP} \ --routes-file ./azure-spring-apps-enterprise/resources/json/routes/catalog-service.json