-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: DeploymentOutputEvaluationFailed #286
Comments
Thanks for sharing this issue @ansmah. Let me try to reproduce this on my side. |
Hi @ansmah I just tried reproducing the issue in the portal, but I was not able to get the same error. Would you be able to share the selected IP addresses with me? |
hi @marvinbuss I have shared details with the IP addresses I have used in the portal with you over LinkedIn |
@marvinbuss I think the issue is in network.bicep where its specified in output to look for In the case where
There is only one element returned in var subnets. output serviceSubnet string = enableDnsAndFirewallDeployment ? vnet.properties.subnets[1].id : vnet.properties.subnets[0].id |
I'm seeing the same issue only when I try to deploy into Azure Landing Zone.
|
the modified output line allows me to deploy into Landing Zone. |
@ansmah Could you please let me know, whether you changed that particular line only in network.bicep file OR did any other additional step. I also changed the line, but the same error happening. |
Deployment Mode
Deploy To Azure
Steps to reproduce
Error when choosing deploy in Azure Landing Zone (former Enterprise-Scale Landing Zone) environment when specifying Third Party Appliance firewall and the DNS Forwarder IP addresses of existing environment.
Error Message
Screenshots
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: