In our project we use approach with short lived branches which are merged into master
branch.
CI pipeline creates short lived application for almost every short lived branch.
Every short lived application should have own state of feature flags.
Is it fine to create new App Configuration using REST API for every short lived application to store feature flags?