Skip to content

Commit 755455b

Browse files
Merge pull request #760 from microsoft/bug-30856
fix: removed azd up approach from AVM post-deployment guide
2 parents 6337ef1 + eaac66d commit 755455b

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

docs/AVMPostDeploymentGuide.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ The post-deployment process is automated through a single PowerShell or Bash scr
7676

7777
#### Execute the Script:
7878

79-
1. **Choose the appropriate command based on your deployment method and OS:**
80-
81-
**If you deployed using custom templates, ARM/Bicep deployments, or `az deployment group` commands:**
79+
1. **Run the appropriate command based on your OS:**
8280

8381
- **For PowerShell (Windows/Linux/macOS):**
8482

@@ -91,23 +89,8 @@ The post-deployment process is automated through a single PowerShell or Bash scr
9189
bash infra/scripts/selecting_team_config_and_data.sh --resource-group "<your-resource-group-name>"
9290
```
9391
94-
**If you deployed using `azd up` command:**
95-
96-
- **For PowerShell (Windows/Linux/macOS):**
97-
98-
```powershell
99-
infra\scripts\Selecting-Team-Config-And-Data.ps1
100-
```
101-
102-
- **For Bash (Linux/macOS/WSL):**
103-
```bash
104-
bash infra/scripts/selecting_team_config_and_data.sh
105-
```
106-
10792
> **Note**: Replace `<your-resource-group-name>` with the actual name of the resource group containing your deployed Azure resources.
10893
109-
> **💡 Tip**: Since this guide is for AVM deployments, you'll most likely use the first command with the `-ResourceGroup` parameter.
110-
11194
### Step 3: Provide Required Information
11295
11396
During script execution, you'll be prompted for:

0 commit comments

Comments
 (0)