Skip to content

Commit c2b4817

Browse files
Resolved the comments
1 parent 0a99754 commit c2b4817

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ azd up
204204
**During deployment, you'll be prompted for:**
205205
1. **Environment name** (e.g., "conmig") - Must be 3-16 characters long, alphanumeric only
206206
2. **Azure subscription** selection
207-
3. **Azure AI Deployment Location** - Select a region with available o3 model quota for AI operations
207+
3. **Azure AI Deployment Location** - Select a region with available Azure OpenAI Service quota for GPT-4.1-mini and text-embedding-3-large models
208208
4. **Primary location** - Select the region where your infrastructure resources will be deployed
209209
5. **Resource group** selection (create new or use existing)
210210

docs/TroubleShootingSteps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When deploying Azure resources, you may come across different error codes that s
44

55
Use these as quick reference guides to unblock your deployments.
66

7-
> **💡 Need deployment recovery help?** If your deployment failed and you need to start over, see the [Recover from Failed Deployment](https://github.com/microsoft/Container-Migration-Solution-Accelerator/blob/readme-updates/docs/DeploymentGuide.md#recover-from-failed-deployment) section in the deployment guide.
7+
> **💡 Need deployment recovery help?** If your deployment failed and you need to start over, see the [Recover from Failed Deployment](./DeploymentGuide.md#recover-from-failed-deployment) section in the deployment guide.
88
99
## Error Codes
1010

docs/re-use-log-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[← Back to *DEPLOYMENT* guide](/docs/DeploymentGuide.md#deployment-steps)
1+
[← Back to *DEPLOYMENT* guide](DeploymentGuide.md)
22

33
# Reusing an Existing Log Analytics Workspace
44
To configure your environment to use an existing Log Analytics Workspace, follow these steps:
@@ -28,4 +28,4 @@ azd env set AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID '<Existing Log Analytics Worksp
2828
Replace `<Existing Log Analytics Workspace Id>` with the value obtained from Step 3.
2929

3030
### 5. Continue Deployment
31-
Proceed with the next steps in the [deployment guide](/docs/DeploymentGuide.md#deployment-steps).
31+
Proceed with the next steps in the [deployment guide](DeploymentGuide.md).

0 commit comments

Comments
 (0)