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
|**GitHub Codespaces**| Quick deployment, no local setup required | GitHub account |~3-5 minutes |
79
-
|**VS Code Dev Containers**| Fast deployment with local tools | Docker Desktop, VS Code |~5-10 minutes |
80
-
|**VS Code Web**| Quick deployment, no local setup required | Azure account |~2-4 minutes |
81
-
|**Local Environment**| Enterprise environments, full control | All tools individually |~15-30 minutes |
78
+
|**GitHub Codespaces**| Quick deployment, no local setup required | GitHub account |~5-7 minutes |
79
+
|**VS Code Dev Containers**| Fast deployment with local tools | Docker Desktop, VS Code |~6-10 minutes |
80
+
|**VS Code Web**| Quick deployment, no local setup required | Azure account |~6-8 minutes |
81
+
|**Local Environment**| Enterprise environments, full control | All tools individually |~7-10 minutes |
82
82
83
83
**💡 Recommendation:** For fastest deployment, start with **GitHub Codespaces** - no local installation required.
84
84
@@ -256,11 +256,11 @@ azd up
256
256
**During deployment, you'll be prompted for:**
257
257
1.**Environment name** (e.g., "docgen") - Must be 3-16 characters long, alphanumeric only
258
258
2.**Azure subscription** selection
259
-
3.**Azure AI Foundry deployment region** - Select a region with available o3 model quota for AI operations
259
+
3.**Azure AI Foundry deployment region** - Select a region with available OpenAI model quota for AI operations
260
260
4.**Primary location** - Select the region where your infrastructure resources will be deployed
261
261
5.**Resource group** selection (create new or use existing)
262
262
263
-
**Expected Duration:**4-6 minutes for default configuration
263
+
**Expected Duration:**6-8 minutes for default configuration
264
264
265
265
**⚠️ 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).
266
266
@@ -269,7 +269,7 @@ azd up
269
269
After successful deployment:
270
270
1. Open [Azure Portal](https://portal.azure.com/)
271
271
2. Navigate to your resource group
272
-
3. Find the Container App with "frontend" in the name
272
+
3. Find the App Service with "app" in the name
273
273
4. Copy the **Application URI**
274
274
275
275
⚠️ **Important:** Complete [Post-Deployment Steps](#step-5-post-deployment-configuration) before accessing the application.
@@ -278,7 +278,7 @@ After successful deployment:
278
278
279
279
### 5.1 Sample Data Import
280
280
281
-
1. Once the deployment has completed successfully and you would like to use the sample data, please open a **Git Bash** terminal and run the bash command printed below. The bash command will look like the following:
281
+
Once the deployment has completed successfully and you would like to use the sample data, please open a **Git Bash** terminal and run the bash command printed below. The bash command will look like the following:
2. Open the [Azure Portal](https://portal.azure.com/), go to the deployed resource group, find the App Service and get the app URL from `Default domain`.
0 commit comments