Skip to content

Commit bf3e0b0

Browse files
Merge pull request #228213 from pauljewellmsft/pauljewell-tables-psh
Update note about storage account creation when getting table reference
2 parents 3449e16 + d80148c commit bf3e0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/tables/table-storage-how-to-use-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $storageTable = Get-AzStorageTable –Name $tableName –Context $ctx
118118
## Reference the CloudTable property of a specific table
119119

120120
> [!IMPORTANT]
121-
> Using the **CloudTable** property is mandatory when working with table data via the **AzTable** PowerShell module. Call the **Get-AzStorageTable** command to get the reference to this object. This command also creates the table if it does not already exist.
121+
> Using the **CloudTable** property is mandatory when working with table data via the **AzTable** PowerShell module. Call the **Get-AzStorageTable** command to get the reference to this object.
122122
123123
To perform operations on a table using **AzTable**, return a reference to the **CloudTable** property of a specific table. The **CloudTable** property exposes the .NET methods available for managing table data from PowerShell.
124124

0 commit comments

Comments
 (0)