Azure / ALZ-Bicep

This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
MIT License
728 stars 485 forks source link

bug: Fix deploymentnames in pipeline-scripts to max 64 char #801

Open picccard opened 5 days ago

picccard commented 5 days ago

Overview/Summary

Bug in the pipeline-scripts causes the the date to be limited to 64 chars, instead of limiting the entire deploymentname to be max 64 chars. This PR fixes this.

As part of this Pull Request I have

oZakari commented 3 days ago

Thanks @picccard! Before I merge, I'll update the readme's with this change as well.