Cmdlets for Azure Table Storage

Build 25.0.9434

Tables Parameter (Connect-Azure Cmdlet)

This property restricts the tables reported to a subset of the available tables. For example, Tables=TableA,TableB,TableC.

Syntax

Connect-Azure -Tables string

Data Type

cstr

Default Value

""

Remarks

When using SharedAccessSignature, in general the Tables should be set to specify which resource the signature is for.

This property can also be used as an alternative to automatically listing views if you already know which ones you want to work with and there would otherwise be too many to work with.

Specify the tables you want in a comma-separated list. Each table should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space`.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434