az-storage-entity
Verified for current stable LTS
Az Storage Entity Command: Query Entities In Table
Use for query entities in table with Az Storage Entity. Exact CLI syntax to query entities in table using Az Storage Entity.
When to use this: Use for query entities in table with Az Storage Entity.
Command Syntax
az storage entity query --filter <query_filter> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> az storage entity query --filter <query_filter> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Command Breakdown
--filter- Command Option
- Tool-specific option used by this command invocation.
-t- Command Option
- Tool-specific option used by this command invocation.
--account-name- Command Option
- Tool-specific option used by this command invocation.
--account-key- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to query entities in table using Az Storage Entity.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Storage Entity Command: Delete Entity
az storage entity delete --partition-key <partition_key> --row-key <row_key> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Az Storage Entity Command: Delete Entity From Table az storage entity delete --partition-key <partition_key> --row-key <row_key> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Az Storage Entity Command: Insert Entity az storage entity insert -e <space_separated_key_value_pairs> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Az Storage Entity Command: Insert Entity Into Table az storage entity insert -e <space_separated_key_value_pairs> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Az Storage Entity Command: Merge Entity az storage entity merge -e <space_separated_key_value_pairs> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key>