Skip to content

Commit 6abf29f

Browse files
committed
acrolinx blockers
Signed-off-by: Hannah Hunter <[email protected]>
1 parent f1b180e commit 6abf29f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

articles/container-apps/dapr-component-resiliency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ resource myPolicyDoc 'Microsoft.App/managedEnvironments/daprComponents/resilienc
9191

9292
### Before you begin
9393

94-
Log-in to the Azure CLI:
94+
Log in to the Azure CLI:
9595

9696
```azurecli
9797
az login

articles/container-apps/dapr-functions-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: hannahhunter
77
ms.reviewer: paulyuk
88
ms.service: azure-container-apps
99
ms.topic: how-to
10-
ms.date: 08/02/2024
10+
ms.date: 08/05/2024
1111
ms.custom: references_regions
1212
# Customer Intent: I'm a developer who wants to use the Dapr extension for Azure Functions in my Dapr-enabled container app
1313
---
@@ -30,7 +30,7 @@ The [Dapr extension for Azure Functions](../azure-functions/functions-bindings-d
3030

3131
## Set up the environment
3232

33-
1. In the terminal, log into your Azure subscription.
33+
1. In the terminal, log in to your Azure subscription.
3434

3535
```azurecli
3636
az login

articles/container-apps/dapr-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ author: hhunter-ms
66
ms.service: azure-container-apps
77
ms.custom: build-2023
88
ms.topic: conceptual
9-
ms.date: 08/02/2024
9+
ms.date: 08/05/2024
1010
---
1111

1212
# Microservice APIs powered by Dapr
1313

14-
Azure Container Apps provides APIs powered by [Distributed Application Runtime (Dapr)][dapr-concepts] that help you write and implement simple, portable, resilient, and secured microservices. Dapr works together with Azure Container Apps as an abstraction layer to provide a low-maintenance and scalable platform. Azure Container Apps offers a selection of fully-managed Dapr APIs, components, and features, catered specifically to microservice scenarios. Simply [enable and configure Dapr][dapr-enable] as usual in your container app environment.
14+
Azure Container Apps provides APIs powered by [Distributed Application Runtime (Dapr)][dapr-concepts] that help you write and implement simple, portable, resilient, and secured microservices. Dapr works together with Azure Container Apps as an abstraction layer to provide a low-maintenance and scalable platform. Azure Container Apps offers a selection of fully managed Dapr APIs, components, and features, catered specifically to microservice scenarios. Simply [enable and configure Dapr][dapr-enable] as usual in your container app environment.
1515

1616
## How the microservices APIs work with your container app
1717

@@ -60,7 +60,7 @@ Azure Container Apps ensures compatibility with Dapr open source tooling, such a
6060
- **Actor reminders**: Require a minReplicas of 1+ to ensure reminders is always active and fires correctly.
6161
- **Jobs**: Dapr isn't supported for jobs.
6262

63-
## Next Steps
63+
## Next steps
6464

6565
- [Enable Dapr in your container app.][dapr-enable]
6666
- [Learn how Dapr components work in Azure Container Apps.][dapr-components]

articles/container-apps/microservices-dapr-pubsub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: hannahhunter
77
ms.service: azure-container-apps
88
ms.custom: devx-track-dotnet, devx-track-js, devx-track-python
99
ms.topic: how-to
10-
ms.date: 08/02/2024
10+
ms.date: 08/05/2024
1111
zone_pivot_group_filename: container-apps/dapr-zone-pivot-groups.json
1212
zone_pivot_groups: dapr-languages-set
1313
---
@@ -21,8 +21,8 @@ In this tutorial, you create publisher and subscriber microservices that leverag
2121
> * Deploy the application to Azure Container Apps via the Azure Developer CLI with provided Bicep.
2222
2323
The sample pub/sub project includes:
24-
1. A message generator (publisher) `checkout` service that generates messages of a specific topic.
25-
1. An (subscriber) `order-processor` service that listens for messages from the `checkout` service of a specific topic.
24+
1. A message generator `checkout` service (publisher) that generates messages of a specific topic.
25+
1. An `order-processor` service (subscriber) that listens for messages from the `checkout` service of a specific topic.
2626

2727
:::image type="content" source="media/microservices-dapr-azd/pubsub-quickstart.png" alt-text="Diagram of the pub/sub sample.":::
2828

articles/container-apps/microservices-dapr-service-invoke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this tutorial, you create and run two microservices that communicate securely
2222
2323
The sample service invocation project includes:
2424
1. A `checkout` service that uses HTTP proxying on a loop to invoke a request on the `order-processor` service.
25-
1. A `order-processor` service that receives the request from the `checkout` service.
25+
1. An `order-processor` service that receives the request from the `checkout` service.
2626

2727
:::image type="content" source="media/microservices-dapr-azd/service-invocation-quickstart.png" alt-text="Diagram of the service invocation services.":::
2828

articles/container-apps/service-discovery-resiliency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ resource myPolicyDoc 'Microsoft.App/containerApps/resiliencyPolicies@2023-11-02-
106106

107107
### Before you begin
108108

109-
Log-in to the Azure CLI:
109+
Log in to the Azure CLI:
110110

111111
```azurecli
112112
az login

0 commit comments

Comments
 (0)