Skip to content

Commit 0c373bd

Browse files
committed
Merge branch 'environment-revamp' of https://github.com/alexwolfmsft/azure-dev-docs-pr into environment-revamp
2 parents 578749c + 85a179d commit 0c373bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-developer-cli/work-with-environments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Azure Developer CLI (`azd`) helps you manage multiple deployment environment
1515

1616
## What are environments?
1717

18-
An environment in the Azure Developer CLI represents a named collection of configuration settings, environment variables, and infrastructure parameters associated with a specific deployment of your application. Environments serve several important purposes:
18+
An environment in the Azure Developer CLI (`azd`) context represents a named collection of configuration settings, environment variables, and infrastructure parameters associated with a specific deployment of your application. Environments serve several important purposes:
1919

2020
- **Isolation**: Keep development, testing, staging, and production deployments separate.
2121
- **Configuration management**: Maintain different settings for each environment.
@@ -27,7 +27,7 @@ Each environment has its own Azure resource group (typically named `rg-<environm
2727

2828
### Environment structure and configuration files
2929

30-
Azure Developer CLI environments live in a directory structure within your project:
30+
Azure Developer CLI (`azd`) environments live in a directory structure within your project:
3131

3232
```txt
3333
├── .azure [Created when you run azd init or azd up]
@@ -92,7 +92,7 @@ When working with environment variables:
9292
9393
### Comparing other framework environments
9494

95-
Many programming frameworks and tools such as Node.js, Django, or React use `.env` files for configuration. While Azure Developer CLI also uses `.env` files, there are important differences:
95+
Many programming frameworks and tools such as Node.js, Django, or React use `.env` files for configuration. While Azure Developer CLI (`azd`) also uses `.env` files, there are important differences:
9696

9797
| Concept | Azure Developer CLI `.env` | Framework `.env` Files |
9898
|--------|---------------------------|------------------------|

0 commit comments

Comments
 (0)