You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/microservices-dapr-bindings.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Before deploying the application to Azure Container Apps, start by running the P
58
58
```bash
59
59
cd db
60
60
```
61
-
1. Run the container with Docker Compose.
61
+
1. Run the PostgreSQL container with Docker Compose.
62
62
63
63
```bash
64
64
docker compose up -d
@@ -109,7 +109,7 @@ Before deploying the application to Azure Container Apps, start by running the P
109
109
docker compose stop
110
110
```
111
111
112
-
## Deploy the Dapr application template using `azd`
112
+
## Deploy the Dapr application template using Azure Developer CLI
113
113
114
114
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.
115
115
@@ -237,7 +237,7 @@ Before deploying the application to Azure Container Apps, start by running the P
237
237
```bash
238
238
cd db
239
239
```
240
-
1. Run the container with Docker Compose.
240
+
1. Run the PostgreSQL container with Docker Compose.
241
241
242
242
```bash
243
243
docker compose up -d
@@ -288,7 +288,7 @@ Before deploying the application to Azure Container Apps, start by running the P
288
288
docker compose stop
289
289
```
290
290
291
-
## Deploy the Dapr application template using `azd`
291
+
## Deploy the Dapr application template using Azure Developer CLI
292
292
293
293
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.
294
294
@@ -414,7 +414,7 @@ Before deploying the application to Azure Container Apps, start by running the P
414
414
```bash
415
415
cd db
416
416
```
417
-
1. Run the container with Docker Compose.
417
+
1. Run the PostgreSQL container with Docker Compose.
418
418
419
419
```bash
420
420
docker compose up -d
@@ -465,7 +465,7 @@ Before deploying the application to Azure Container Apps, start by running the P
465
465
docker compose stop
466
466
```
467
467
468
-
## Deploy the Dapr application template using `azd`
468
+
## Deploy the Dapr application template using Azure Developer CLI
469
469
470
470
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.
0 commit comments