MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.47k forks source link

Definitely worth mentioning that trigger names cannot include underscores #67274

Open jpborsi opened 3 years ago

jpborsi commented 3 years ago

Hugely frustrating time sink that could have been neatly solved by mentioning this particular quirk in the documentation somewhere. (if it's already mentioned somewhere and I missed it, I apologize.)

For python developers, normal variable naming conventions include underscores. Not supporting that in the triggers is odd, but excusable if it's documented somewhere.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

NavtejSaini-MSFT commented 3 years ago

@jpborsi We are checking this and we will get back to you.

PramodValavala-MSFT commented 3 years ago

@jpborsi Thanks for catching that! We have assigned this issue to the content author to review and update accordingly.

@craigshoemaker Here is the regex in the host runtime that seems to be used for validating the binding name.

gsouf commented 1 month ago

Might actually be that containers cannot contain underscore, as unusual as it can be: https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata