Skip to content

Commit f1ce21a

Browse files
Added space between content and summary tag
1 parent 3e955bd commit f1ce21a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/Troubleshoot.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ To prevent this issue, please ensure that the resource group you are targeting f
7474

7575
<details>
7676
<summary><b>InternalSubscriptionIsOverQuotaForSku/ManagedEnvironmentProvisioningError </b></summary>
77+
7778
Quotas are applied per resource group, subscriptions, accounts, and other scopes. For example, your subscription might be configured to limit the number of vCPUs for a region. If you attempt to deploy a virtual machine with more vCPUs than the permitted amount, you receive an error that the quota was exceeded.
7879
For PowerShell, use the `Get-AzVMUsage` cmdlet to find virtual machine quotas.
7980
```ps
@@ -84,11 +85,14 @@ based on available quota you can deploy application otherwise, you can request f
8485

8586
<details>
8687
<summary><b>InsufficientQuota</b></summary>
88+
8789
Before deployment check for quota available with your subscription to check quota refer [quota_check](../docs/quota_check.md) file.
90+
8891
</details>
8992

9093
<details>
9194
<summary><b>DeploymentModelNotSupported</b></summary>
95+
9296
<br>
9397
If you hardcode the GPT model or version to anything other than gpt-4o, you will encounter a <b>DeploymentModelNotSupported</b> prevent this, please use the GPT model <b>gpt-4o</b> with model version <b>2024-08-06</b>.
9498

@@ -118,6 +122,7 @@ based on available quota you can deploy application otherwise, you can request f
118122
</details>
119123
<details>
120124
<summary><b>Workspace Name - InvalidParameter</b></summary>
125+
121126
To avoid this errors in workspace ID follow below rules.
122127
1. Must start and end with an alphanumeric character (letter or number).
123128
2. Allowed characters:
@@ -131,34 +136,39 @@ based on available quota you can deploy application otherwise, you can request f
131136
</details>
132137
<details>
133138
<summary><b>BadRequest: Dns record under zone Document is already taken</b></summary>
139+
134140
This error can occur only when user hardcoding the CosmosDB Service name. To avoid this you can try few below suggestions.
135141
- Verify resource names are globally unique.
136142
- If you already created an account/resource with same name in another subscription or resource group, check and delete it before reusing the name.
137143
- By dedault in this template we are using unique prefix with every resource/account name to avoid this kind for errors.
138144
</details>
139145
<details>
140146
<summary><b>NetcfgSubnetRangeOutsideVnet</b></summary>
147+
141148
- Ensure the subnet’s IP address range falls within the virtual network’s address space.
142149
- Always validate that the subnet CIDR block is a subset of the VNet range.
143150
- For Azure Bastion, the AzureBastionSubnet must be at least /27.
144151
- Confirm that the AzureBastionSubnet is deployed inside the VNet.
145152
</details>
146153
<details>
147154
<summary><b>DisableExport_PublicNetworkAccessMustBeDisabled</b></summary>
155+
148156
- <b>Check container source:</b> Confirm whether the deployment is using a Docker image or Azure Container Registry (ACR).
149157
- <b>Verify ACR configuration:</b> If ACR is included, review its settings to ensure they comply with Azure requirements.
150158
- <b>Check export settings:</b> If export is disabled in ACR, make sure public network access is also disabled.
151159
- <b>Dedeploy after fix:</b> Correct the configuration and redeploy. This will prevent the Conflict error during deployment.
152160
</details>
153161
<details>
154162
<summary><b>AccountProvisioningStateInvalid</b></summary>
163+
155164
- The AccountProvisioningStateInvalid error occurs when you try to use resources while they are still in the Accepted provisioning state.
156165
- This means the deployment has not yet fully completed.
157166
- To avoid this error, wait until the provisioning state changes to Succeeded.
158167
- Only use the resources once the deployment is fully completed.
159168
</details>
160169
<details>
161170
<summary><b>VaultNameNotValid</b></summary>
171+
162172
In this template Vault name will be unique everytime, but if you trying to hard code the name then please make sure below points.
163173
1. Check name length
164174
- Ensure the Key Vault name is between 3 and 24 characters.
@@ -176,6 +186,7 @@ This error can occur only when user hardcoding the CosmosDB Service name. To avo
176186
</details>
177187
<details>
178188
<summary><b>DeploymentCanceled</b></summary>
189+
179190
There might be multiple resions for this error you can follow below steps to troubleshoot.
180191
1. Check deployment history
181192
- Go to Azure Portal → Resource Group → Deployments.
@@ -226,6 +237,7 @@ Essentially: DeploymentCanceled itself is just a wrapper error — you need to c
226237
<details>
227238

228239
<summary><b>DeploymentActive</b></summary>
240+
229241
- This issue occurs when a deployment is already in progress and another deployment is triggered in the same resource group, causing a DeploymentActive error.
230242
- Cancel the ongoing deployment before starting a new one.
231243
- Do not initiate a new deployment in the same resource group until the previous one is completed.

0 commit comments

Comments
 (0)