Skip to content

Commit 4b2fc8e

Browse files
authored
Merge pull request #247280 from rmca14/8-3conf
Resolve merge conflicts in AM sync PR 247235
2 parents a36d839 + 8336496 commit 4b2fc8e

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

articles/azure-monitor/containers/container-insights-enable-arc-enabled-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ms.reviewer: aul
7272

7373
### Identify workspace resource ID
7474

75-
Run the following commands to locate the full Azure Resource Manager identifier of the Log Analytics workspace.
75+
Run the following commands to locate the full Azure Resource Manager identifier of the Log Analytics workspace.
7676

7777
1. List all the subscriptions that you have access to using the following command:
7878

articles/cosmos-db/nosql/query/computed-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,4 @@ Adding computed properties to a container doesn't consume RUs. Write operations
366366
## Next steps
367367

368368
- [Manage indexing policies](../how-to-manage-indexing-policy.md)
369-
- [Model document data](../../modeling-data.md)
369+
- [Model document data](../../modeling-data.md)

articles/event-hubs/use-log-compaction.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 06/19/2023
77
---
88

99
# Use log compaction
10-
This article shows you how to use log compaction feature in Event Hubs. To understand the details of log compaction, see [Log Compaction](log-compaction.md).
10+
This article shows you how to use log compaction feature in Event Hubs. To understand the details of log compaction, see [Log Compaction](log-compaction.md).
1111

1212
In this article you'll, follow these key steps:
1313
- Create a compacted event hub/Kafka topic.
@@ -18,10 +18,10 @@ In this article you'll, follow these key steps:
1818
> Log compaction feature isn't supported in the **Basic** tier.
1919
2020
## Create a compacted event hub/Kafka topic
21-
This section shows you how to create a compacted event hub using Azure portal and an Azure Resource Manager (ARM) template.
21+
This section shows you how to create a compacted event hub using Azure portal and an Azure Resource Manager (ARM) template.
2222

2323
### [Azure portal](#tab/portal)
24-
You can create a compacted event hub using the Azure portal by following these steps.
24+
You can create a compacted event hub using the Azure portal by following these steps.
2525

2626
1. Navigate to your Event Hubs namespace.
2727
1. On the Event Hubs Namespace page, select Event Hubs in the left menu.
@@ -32,7 +32,7 @@ You can create a compacted event hub using the Azure portal by following these s
3232
1. Select *create* and create the compacted event hub.
3333

3434
### [ARM template](#tab/arm)
35-
The following example shows how to create a compacted event hub/Kafka topic using an ARM template.
35+
The following example shows how to create a compacted event hub/Kafka topic using an ARM template.
3636

3737
```json
3838
"resources": [
@@ -54,14 +54,13 @@ The following example shows how to create a compacted event hub/Kafka topic usin
5454
]
5555
```
5656

57-
5857
---
5958

6059
## Triggering compaction
6160
Event Hubs service determines when the compaction job of a given compacted event hub should be executed. Compacted event hub reaches the compaction threshold when there are considerable number of events or the total size of a given event log grows significantly.
6261

6362
## Publish event to a compacted topic
64-
Publishing events to a compacted event hub is the same as publishing events to a regular event hub. As the client application you only need to determine the compaction key, which you set using partition key.
63+
Publishing events to a compacted event hub is the same as publishing events to a regular event hub. As the client application you only need to determine the compaction key, which you set using partition key.
6564

6665
### Using Event Hubs SDK(AMQP)
6766
With Event Hubs SDK, you can set partition key and publish events as shown below:

0 commit comments

Comments
 (0)