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
Post a Comment