Skip to content

Commit ce6f672

Browse files
Merge pull request #208541 from markjbrown/add-free-tier-to-samples-ov
update cli-samples to include free-tier sample
2 parents f335bbf + 3dae837 commit ce6f672

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

articles/cosmos-db/cassandra/cli-samples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: seesharprun
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-cassandra
77
ms.topic: sample
8-
ms.date: 02/21/2022
8+
ms.date: 08/19/2022
99
ms.author: sidandrews
1010
ms.reviewer: mjbrown
1111
ms.custom: devx-track-azurecli
@@ -41,6 +41,7 @@ These samples apply to all Azure Cosmos DB APIs. These samples use a SQL (Core)
4141
| [Secure with IP firewall](../scripts/cli/common/ipfirewall.md)| Create a Cosmos account with IP firewall configured.|
4242
| [Secure new account with service endpoints](../scripts/cli/common/service-endpoints.md)| Create a Cosmos account and secure with service-endpoints.|
4343
| [Secure existing account with service endpoints](../scripts/cli/common/service-endpoints-ignore-missing-vnet.md)| Update a Cosmos account to secure with service-endpoints when the subnet is eventually configured.|
44+
| [Find existing free-tier account](../scripts/cli/common/free-tier.md)| Find whether there is an existing free-tier account in your subscription.|
4445
|||
4546

4647
## Next steps

articles/cosmos-db/graph/cli-samples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: seesharprun
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-graph
77
ms.topic: sample
8-
ms.date: 02/21/2022
8+
ms.date: 08/19/2022
99
ms.author: sidandrews
1010
ms.reviewer: mjbrown
1111
ms.custom: devx-track-azurecli
@@ -41,6 +41,7 @@ These samples apply to all Azure Cosmos DB APIs. These samples use a SQL (Core)
4141
| [Secure with IP firewall](../scripts/cli/common/ipfirewall.md)| Create a Cosmos account with IP firewall configured.|
4242
| [Secure new account with service endpoints](../scripts/cli/common/service-endpoints.md)| Create a Cosmos account and secure with service-endpoints.|
4343
| [Secure existing account with service endpoints](../scripts/cli/common/service-endpoints-ignore-missing-vnet.md)| Update a Cosmos account to secure with service-endpoints when the subnet is eventually configured.|
44+
| [Find existing free-tier account](../scripts/cli/common/free-tier.md)| Find whether there is an existing free-tier account in your subscription.|
4445
|||
4546

4647
## Next steps

articles/cosmos-db/mongodb/cli-samples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: seesharprun
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-mongo
77
ms.topic: sample
8-
ms.date: 02/21/2022
8+
ms.date: 08/18/2022
99
ms.author: sidandrews
1010
ms.reviewer: mjbrown
1111
ms.custom: devx-track-azurecli
@@ -41,6 +41,7 @@ These samples apply to all Azure Cosmos DB APIs. These samples use a SQL (Core)
4141
| [Secure with IP firewall](../scripts/cli/common/ipfirewall.md)| Create a Cosmos account with IP firewall configured.|
4242
| [Secure new account with service endpoints](../scripts/cli/common/service-endpoints.md)| Create a Cosmos account and secure with service-endpoints.|
4343
| [Secure existing account with service endpoints](../scripts/cli/common/service-endpoints-ignore-missing-vnet.md)| Update a Cosmos account to secure with service-endpoints when the subnet is eventually configured.|
44+
| [Find existing free-tier account](../scripts/cli/common/free-tier.md)| Find whether there is an existing free-tier account in your subscription.|
4445
|||
4546

4647
## Next steps

articles/cosmos-db/sql/cli-samples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: seesharprun
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.topic: sample
8-
ms.date: 02/21/2022
8+
ms.date: 08/19/2022
99
ms.author: sidandrews
1010
ms.reviewer: mjbrown
1111
ms.custom: devx-track-azurecli, seo-azure-cli
@@ -42,6 +42,7 @@ These samples apply to all Azure Cosmos DB APIs. These samples use a SQL (Core)
4242
| [Secure with IP firewall](../scripts/cli/common/ipfirewall.md)| Create a Cosmos account with IP firewall configured.|
4343
| [Secure new account with service endpoints](../scripts/cli/common/service-endpoints.md)| Create a Cosmos account and secure with service-endpoints.|
4444
| [Secure existing account with service endpoints](../scripts/cli/common/service-endpoints-ignore-missing-vnet.md)| Update a Cosmos account to secure with service-endpoints when the subnet is eventually configured.|
45+
| [Find existing free-tier account](../scripts/cli/common/free-tier.md)| Find whether there is an existing free-tier account in your subscription.|
4546
|||
4647

4748
## Next steps

articles/cosmos-db/table/cli-samples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: seesharprun
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-table
77
ms.topic: sample
8-
ms.date: 02/21/2022
8+
ms.date: 08/19/2022
99
ms.author: sidandrews
1010
ms.reviewer: mjbrown
1111
ms.custom: devx-track-azurecli
@@ -41,6 +41,7 @@ These samples apply to all Azure Cosmos DB APIs. These samples use a SQL (Core)
4141
| [Secure with IP firewall](../scripts/cli/common/ipfirewall.md)| Create a Cosmos account with IP firewall configured.|
4242
| [Secure new account with service endpoints](../scripts/cli/common/service-endpoints.md)| Create a Cosmos account and secure with service-endpoints.|
4343
| [Secure existing account with service endpoints](../scripts/cli/common/service-endpoints-ignore-missing-vnet.md)| Update a Cosmos account to secure with service-endpoints when the subnet is eventually configured.|
44+
| [Find existing free-tier account](../scripts/cli/common/free-tier.md)| Find whether there is an existing free-tier account in your subscription.|
4445
|||
4546

4647
## Next steps

0 commit comments

Comments
 (0)