AzTableAPI

1.1.0

PowerShell module for Azure Table Storage data-plane operations via the REST API. Supports Entra ID (bring-your-own access token), Shared Key (HMAC-SHA256), and SAS token authentication. Requires PowerShell 7+.

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzTableAPI

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzTableAPI

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Tobias Vilhelmsen. All rights reserved.

Package Details

Author(s)

  • Tobias Vilhelmsen

Tags

Azure TableStorage Storage AzureTable Table REST API EntraID SAS SharedKey AzTableAPI

Functions

New-AzTableAPIContext Get-AzTableAPITable New-AzTableAPITable Remove-AzTableAPITable Get-AzTableAPIEntity Add-AzTableAPIEntity Set-AzTableAPIEntity Update-AzTableAPIEntity Remove-AzTableAPIEntity Invoke-AzTableAPIBatch

Dependencies

This module has no dependencies.

Release Notes

v1.0.1: HTTP errors now surface a parsed OData error message (code and message) instead of the raw JSON body. Removed the "No SDK dependency" claim from the module description and README. See changelog.md for details.

FileList

Version History

Version Downloads Last updated
1.1.0 (current version) 12 7/2/2026
1.0.1 10 7/2/2026
1.0.0 12 7/2/2026