Azure / Azure/azure-quickstart-templates

Saved Azure Template Failure

Open
#6,531 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

Getting this error message about missing password parameter value. I do not recall parameterizing the password during creation.

{
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.",
"details": [
{
"code": "Conflict",
"message": "{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"The resource operation completed with terminal provisioning state 'Failed'.\",\r\n \"details\": [\r\n {\r\n \"code\": \"InvalidParameterValue\",\r\n \"message\": \"**Invalid value given for parameter Password**. Specify a valid parameter value.\"\r\n }\r\n ]\r\n }\r\n}"
}
]
}

The template came from the process of exporting the template from the Resource Group and choosing to save.

The original resource group has already been deleted and I am trying to rebuild it.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the saved template exported from the original Resource Group and the inputs used to redeploy it. Compare the deployment failure details with the template's password-related parameters and reproduce the deployment if possible. Done means the missing Password value is explained and the template's deployment behavior is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.