Hi @Charansai ,
Databricks automatically adds some default tags to compute resources that provide some basic information like name, ID, and creator. You can use these tags to attribute the usage to Databricks.
The default tags automatically propagate to detailed cost analysis reports that you can access in the Azure portal.
So for example here you can see the list of all default tags that databricks add to compute:

You can also define custom tags. Custom tags let you attribute compute usage to specific teams, projects, or cost centers with more granularity than default tags. These tags are applied by users or admins and propagate to both your account's usage logs and applicable cloud resources. These tags are also used to create and monitor budgets in your Azure Databricks account.
You can apply custom tags to different resources like Workspace, Pool, All-purpose and job compute and SQL warehouse
To tag serverless compute workloads you need to use serverless budget policies. When a user is assigned a serverless budget policy, their serverless usage is automatically tagged with their policy's custom tags. Serverless budget policies can be applied to serverless notebooks, jobs, pipelines, and model serving endpoints
You can apply custom tags to compute using terraform. For example, cluster resource supports attribute custom_tags that you can use to apply your own set of tags.
databricks_cluster | Resources | databricks/databricks | Terraform | Terraform Registry
You can also create databricks budget policy via terraform. Budget policies consist of tags that are applied to any serverless compute activity incurred by a user assigned to the policy.
databricks_budget_policy | Resources | databricks/databricks | Terraform | Terraform Registry
Last, but not least. System tables are a Databricks-hosted analytical store of your account's operational data found in the system catalog. System tables can be used for historical observability across your account. They are used for multiple things like tracking lineage, auditing, tracking billable usage, tracking query history and many more.