File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff 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
11396During script execution, you'll be prompted for:
You can’t perform that action at this time.
0 commit comments