This example assumes you have previously completed the following example:
To create the Azure Spring Apps environment use the following command lines:
az extension add --name spring
export SPRING_NAME=spring-$RANDOM
az spring create \
--resource-group $RESOURCE_GROUP \
--name $SPRING_NAME
Do NOT forget to remove the resources once you are done running the example.
6m