We want to main a single format for deploying Fabrikam Drone Delivery on Container apps. Therefore, the decision made is going full bicep.
Additionally, we implemented some modularization that enables quickly addtion/removal of services as well as adding/split into new environments when required. Modularization per se is also making easier to maintain and keep up to date api changes coming from ARM.
WHAT has Changed?
more meaningful fqdn subdomain naming convention
modularize container app environments
modularize container apps
rename main bicep file to be aligned with bicep naming conventions
delete the ARM template (json)
HOW to Test?
follow the README steps and you should be able to successfully deploy Drone Delivery app using Container Apps
closes: #556650
WHY
We want to main a single format for deploying Fabrikam Drone Delivery on Container apps. Therefore, the decision made is going full
bicep
.Additionally, we implemented some modularization that enables quickly addtion/removal of services as well as adding/split into new environments when required. Modularization per se is also making easier to maintain and keep up to date api changes coming from ARM.
WHAT has Changed?
HOW to Test?
follow the
README
steps and you should be able to successfully deploy Drone Delivery app using Container Apps