Printing cost warning on azd up
for apps initialized from our sample templates
#4224
anfibiacreativa
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I suggest we start small. In the terminal output where we link to the portal deployment, we could add a link to the cost estimator for the app in the portal. This creates a pointer to a solution that already exists without adding complexity. We could output the services that are configured for the template, but adding the service and the tier, is still asking folks to calculate, but I question the value of putting it in two places and the complexity/cogitative cost, when we could point to the solution in the portal that exists. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a feature request to improve the DX when initializing templates from our collections.
A flag could be added at config level, eg:
AZURE_FROM_COLLECTION=true
retrieving services from deployment plan to print a warning on costs and a link back to the calculator or a page with costs information, when runningazd up
.You will be deploying Service A, Service B in {standard/premium} tier, which will generate costs. For more information, [link to calculator](#)
Beta Was this translation helpful? Give feedback.
All reactions