Skip to content

Commit 09cdfdb

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#551248
Added a note explaining that Azure Portal deployments also use underlying ARM/Bicep templates and can trigger InvalidTemplate errors.
1 parent df9f38e commit 09cdfdb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/azure-resource-manager/troubleshooting/error-invalid-template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Message=<varies>
2121

2222
The error message depends on the type of error.
2323

24+
>[!Note]
25+
>Even when you deploy resources through the Azure Portal and do not create a template yourself, the portal still generates and submits an underlying ARM/Bicep template. If the portal-selected values fail validation (for example, due to policy restrictions, quota limits, unsupported regions, or SKU constraints), you may still receive an InvalidTemplate error.
26+
2427
## Cause
2528

2629
This error can result from several different types of errors. They usually involve a syntax or structural error in the template.

0 commit comments

Comments
 (0)