Azure / azure-spring-apps-landing-zone-accelerator

The Azure Spring Apps landing zone accelerator is an open-source collection of architectural guidance and reference implementation to accelerate deployment of Azure Spring Apps at scale.
MIT License
80 stars 76 forks source link

allows tags to be used for deploying reference architecture #46

Closed selvasingh closed 3 years ago

selvasingh commented 3 years ago

Tags are used by enterprise orgs for managing permissions to create and manage resources and manage costs. Without tags, customers may not be able to provision these resources

mattfeltonma commented 3 years ago

ARM template supports a tags parameter already and adds a default tag to all resources. This can be overridden by the customer if they wish.

selvasingh commented 3 years ago

Okay. We should ensure that a similar path is available for Terraform and CLI scripts