Azure Storage Table
Create and Manage Azure Storage Tables and Entities.
IT Services · Azure Storage Table
Configuration parameters
credentials— Storage account nameuse_managed_identities— Use Azure Managed Identitiesmanaged_identities_client_id—proxy— Use system proxy settingsinsecure— Trust any certificate (not secure)
Commands (8)
-
azure-storage-table-createCreates a new table in a storage account.
-
azure-storage-table-deleteDelete the specified table and any data it contains.
-
azure-storage-table-entity-deleteDelete an existing entity in a table.
-
azure-storage-table-entity-insertInsert a new entity into a table.
-
azure-storage-table-entity-queryQuery Entities in a table.
-
azure-storage-table-entity-replaceReplace 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-updateUpdate an existing entity in a table. The Update Entity command does not replace the existing entity.
-
azure-storage-table-queryList tables under the specified account.