also .lower() is not enogh since there might be `/` in branch names which is a common practice. I would suggest a sanitzation step to remove all special characters or replace it with `-`
We are using manual approach as for now (code per name type) rather than universal expression since we don't have any universal naming conventions for all the entities.
_Originally posted by @mhassaninmsft in https://github.com/microsoft/mlops-aisearch-pull/pull/38#discussion_r1523795896_