Skip to content

Commit 7d5415d

Browse files
committed
update azd commands
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 7179662 commit 7d5415d

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

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

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -152,23 +152,28 @@ cd pubsub-dapr-nodejs-servicebus
152152

153153
### Provision and deploy using Azure Developer CLI
154154

155-
1. Run `azd up` to initialize the project, provision the infrastructure, and deploy the Dapr application to Azure Container Apps in a single command.
155+
1. Run `azd init` to initialize the project.
156156

157157
```azdeveloper
158-
azd up
158+
azd init
159159
```
160160

161161
1. When prompted in the terminal, provide the following parameters.
162162

163163
| Parameter | Description |
164164
| --------- | ----------- |
165165
| Environment Name | Prefix for the resource group created to hold all Azure resources. |
166-
| Azure Location | The Azure location for your resources. [Make sure you select a location available for Azure PostgreSQL](../postgresql/flexible-server/overview.md#azure-regions). |
166+
| Azure Location | The Azure location for your resources. |
167167
| Azure Subscription | The Azure subscription for your resources. |
168168

169+
1. Run `azd up` to provision the infrastructure and deploy the Dapr application to Azure Container Apps in a single command.
170+
171+
```azdeveloper
172+
azd up
173+
```
174+
169175
This process may take some time to complete. As the `azd up` command completes, the CLI output displays two Azure portal links to monitor the deployment progress. The output also demonstrates how `azd up`:
170176

171-
- Initializes your project using `azd init`
172177
- Creates and configures all necessary Azure resources via the provided Bicep files in the `./infra` directory using `azd provision`. Once provisioned by Azure Developer CLI, you can access these resources via the Azure portal. The files that provision the Azure resources include:
173178
- `main.parameters.json`
174179
- `main.bicep`
@@ -359,23 +364,28 @@ cd pubsub-dapr-python-servicebus
359364

360365
### Provision and deploy using Azure Developer CLI
361366

362-
1. Run `azd up` to initialize the project, provision the infrastructure, and deploy the Dapr application to Azure Container Apps in a single command.
367+
1. Run `azd init` to initialize the project.
363368

364369
```azdeveloper
365-
azd up
370+
azd init
366371
```
367372

368373
1. When prompted in the terminal, provide the following parameters.
369374

370375
| Parameter | Description |
371376
| --------- | ----------- |
372377
| Environment Name | Prefix for the resource group created to hold all Azure resources. |
373-
| Azure Location | The Azure location for your resources. [Make sure you select a location available for Azure PostgreSQL](../postgresql/flexible-server/overview.md#azure-regions). |
378+
| Azure Location | The Azure location for your resources. |
374379
| Azure Subscription | The Azure subscription for your resources. |
375380

381+
1. Run `azd up` to provision the infrastructure and deploy the Dapr application to Azure Container Apps in a single command.
382+
383+
```azdeveloper
384+
azd up
385+
```
386+
376387
This process may take some time to complete. As the `azd up` command completes, the CLI output displays two Azure portal links to monitor the deployment progress. The output also demonstrates how `azd up`:
377388

378-
- Initializes your project using `azd init`
379389
- Creates and configures all necessary Azure resources via the provided Bicep files in the `./infra` directory using `azd provision`. Once provisioned by Azure Developer CLI, you can access these resources via the Azure portal. The files that provision the Azure resources include:
380390
- `main.parameters.json`
381391
- `main.bicep`
@@ -566,23 +576,28 @@ cd pubsub-dapr-csharp-servicebus
566576

567577
### Provision and deploy using Azure Developer CLI
568578

569-
1. Run `azd up` to initialize the project, provision the infrastructure, and deploy the Dapr application to Azure Container Apps in a single command.
579+
1. Run `azd init` to initialize the project.
570580

571581
```azdeveloper
572-
azd up
582+
azd init
573583
```
574584

575585
1. When prompted in the terminal, provide the following parameters.
576586

577587
| Parameter | Description |
578588
| --------- | ----------- |
579589
| Environment Name | Prefix for the resource group created to hold all Azure resources. |
580-
| Azure Location | The Azure location for your resources. [Make sure you select a location available for Azure PostgreSQL](../postgresql/flexible-server/overview.md#azure-regions). |
590+
| Azure Location | The Azure location for your resources. |
581591
| Azure Subscription | The Azure subscription for your resources. |
582592

593+
1. Run `azd up` to provision the infrastructure and deploy the Dapr application to Azure Container Apps in a single command.
594+
595+
```azdeveloper
596+
azd up
597+
```
598+
583599
This process may take some time to complete. As the `azd up` command completes, the CLI output displays two Azure portal links to monitor the deployment progress. The output also demonstrates how `azd up`:
584600

585-
- Initializes your project using `azd init`
586601
- Creates and configures all necessary Azure resources via the provided Bicep files in the `./infra` directory using `azd provision`. Once provisioned by Azure Developer CLI, you can access these resources via the Azure portal. The files that provision the Azure resources include:
587602
- `main.parameters.json`
588603
- `main.bicep`

0 commit comments

Comments
 (0)