Hello i have a Java Servlet(Jersey2 + Jax-rs)Api App deployed by Azure portal not from marketplace.
So now i am trying to configure my server or container to restrict IPs and HTTP requests, However, from azure guidelines in the websites are talking about setting web.config file to do that right?
but there is no web.config file in my directories.
does it mean that i need and can make a web.config file by myself and ftp to wwwroot folder?
or just as usual, put servlet filter into my app?