Forrest logo
back to context overview

az-tag

List of commands for az-tag:

  • az-tag:tldr:4fe78 az-tag: Delete a tag value for a specific tag name.
    $ az tag remove-value --name ${tag_name} --value ${tag_value}
    try on your machine
    explain this command
  • az-tag:tldr:66b49 az-tag: Delete a tag from the subscription.
    $ az tag delete --name ${tag_name}
    try on your machine
    explain this command
  • az-tag:tldr:6cc1c az-tag: Create a tag value.
    $ az tag add-value --name ${tag_name} --value ${tag_value}
    try on your machine
    explain this command
  • az-tag:tldr:71dde az-tag: Create a tag in the subscription.
    $ az tag create --name ${tag_name}
    try on your machine
    explain this command
  • az-tag:tldr:9e362 az-tag: List all tags on a subscription.
    $ az tag list --resource-id /subscriptions/${subscription_id}
    try on your machine
    explain this command
back to context overview