validation - Validating Azure Functions CRUD operations -


i have started @ azure functions , 1 of biggest concerns validation.

i have looked @ crud operations far, there doesn't way validate data coming request or storage.

i have found poco-validation , thought might useful.

i know kind of , open ended question i'd interested see others doing validation.

we added function filters underlying webjobs sdk feature isn't exposed yet in azure functions (see issue here). related this, we're considering support validation annotations applied poco types (issue here).

until above issues addressed, realize story validation isn't great. recommended approach perform required validation in function code calling out shared validation helpers/code needed.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -