Azure Remote Debugging - Simultaneous Connections

0

I'm using Azure Remote Debugging and the following question came to me. In the Free, Shared, or Basic layer, how many concurrent connections can I make?

    
asked by anonymous 27.07.2017 / 04:28

1 answer

1

Concurrent debugger connections per application:

  • Free: 1
  • Shared: 1
  • Basic: 1
  • Standard: 5
  • Premium: 5

See more in the Application Service Limits Azure .

    
27.07.2017 / 05:10