Fictional shopping app to demo the Tanzu capabilities of ASA-E
Open asa-e/deploy.sh
and fill in the values of the export
statements at the top of the file with the details
for your ASA-E instance.
Run $ ./asa-e/deploy.sh
. This will...
- Create a Resource Group and Azure Spring Apps Enterprise instance
- Create a Spring Cloud Gateway instance with a public endpoint
- Create and configure and Application Configuration Service pointing at the directory
configserver-configdir
within this repository. - Create a Service Registry instance
- Create an API Portal instance
- Build and deploy the apps in this repo
- Binds the apps to the service registry and application configuration service
- Creates routes for Spring Cloud Gateway for the apps
- Prints the routes to hit the endpoints for those apps through the Gateway