Skip to content

Commit 90c3b51

Browse files
reorder the deployment guide based on copilot review
1 parent 6d8c72c commit 90c3b51

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,15 @@ azd config set provision.preflight off
279279
```shell
280280
azd up
281281
```
282+
**During deployment, you'll be prompted for:**
283+
1. **Environment name** (e.g., "cmsaapp") - Must be 3-16 characters long, alphanumeric only
284+
2. **Azure subscription** selection
285+
3. **Azure region** - Select a region with available GPT model quota
286+
4. **Resource group** selection (create new or use existing)
287+
288+
**Expected Duration:** 9-14 minutes for default configuration (includes remotely building and pushing the container images)
289+
290+
**⚠️ Deployment Issues:** If you encounter errors or timeouts, try a different region as there may be capacity constraints. For detailed error solutions, see our [Troubleshooting Guide](./TroubleShootingSteps.md).
282291

283292
## Step 5: Build and Push Container Images
284293
### 5.1 Run Image Build Script
@@ -297,16 +306,6 @@ azd up
297306
.\scripts\build_and_push_images.ps1
298307
```
299308

300-
**During deployment, you'll be prompted for:**
301-
1. **Environment name** (e.g., "cmsaapp") - Must be 3-16 characters long, alphanumeric only
302-
2. **Azure subscription** selection
303-
3. **Azure region** - Select a region with available GPT model quota
304-
4. **Resource group** selection (create new or use existing)
305-
306-
**Expected Duration:** 9-14 minutes for default configuration (includes remotely building and pushing the container images)
307-
308-
**⚠️ Deployment Issues:** If you encounter errors or timeouts, try a different region as there may be capacity constraints. For detailed error solutions, see our [Troubleshooting Guide](./TroubleShootingSteps.md).
309-
310309
### 5.2 Get Application URL
311310

312311
After successful deployment:

0 commit comments

Comments
 (0)