Skip to content

Commit 3dba2a7

Browse files
fix: enhance deployment guide with detailed prompts and expected duration for azd up
1 parent a8f0132 commit 3dba2a7

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,16 @@ azd config set provision.preflight off
280280
azd up
281281
```
282282
283+
**During Step 4.2 (`azd up`), you'll be prompted for:**
284+
1. **Environment name** (e.g., "cmsaapp") - Must be 3-16 characters long, alphanumeric only
285+
2. **Azure subscription** selection
286+
3. **Azure region** - Select a region with available GPT model quota
287+
4. **Resource group** selection (create new or use existing)
288+
289+
**Expected Duration (Steps 4-5):** 9-14 minutes for default configuration (includes remotely building and pushing the container images)
290+
291+
**⚠️ 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).
292+
283293
## Step 5: Build and Push Container Images
284294
### 5.1 Run Image Build Script
285295

@@ -297,16 +307,6 @@ azd up
297307
.\scripts\build_and_push_images.ps1
298308
```
299309

300-
**During Step 4.2 (`azd up`), 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 (Steps 4-5):** 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-
310310
### 5.2 Get Application URL
311311

312312
After successful deployment:

0 commit comments

Comments
 (0)