Skip to content

Commit fcadd2f

Browse files
fix: add OS labels to post-deployment script instructions
Add Windows/Linux/macOS/WSL labels next to PowerShell and Bash script commands so non-technical users know which script to use for their OS. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 739eaa1 commit fcadd2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/LOCAL_DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,12 @@ After successful deployment, locate your application URLs:
293293
294294
After deployment completes, run the post-deployment script to configure the Function App client key and create PostgreSQL tables (if applicable):
295295
296-
**PowerShell:**
296+
**PowerShell (Windows):**
297297
```powershell
298298
./scripts/post_deployment_setup.ps1 -ResourceGroupName "<your-resource-group-name>"
299299
```
300300
301-
**Bash:**
301+
**Bash (Linux/macOS/WSL):**
302302
```bash
303303
bash scripts/post_deployment_setup.sh "<your-resource-group-name>"
304304
```

docs/NON_DEVCONTAINER_SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ The Azure Developer CLI (`azd`) is a developer-centric command-line interface (C
5757

5858
1. Run the post-deployment setup script:
5959

60-
**PowerShell:**
60+
**PowerShell (Windows):**
6161
```powershell
6262
./scripts/post_deployment_setup.ps1 -ResourceGroupName "<your-resource-group-name>"
6363
```
6464

65-
**Bash:**
65+
**Bash (Linux/macOS/WSL):**
6666
```bash
6767
bash scripts/post_deployment_setup.sh "<your-resource-group-name>"
6868
```

0 commit comments

Comments
 (0)