Skip to content

Commit 3d34ff7

Browse files
committed
fix issues
1 parent d95be60 commit 3d34ff7

6 files changed

+33
-33
lines changed

articles/cosmos-db/how-to-manage-database-account.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please see [Create an Azure Cosmos DB account with Azure CLI](manage-with-cli.md
2424

2525
### <a id="create-database-account-via-ps"></a>Azure PowerShell
2626

27-
Please see [Create an Azure Cosmos DB account with Powershell](manage-with-powershell.md#create-account)
27+
Please see [Create an Azure Cosmos DB account with PowerShell](manage-with-powershell.md#create-account)
2828

2929
### <a id="create-database-account-via-arm-template"></a>Azure Resource Manager template
3030

@@ -56,7 +56,7 @@ Please see [Add or remove regions with Azure CLI](manage-with-cli.md#add-or-remo
5656

5757
### <a id="add-remove-regions-via-ps"></a>Azure PowerShell
5858

59-
Please see [Add or remove regions with Powershell](manage-with-powershell.md#update-account)
59+
Please see [Add or remove regions with PowerShell](manage-with-powershell.md#update-account)
6060

6161
## <a id="configure-multiple-write-regions"></a>Configure multiple write-regions
6262

@@ -72,7 +72,7 @@ Please see [Enable multiple-write regions with Azure CLI](manage-with-cli.md#ena
7272

7373
### <a id="configure-multiple-write-regions-ps"></a>Azure PowerShell
7474

75-
Please see [Enable multiple-write regions with Powershell](manage-with-powershell.md#multi-master)
75+
Please see [Enable multiple-write regions with PowerShell](manage-with-powershell.md#multi-master)
7676

7777
### <a id="configure-multiple-write-regions-arm"></a>Resource Manager template
7878

@@ -158,7 +158,7 @@ Please see [Enable automatic failover with Azure CLI](manage-with-cli.md#enable-
158158

159159
### <a id="enable-automatic-failover-via-ps"></a>Azure PowerShell
160160

161-
Please see [Enable automatic failover with Powershell](manage-with-powershell.md#enable-automatic-failover)
161+
Please see [Enable automatic failover with PowerShell](manage-with-powershell.md#enable-automatic-failover)
162162

163163
## Set failover priorities for your Azure Cosmos account
164164

@@ -189,7 +189,7 @@ Please see [Set failover priority with Azure CLI](manage-with-cli.md#set-failove
189189

190190
### <a id="set-failover-priorities-via-ps"></a>Azure PowerShell
191191

192-
Please see [Set failover priority with Powershell](manage-with-powershell.md#modify-failover-priority)
192+
Please see [Set failover priority with PowerShell](manage-with-powershell.md#modify-failover-priority)
193193

194194
## <a id="manual-failover"></a>Perform manual failover on an Azure Cosmos account
195195

@@ -221,7 +221,7 @@ Please see [Trigger manual failover with Azure CLI](manage-with-cli.md#trigger-m
221221

222222
### <a id="enable-manual-failover-via-ps"></a>Azure PowerShell
223223

224-
Please see [Trigger manual failover with Powershell](manage-with-powershell.md#trigger-manual-failover)
224+
Please see [Trigger manual failover with PowerShell](manage-with-powershell.md#trigger-manual-failover)
225225

226226
## Next steps
227227

articles/cosmos-db/manage-cassandra-with-resource-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ This article has examples for Cassandra API accounts only, to find examples for
1616

1717
> [!IMPORTANT]
1818
>
19-
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2019
> * Account names are limited to 44 characters, all lowercase.
2120
> * To change the throughput values, redeploy the template with updated RU/s.
21+
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2222
23-
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure Portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
23+
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
2424

2525
<a id="create-autoscale"></a>
2626

27-
## Create Azure Cosmos account for Cassandra, keyspace and table with autoscale
27+
## Azure Cosmos account for Cassandra with autoscale throughput
2828

2929
This template creates an Azure Cosmos account in two regions with options for consistency and failover, with a keyspace and table configured for autoscale throughput. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
3030

@@ -34,7 +34,7 @@ This template creates an Azure Cosmos account in two regions with options for co
3434

3535
<a id="create-manual"></a>
3636

37-
## Create Azure Cosmos account, keyspace and table
37+
## Azure Cosmos account for Cassandra with manual throughput
3838

3939
This template creates an Azure Cosmos account in two regions with options for consistency and failover, with a keyspace and table configured for manual throughput. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
4040

articles/cosmos-db/manage-gremlin-with-resource-manager.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ This article has examples for Gremlin API accounts only, to find examples for ot
1616

1717
> [!IMPORTANT]
1818
>
19-
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2019
> * Account names are limited to 44 characters, all lowercase.
2120
> * To change the throughput values, redeploy the template with updated RU/s.
21+
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2222
23-
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure Portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
23+
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
2424

2525
<a id="create-autoscale"></a>
2626

27-
## Create Azure Cosmos DB account for Gremlin, database and graph with autoscale throughput
27+
## Azure Cosmos DB account for Gremlin with autoscale throughput
2828

29-
This template will create an Azure Cosmos account for Gremlin API with a database and graph with manual throughput.
29+
This template will create an Azure Cosmos account for Gremlin API with a database and graph with autoscale throughput.
3030

3131
This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
3232

@@ -36,9 +36,9 @@ This template is also available for one-click deploy from Azure Quickstart Templ
3636

3737
<a id="create-manual"></a>
3838

39-
## Create Azure Cosmos DB account for Gremlin, database and graph with manual throughput
39+
## Azure Cosmos DB account for Gremlin with manual throughput
4040

41-
This template will create an Azure Cosmos account for Gremlin API with a database and graph with manual throughput.
41+
This template will create an Azure Cosmos account for Gremlin API with a database and graph with manual throughput.
4242

4343
This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
4444

articles/cosmos-db/manage-mongodb-with-resource-manager.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ This article has examples for Azure Cosmos DB's API for MongoDB only, to find ex
1616

1717
> [!IMPORTANT]
1818
>
19-
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2019
> * Account names are limited to 44 characters, all lowercase.
2120
> * To change the throughput values, redeploy the template with updated RU/s.
21+
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2222
23-
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure Portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
23+
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
2424

2525
<a id="create-autoscale"></a>
2626

27-
## Create Azure Cosmos DB API for MongoDB account, database and collection with autoscale throughput
27+
## Azure Cosmos account for MongoDB with autoscale throughput
2828

29-
This template will create an Azure Cosmos account for MongoDB API (3.2 or 3.6) with two collections that share 400 RU/s throughput at the database level. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
29+
This template will create an Azure Cosmos account for MongoDB API (3.2 or 3.6) with two collections that share autoscale throughput at the database level. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
3030

3131
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-cosmosdb-mongodb-autoscale%2Fazuredeploy.json)
3232

3333
:::code language="json" source="~/quickstart-templates/101-cosmosdb-mongodb-autoscale/azuredeploy.json":::
3434

3535
<a id="create-manual"></a>
3636

37-
## Create Azure Cosmos DB API for MongoDB account, database and collection with manual throughput
37+
## Azure Cosmos account for MongoDB with manual throughput
3838

39-
This template will create an Azure Cosmos account for MongoDB API (3.2 or 3.6) with two collections that share 400 RU/s throughput at the database level. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
39+
This template will create an Azure Cosmos account for MongoDB API (3.2 or 3.6) with two collections that share 400 RU/s manual throughput at the database level. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
4040

4141
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-cosmosdb-mongodb%2Fazuredeploy.json)
4242

articles/cosmos-db/manage-sql-with-resource-manager.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ This article only shows Azure Resource Manager template examples for Core (SQL)
1717

1818
> [!IMPORTANT]
1919
>
20-
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2120
> * Account names are limited to 44 characters, all lowercase.
2221
> * To change the throughput values, redeploy the template with updated RU/s.
22+
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2323
24-
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure Portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
24+
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
2525

2626
<a id="create-autoscale"></a>
2727

28-
## Create an Azure Cosmos account, database, and container with autoscale throughput
28+
## Azure Cosmos account with autoscale throughput
2929

3030
This template creates an Azure Cosmos account in two regions with options for consistency and failover, with database and container configured for autoscale throughput that has most policy options enabled. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
3131

@@ -35,7 +35,7 @@ This template creates an Azure Cosmos account in two regions with options for co
3535

3636
<a id="create-manual"></a>
3737

38-
## Create an Azure Cosmos account, database, and container with manual throughput
38+
## Azure Cosmos account with manual throughput
3939

4040
This template creates an Azure Cosmos account in two regions with options for consistency and failover, with database and container configured for manual throughput that has most policy options enabled. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
4141

@@ -45,7 +45,7 @@ This template creates an Azure Cosmos account in two regions with options for co
4545

4646
<a id="create-sproc"></a>
4747

48-
## Create an Azure Cosmos DB container with server-side functionality
48+
## Azure Cosmos DB container with server-side functionality
4949

5050
This template creates an Azure Cosmos account, database and container with with a stored procedure, trigger, and user-defined function. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
5151

@@ -55,7 +55,7 @@ This template creates an Azure Cosmos account, database and container with with
5555

5656
<a id="free-tier"></a>
5757

58-
## Create a free tier Azure Cosmos DB account
58+
## Free tier Azure Cosmos DB account
5959

6060
This template creates a free-tier Azure Cosmos account and a database with shared throughput that can be shared with up to 25 containers. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
6161

articles/cosmos-db/manage-table-with-resource-manager.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ This article has examples for Table API accounts only, to find examples for othe
1616

1717
> [!IMPORTANT]
1818
>
19-
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2019
> * Account names are limited to 44 characters, all lowercase.
2120
> * To change the throughput values, redeploy the template with updated RU/s.
21+
> * When you add or remove locations to an Azure Cosmos account, you can't simultaneously modify other properties. These operations must be done separately.
2222
23-
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure Portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
23+
To create any of the Azure Cosmos DB resources below, copy the following example template into a new json file. You can optionally create a parameters json file to use when deploying multiple instances of the same resource with different names and values. There are many ways to deploy Azure Resource Manager templates including, [Azure portal](../azure-resource-manager/templates/deploy-portal.md), [Azure CLI](../azure-resource-manager/templates/deploy-cli.md), [Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [GitHub](../azure-resource-manager/templates/deploy-to-azure-button.md).
2424

2525
> [!TIP]
26-
> To enable shared throughput when using Table API, enable account-level throughput in the Azure Portal.
26+
> To enable shared throughput when using Table API, enable account-level throughput in the Azure portal.
2727
2828
<a id="create-autoscale"></a>
2929

30-
## Create Azure Cosmos account and table with autoscale throughput
30+
## Azure Cosmos account for Table with autoscale throughput
3131

3232
This template will create an Azure Cosmos account for Table API with one table with autoscale throughput. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
3333

@@ -37,7 +37,7 @@ This template will create an Azure Cosmos account for Table API with one table w
3737

3838
<a id="create-manual"></a>
3939

40-
## Create Azure Cosmos account and table with manual throughput
40+
## Azure Cosmos account for Table with manual throughput
4141

4242
This template will create an Azure Cosmos account for Table API with one table with manual throughput. This template is also available for one-click deploy from Azure Quickstart Templates Gallery.
4343

0 commit comments

Comments
 (0)