f5devcentral / f5-azure-saca

Secure Azure Computing Architecture for DoD (SACA) - Notional Secure Cloud Computing Architecture (SCCA) Deployment
MIT License
26 stars 40 forks source link

DNS prefix used as part of Windows Jump Box Name #98

Closed f4plusplus closed 4 years ago

f4plusplus commented 4 years ago

error

Attached is a picture of the error with a DNS prefix that is 5 characters long. it made the computer name 16 characters long and it generated an error. We should test the length and truncate.

Mikej81 commented 4 years ago

This is a known issue. There is a length() string function in ARM templates. Its also possible just to hardcode the Windows Jumpbox name instead of using the dnsLabel.

Mikej81 commented 4 years ago

resolved in pr #105