Skip to content

Commit efb5010

Browse files
authored
Merge pull request #103085 from SumanthMarigowda-MSFT/patch-38
(Azure CXP) https://github.com/MicrosoftDocs/azure-docs/issues/47079
2 parents 2af2677 + ac44f8a commit efb5010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/storage-table-concepts-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Table storage contains the following components:
2626
`http://<storage account>.table.cosmosdb.azure.com/<table>`
2727

2828
You can address Azure tables directly using this address with the OData protocol. For more information, see [OData.org][OData.org].
29-
* **Accounts:** All access to Azure Storage is done through a storage account. For more information about storage accounts, see [Storage account overview][../articles/storage/common/storage-account-overview.md].
29+
* **Accounts:** All access to Azure Storage is done through a storage account. For more information about storage accounts, see [Storage account overview](../articles/storage/common/storage-account-overview.md).
3030

3131
All access to Azure Cosmos DB is done through a Table API account. See [Create a Table API account](../articles/cosmos-db/create-table-dotnet.md#create-a-database-account) for details creating a Table API account.
3232
* **Table**: A table is a collection of entities. Tables don't enforce a schema on entities, which means a single table can contain entities that have different sets of properties.

0 commit comments

Comments
 (0)