Sandbox with App Config.
Create the app configuration resource:
cd infra
terraform init
terraform apply -auto-approveSet the connection string as parameter:
export APP_CONFIGURATION_CONNECTION_STRING='connection-string-of-your-app-configuration-store'Build and run the application:
mvn clean package
mvn spring-boot:runCheck the parameter value:
curl localhost:8080/messageChange the message and then update the refresh trigger. Check the message again to see the update value.
az appconfig kv set --key sentinel --value 2 --name <name-of-your-new-store> --yesThis will use the Feature capability from the API:
curl localhost:8080/beta