weblogic.j2ee.dd.xml.AnnotationProcessException: [HTTP:101397]The urlPatterns attribute, servletNames attribute, or value attribute of the WebFilter annotation MUST be specified: com.microsoft.applicationinsights.web.internal.WebRequestTrackingFilter
The fix is to specify the URL patterns in the filter annotation.
It appears that WebLogic is the only appserver that enforces this; but it is in the J2EE spec: https://docs.oracle.com/javaee/6/tutorial/doc/bnagb.html
The fix is to specify the URL patterns in the filter annotation.