You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,16 @@ azd config set provision.preflight off
280
280
azd up
281
281
```
282
282
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
+
283
293
## Step 5: Build and Push Container Images
284
294
### 5.1 Run Image Build Script
285
295
@@ -297,16 +307,6 @@ azd up
297
307
.\scripts\build_and_push_images.ps1
298
308
```
299
309
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).
0 commit comments