Skip to content

Commit c225e4a

Browse files
committed
Say output has one portal link, not two
1 parent 2f3474f commit c225e4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ cd bindings-dapr-nodejs-cron-postgres
152152
| Azure location | The Azure location for your resources. Select a [location where Azure Database for PostgreSQL is available](/azure/postgresql/flexible-server/overview#azure-regions). |
153153
| Azure subscription | The Azure subscription for your resources. |
154154

155-
This process can take some time to run. While the `azd up` command runs, the output displays two Azure portal links that you can use to monitor the deployment progress. The output also demonstrates how `azd up`:
155+
This process can take some time to run. While the `azd up` command runs, the output displays an Azure portal link that you can use to monitor the deployment progress. The output also demonstrates how `azd up`:
156156

157157
- Creates and configures all necessary Azure resources via the Bicep files in the *./infra* directory by using `azd provision`. After the Azure Developer CLI deploys these resources, you can use the Azure portal to access them. The files that are used to configure the Azure resources include:
158158
- *main.parameters.json*.
@@ -397,7 +397,7 @@ cd bindings-dapr-python-cron-postgres
397397
| Azure location | The Azure location for your resources. Select a [location where Azure Database for PostgreSQL is available](/azure/postgresql/flexible-server/overview#azure-regions). |
398398
| Azure subscription | The Azure subscription for your resources. |
399399

400-
This process can take some time to run. While the `azd up` command runs, the output displays two Azure portal links that you can use to monitor the deployment progress. The output also demonstrates how `azd up`:
400+
This process can take some time to run. While the `azd up` command runs, the output displays an Azure portal link that you can use to monitor the deployment progress. The output also demonstrates how `azd up`:
401401

402402
- Creates and configures all necessary Azure resources via the Bicep files in the *./infra* directory by using `azd provision`. After the Azure Developer CLI deploys these resources, you can use the Azure portal to access them. The files that are used to configure the Azure resources include:
403403
- *main.parameters.json*.
@@ -628,7 +628,7 @@ cd bindings-dapr-csharp-cron-postgres
628628
| Azure location | The Azure location for your resources. Select a [location where Azure Database for PostgreSQL is available](/azure/postgresql/flexible-server/overview#azure-regions). |
629629
| Azure subscription | The Azure subscription for your resources. |
630630

631-
This process can take some time to run. While the `azd up` command runs, the output displays two Azure portal links that you can use to monitor the deployment progress. The output also demonstrates how `azd up`:
631+
This process can take some time to run. While the `azd up` command runs, the output displays an Azure portal link that you can use to monitor the deployment progress. The output also demonstrates how `azd up`:
632632

633633
- Creates and configures all necessary Azure resources via the Bicep files in the *./infra* directory by using `azd provision`. After the Azure Developer CLI deploys these resources, you can use the Azure portal to access them. The files that are used to configure the Azure resources include:
634634
- *main.parameters.json*.

0 commit comments

Comments
 (0)