Skip to content

Commit b652174

Browse files
committed
nits
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 2a0fab4 commit b652174

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Before deploying the application to Azure Container Apps, start by running the P
5858
```bash
5959
cd db
6060
```
61-
1. Run the container with Docker Compose.
61+
1. Run the PostgreSQL container with Docker Compose.
6262

6363
```bash
6464
docker compose up -d
@@ -109,7 +109,7 @@ Before deploying the application to Azure Container Apps, start by running the P
109109
docker compose stop
110110
```
111111

112-
## Deploy the Dapr application template using `azd`
112+
## Deploy the Dapr application template using Azure Developer CLI
113113

114114
Now that you've run the application locally, let's deploy the Dapr bindings application to Azure Container Apps using [`azd`](/azure/developer/azure-developer-cli/overview). During deployment, we will swap the local containerized PostgreSQL for an Azure PostgreSQL component.
115115

@@ -237,7 +237,7 @@ Before deploying the application to Azure Container Apps, start by running the P
237237
```bash
238238
cd db
239239
```
240-
1. Run the container with Docker Compose.
240+
1. Run the PostgreSQL container with Docker Compose.
241241

242242
```bash
243243
docker compose up -d
@@ -288,7 +288,7 @@ Before deploying the application to Azure Container Apps, start by running the P
288288
docker compose stop
289289
```
290290

291-
## Deploy the Dapr application template using `azd`
291+
## Deploy the Dapr application template using Azure Developer CLI
292292

293293
Now that you've run the application locally, let's deploy the Dapr bindings application to Azure Container Apps using [`azd`](/azure/developer/azure-developer-cli/overview). During deployment, we will swap the local containerized PostgreSQL for an Azure PostgreSQL component.
294294

@@ -414,7 +414,7 @@ Before deploying the application to Azure Container Apps, start by running the P
414414
```bash
415415
cd db
416416
```
417-
1. Run the container with Docker Compose.
417+
1. Run the PostgreSQL container with Docker Compose.
418418

419419
```bash
420420
docker compose up -d
@@ -465,7 +465,7 @@ Before deploying the application to Azure Container Apps, start by running the P
465465
docker compose stop
466466
```
467467

468-
## Deploy the Dapr application template using `azd`
468+
## Deploy the Dapr application template using Azure Developer CLI
469469

470470
Now that you've run the application locally, let's deploy the Dapr bindings application to Azure Container Apps using [`azd`](/azure/developer/azure-developer-cli/overview). During deployment, we will swap the local containerized PostgreSQL for an Azure PostgreSQL component.
471471

0 commit comments

Comments
 (0)