0

I have an Azure App service build on ASP NET Core 3.1, which communication with outside world using websockets.

It has some control interface but it is to be used only within Azure datacenter. Can I restrict specific routes/controllers to be used only within Azure? (for security purpose)

1 Answer 1

1

unless you know the ipaddresses or the range, I would say there's no way for that. You would need to use App Service Environment and use an internal lb, this way, only internal traffic would be allowed

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.