microsoft / industry

This repository provides holistic architecture design and reference implementation for industry cloud based on proven success of large scale deployments and at-scale adoption with customers and partners.
MIT License
255 stars 72 forks source link

Bug: Mistyped domain name for privatelink.sql.azuresynapse.net in the privateDnsPolicyParameterMapping definition #419

Closed PeterBursky closed 1 year ago

PeterBursky commented 1 year ago

Steps to reproduce

In the industryArmV2.json file, in the variables definitions section on line 987, the URI for privatelink.sql.azuresynapse.net in the privateDnsPolicyParameterMapping variable definition is missing the leading "t": "privateDnsPolicyParameterMapping": { "azureSynapsePrivateDnsZoneId": "[concat(variables('baseId'), 'privatelink.sql.azuresynapse.ne')]",

Error Message

No response

Screenshots

image

Code of Conduct