Good Day
At times there are resources that gets automatically created from within ARM. That are dependencies to other resources you create. Or at times you cannot set the name of a particular service. For example the Gateway subnet will always be called GatewaySubnet. Or the automation accounts that gets created during a replication/DR setup. Or when you create a VM the osdisk is always called OsDisk_11111111
Just to help keep consistency to all names. Is there a way to force the naming of resources that automatically gets setup within Azure? Even if its just to force all names to be lowercase.
Thanks