Skip to content

Commit a12c7b7

Browse files
authored
Merge pull request #121687 from MaxHorstmann/env-deploy-doc-fix
Docs: fix incorrect deploy command in "Create an environment by using the Azure Developer CLI"
2 parents c19d62f + 6a26b7b commit a12c7b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/deployment-environments/how-to-create-environment-with-azure-developer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ When your environment is provisioned, you can deploy your code to the environmen
374374
Deploy your application code to the remote Azure Deployment Environments environment you provisioned using the following command:
375375

376376
```bash
377-
azd env deploy
377+
azd deploy
378378
```
379379
Deploying your code to the remote environment can take several minutes.
380380

@@ -399,7 +399,7 @@ For this sample application, you see something like this:
399399
Deploy your application code to the remote Azure Deployment Environments environment you provisioned using the following command:
400400

401401
```bash
402-
azd env deploy
402+
azd deploy
403403
```
404404
Deploying your code to the remote environment can take several minutes.
405405

@@ -448,4 +448,4 @@ azd down --environment <environmentName>
448448
## Related content
449449
- [Create and configure a dev center](/azure/deployment-environments/quickstart-create-and-configure-devcenter)
450450
- [What is the Azure Developer CLI?](/azure/developer/azure-developer-cli/overview)
451-
- [Install or update the Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd)
451+
- [Install or update the Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd)

0 commit comments

Comments
 (0)