Skip to content

Commit 9812bfd

Browse files
Merge pull request #120503 from spzm/patch-2
Fix service naming from postgre to kafka
2 parents 16957d9 + 709d4fc commit 9812bfd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-apps/tutorial-dev-services-kafka.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Azure CLI commands and Bicep template fragments are featured in this tutorial. I
394394
```
395395

396396
> [!TIP]
397-
> The output `kafkaLogs` outputs a CLI command to help you view the logs of postgres after deployment is complete. You can run the command to view the initialization logs of the new Postgres service.
397+
> The output `kafkaLogs` outputs a CLI command to help you view the logs of kafka after deployment is complete. You can run the command to view the initialization logs of the new Kafka service.
398398

399399
# [azd](#tab/azd)
400400

@@ -457,7 +457,7 @@ Azure CLI commands and Bicep template fragments are featured in this tutorial. I
457457
458458
When you create the app, you'll set it up to use `./kafka-topics.sh`, `./kafka-console-producer.sh`, and `kafka-console-consumer.sh` to connect to the Kafka instance.
459459

460-
1. Create a `kafka-cli-app` app that binds to the PostgreSQL service.
460+
1. Create a `kafka-cli-app` app that binds to the Kafka service.
461461

462462
# [Bash](#tab/bash)
463463

@@ -475,7 +475,7 @@ When you create the app, you'll set it up to use `./kafka-topics.sh`, `./kafka-c
475475

476476
# [Bicep](#tab/bicep)
477477

478-
Add the following to values `postgres-dev.bicep`.
478+
Add the following to values `kafka-dev.bicep`.
479479

480480
```bicep
481481
resource kafkaCli 'Microsoft.App/containerApps@2023-04-01-preview' = {
@@ -837,7 +837,7 @@ azd up
837837
838838
---
839839
840-
:::image type="content" source="media/tutorial-dev-services-kafka/azure-container-apps-kafka-ui-data.png" alt-text="Screenshot of pgweb Container App connecting to PostgreSQL service.":::
840+
:::image type="content" source="media/tutorial-dev-services-kafka/azure-container-apps-kafka-ui-data.png" alt-text="Screenshot of pgweb Container App connecting to Kafka service.":::
841841
842842
## Deploy all resources
843843
@@ -847,7 +847,7 @@ Use the following examples to if you want to deploy all resources at once.
847847
848848
The following Bicep template contains all the resources in this tutorial.
849849
850-
You can create a `postgres-dev.bicep` file with this content.
850+
You can create a `kafka-dev.bicep` file with this content.
851851
852852
```bicep
853853
targetScope = 'resourceGroup'

0 commit comments

Comments
 (0)