💾 Archived View for freeshell.de › tldr › az-storage-entity.gmi captured on 2023-09-28 at 16:14:25. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manage Azure Table storage entities.
Part of `azure-cli`.
az storage entity insert --entity {space_separated_key_value_pairs} --table-name {table_name} --account-name {storage_account_name} --account-key {storage_account_key}
az storage entity delete --partition-key {partition_key} --row-key {row_key} --table-name {table_name} --account-name {storage_account_name} --account-key {storage_account_key}
az storage entity merge --entity {space_separated_key_value_pairs} --table-name {table_name} --account-name {storage_account_name} --account-key {storage_account_key}
az storage entity query --filter {query_filter} --table-name {table_name} --account-name {storage_account_name} --account-key {storage_account_key}
az storage entity show --partition-key {partition_key} --row-key {row_key} --table-name {table_name} --account-name {storage_account_name} --account-key {storage_account_key}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).