Debugging Remote Event Recievers
- We must create a new azure service bus namespace using azure powershell
 - The command give back a connection sting to connect to Azure environment with EndPoint
 - Use this in visual studio for connecting to azure
 - go to project properties
 - inside that go to SharePoint tab
 - Check the enable debugging via Azure service bus
 - copy past the connection string that we got from command prompt
 - insert a breakpoints and click on F5 for debugging