Azure / Azure/azure-quickstart-templates

201-vmss-automation-dsc - Unable to evaluate template outputs: 'ipaddress'

Open
#2,589 2 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

[201-vmss-automation-dsc](https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-automation-dsc)

Can someone tell me how to look up available properties so that I can replace failing ipaddress property?
### Issue Details

New-AzureRmResourceGroupDeployment : 3:10:44 PM - {
"code": "DeploymentOutputEvaluationFailed",
"message": "Unable to evaluate template outputs: 'ipaddress'. Please see error details and deployment operations.
Please see https://aka.ms/arm-debug for usage details.",
"details": [
{
"code": "DeploymentOutputEvaluationFailed",
"target": "ipaddress",
"message": "The template output 'ipaddress' is not valid: Template language expression property 'ipAddress'
doesn't exist, available properties are 'provisioningState, resourceGuid, publicIPAddressVersion,
publicIPAllocationMethod, idleTimeoutInMinutes, dnsSettings'. Please see https://aka.ms/arm-template-expressions for
usage details.."
}
]
}
At \azure-quickstart-templates\201-vmss-automation-dsc\psDeploy.ps1:29 char:1
- New-AzureRmResourceGroupDeployment -Name TestDeployment -ResourceGrou ...
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (:) [New-AzureRmResourceGroupDeployment], Exception
- FullyQualifiedErrorId : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupDep
loymentCmdlet

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the 201-vmss-automation-dsc template and psDeploy.ps1 at line 29, then inspect the template output named ipaddress and the deployment error's listed available properties. Confirm which property should replace ipAddress and rerun the deployment; done means the template outputs evaluate successfully without DeploymentOutputEvaluationFailed.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, powershell
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.