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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,15 @@ azd config set provision.preflight off
279
279
```shell
280
280
azd up
281
281
```
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).
282
291
283
292
## Step 5: Build and Push Container Images
284
293
### 5.1 Run Image Build Script
@@ -297,16 +306,6 @@ azd up
297
306
.\scripts\build_and_push_images.ps1
298
307
```
299
308
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).
0 commit comments