1. There are many entries in [Resources.resx](https://github.com/Azure/azure-functions-templates/blob/dev/Functions.Templates/Resources/Resources.resx) that are unreferenced. 2. Template names are hard coded while they should be referenced from Resources.resx like description field , e.g. - [BlobTrigger-Python/metadata.json](https://github.com/Azure/azure-functions-templates/blob/fb5edfa30a03bc56cb58640af6f4f99d14d44399/Functions.Templates/Templates/BlobTrigger-Python/metadata.json#L4C5-L4C41) - [BlobTrigger-CSharp-4.x/metadata.json](https://github.com/Azure/azure-functions-templates/blob/fb5edfa30a03bc56cb58640af6f4f99d14d44399/Functions.Templates/Templates/BlobTrigger-CSharp-4.x/metadata.json#L4C5-L4C14)