Skip to content

Commit 3d1ac41

Browse files
committed
edits
1 parent 70a8552 commit 3d1ac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/developer-guide-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As a seasoned developer venturing into Azure Container Apps for hosting your Jav
1616
## Configuration
1717

1818
### Environment Variables
19-
Environment variables are crucial for configuring your application. Use a `.env` file to manage these variables locally and ensure they're securely managed in production.
19+
Environment variables are crucial for configuring your application. Use a `.env` file to manage these variables locally and ensure they're securely managed in production with a service like [Azure Key Vault](/azure/key-vault/).
2020

2121
```bash
2222
# .env

0 commit comments

Comments
 (0)