Skip to content

Commit 6e77daa

Browse files
Merge pull request #208952 from ggailey777/cleanup
[Functions][Cosmos DB] Markdown bugs
2 parents 580acdb + fbfb0b2 commit 6e77daa

4 files changed

+4
-4
lines changed

includes/functions-cosmosdb-output-attributes-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ms.author: glenga
1212
|**CollectionName** | The name of the collection being monitored. |
1313
|**CreateIfNotExists** | A boolean value to indicate whether the collection is created when it doesn't exist. The default is *false* because new collections are created with reserved throughput, which has cost implications. For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/). |
1414
|**PartitionKey**| When `CreateIfNotExists` is true, it defines the partition key path for the created collection. May include binding parameters.|
15-
|***CollectionThroughput** | When `CreateIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created collection. |
15+
|**CollectionThroughput** | When `CreateIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created collection. |
1616
|**PreferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, `East US,South Central US,North Europe`. |
1717
|**UseMultipleWriteLocations**| (Optional) When set to `true` along with `PreferredLocations`, supports [multi-region writes](../articles/cosmos-db/how-to-manage-database-account.md#configure-multiple-write-regions) in the Azure Cosmos DB service. |

includes/functions-cosmosdb-output-attributes-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ ms.author: glenga
1212
|**containerName** | The name of the container being monitored. |
1313
|**CreateIfNotExists** | A boolean value to indicate whether the container is created when it doesn't exist. The default is *false* because new containers are created with reserved throughput, which has cost implications. For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/). |
1414
|**PartitionKey**| When `CreateIfNotExists` is true, it defines the partition key path for the created container. May include binding parameters.|
15-
|***containerThroughput** | When `CreateIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created container. |
15+
|**ContainerThroughput** | When `CreateIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created container. |
1616
|**PreferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, `East US,South Central US,North Europe`. |

includes/functions-cosmosdb-output-settings-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ms.author: glenga
1212
|**collectionName** | The name of the collection being monitored. |
1313
|**createIfNotExists** | A boolean value to indicate whether the collection is created when it doesn't exist. The default is *false* because new collections are created with reserved throughput, which has cost implications. For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/). |
1414
|**partitionKey**| When `createIfNotExists` is true, it defines the partition key path for the created collection. May include binding parameters.|
15-
|***collectionThroughput** | When `createIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created collection. |
15+
|**collectionThroughput** | When `createIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created collection. |
1616
|**preferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, `East US,South Central US,North Europe`. |
1717
|**useMultipleWriteLocations**| (Optional) When set to `true` along with `preferredLocations`, supports [multi-region writes](../articles/cosmos-db/how-to-manage-database-account.md#configure-multiple-write-regions) in the Azure Cosmos DB service. |

includes/functions-cosmosdb-output-settings-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ms.author: glenga
1212
|**containerName** | The name of the container being monitored. |
1313
|**createIfNotExists** | A boolean value to indicate whether the container is created when it doesn't exist. The default is *false* because new containers are created with reserved throughput, which has cost implications. For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/). |
1414
|**partitionKey**| When `createIfNotExists` is true, it defines the partition key path for the created container. May include binding parameters.|
15-
|***containerThroughput** | When `createIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created container. |
15+
|**containerThroughput** | When `createIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created container. |
1616
|**preferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, `East US,South Central US,North Europe`. |
1717
|**useMultipleWriteLocations**| (Optional) When set to `true` along with `preferredLocations`, supports [multi-region writes](../articles/cosmos-db/how-to-manage-database-account.md#configure-multiple-write-regions) in the Azure Cosmos DB service. |

0 commit comments

Comments
 (0)