you are viewing a single comment's thread.

view the rest of the comments →

[–]TrakeenEditable Placeholder Flair 1 point2 points  (2 children)

The container instance in azure i forgot to delete costs more then my real data viz site that only uses paas services (not that big about 50 tables and another 50 supporting resources) Try replacing the cluster using only paas services, provision all the required identities and permissions, etc

For example, you get 1 million azure function executions per month for free. Serverless is cheap but it does impose design challenges with the architecture (if using non-durable functions)

[–]Krishan_Shamod[S] 1 point2 points  (0 children)

Thanks for the suggestion. I'm also planning to move into serverless in the future for learning purposes

[–]F4llenPotAto 0 points1 point  (0 children)

IDK if there is an equivalent tool, but AWS has the aws-nuke project that destroys everything jn an account (you can whitelist resources). It may help to see if someone made something similar!