UNPKG

@senacor/azure-function-middleware

Version:

Middleware for azure functions to handle authentication, authorization, error handling and logging

6 lines (5 loc) 225 B
export { AppInsightForHttpTrigger, AppInsightForNoNHttpTrigger } from './appInsights/appInsightsWrapper'; export * from './authentication'; export * from './error'; export * from './middleware'; export * from './validation';