standard
turbot/azure_tags
Get Involved
Version
Pipeline: Correct resources with incorrect tags
Correct resources with incorrect tags
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run azure_tags.pipeline.correct_resources_with_incorrect_tags \ --arg 'items=<list(object({ title = string id = string region = string subscription_id = string conn = string old_tags = map(string) new_tags = map(string) }))>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = azure_tags.pipeline.correct_resources_with_incorrect_tags args = { items = <list(object({ title = string id = string region = string subscription_id = string conn = string old_tags = map(string) new_tags = map(string) }))> }}
Triggers
- Detect & correct Virtual Networks with incorrect tags
- Detect & correct Virtual Network gateways with incorrect tags
- Detect & correct Storage Accounts with incorrect tags
- Detect & correct SQL servers with incorrect tags
- Detect & correct SQL databases with incorrect tags
- Detect & correct ServiceBus namespaces with incorrect tags
- Detect & correct Resource groups with incorrect tags
- Detect & correct Redis caches with incorrect tags
- Detect & correct Recovery Services vaults with incorrect tags
- Detect & correct PostgreSQL servers with incorrect tags
- Detect & correct Network Watchers with incorrect tags
- Detect & correct Network watcher flow logs with incorrect tags
- Detect & correct Network security groups with incorrect tags
- Detect & correct Network route tables with incorrect tags
- Detect & correct Network public IPs with incorrect tags
- Detect & correct Network load balancers with incorrect tags
- Detect & correct Network interfaces with incorrect tags
- Detect & correct Network firewalls with incorrect tags
- Detect & correct Network application security groups with incorrect tags
- Detect & correct MySQL servers with incorrect tags
- Detect & correct Microsoft SQL managed instances with incorrect tags
- Detect & correct Microsoft SQL elastic pools with incorrect tags
- Detect & correct Monitor log profiles with incorrect tags
- Detect & correct Monitor log alerts with incorrect tags
- Detect & correct MariaDB servers with incorrect tags
- Detect & correct Logic app workflows with incorrect tags
- Detect & correct Kubernetes clusters with incorrect tags
- Detect & correct Key Vault vaults with incorrect tags
- Detect & correct Key Vault secrets with incorrect tags
- Detect & correct Key Vault managed hardware security module with incorrect tags
- Detect & correct Key Vault keys with incorrect tags
- Detect & correct Key Vault deleted vaults with incorrect tags
- Detect & correct IoT Hubs with incorrect tags
- Detect & correct ExpressRoute circuits with incorrect tags
- Detect & correct Event Hub namespaces with incorrect tags
- Detect & correct Data lake stores with incorrect tags
- Detect & correct Data lake analytics accounts with incorrect tags
- Detect & correct Data factories with incorrect tags
- Detect & correct Cosmos DB SQL databases with incorrect tags
- Detect & correct Cosmos DB mongo databases with incorrect tags
- Detect & correct Cosmos DB accounts with incorrect tags
- Detect & correct Container registries with incorrect tags
- Detect & correct Compute VMs with incorrect tags
- Detect & correct Compute VM scale sets with incorrect tags
- Detect & correct Compute snapshots with incorrect tags
- Detect & correct Compute images with incorrect tags
- Detect & correct Compute disks with incorrect tags
- Detect & correct Compute disk encryption Sets with incorrect tags
- Detect & correct Compute availability sets with incorrect tags
- Detect & correct Batch accounts with incorrect tags
- Detect & correct App Service web apps with incorrect tags
- Detect & correct App Service plans with incorrect tags
- Detect & correct App Service function apps with incorrect tags
- Detect & correct App Service environments with incorrect tags
- Detect & correct API Managements with incorrect tags
- Detect & correct AI Search services with incorrect tags
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
items | list(object({ title = string id = string region = string subscription_id = string conn = string old_tags = map(string) new_tags = map(string) })) | Yes | A collection of detected resources to run corrective actions against. | - |
notifier | notifier | Yes | The name of the notifier to use for sending notification messages. | notifier.default |
notification_level | string info , verbose , error | Yes | The verbosity level of notification messages to send. | info |
approvers | list(notifier) | Yes | List of notifiers to be used for obtaining action/approval decisions. | notifier.default |
default_action | string notify , skil , apply | Yes | The default action to use for the detected item, used if no input is provided. | notify |
Outputs
This pipeline has no outputs.
Tags
folder = Internal