Azure Storage Table
Create and Manage Azure Storage Tables and Entities.
- Category
- IT Services
- Pack
- AzureStorageTable
Configuration parameters
- credentials — Storage account name
- use_managed_identities — Use Azure Managed Identities
- managed_identities_client_id —
- proxy — Use system proxy settings
- insecure — Trust any certificate (not secure)
Commands (8)
- azure-storage-table-create — Creates a new table in a storage account.
- azure-storage-table-delete — Delete the specified table and any data it contains.
- azure-storage-table-entity-delete — Delete an existing entity in a table.
- azure-storage-table-entity-insert — Insert a new entity into a table.
- azure-storage-table-entity-query — Query Entities in a table.
- azure-storage-table-entity-replace — Replace an existing entity in a table. The Replace Entity command replace the entire entity and can be used to remove properties.
- azure-storage-table-entity-update — Update an existing entity in a table. The Update Entity command does not replace the existing entity.
- azure-storage-table-query — List tables under the specified account.