1

I have been trying to find some guide or article on how to deploy code on azure signalr service. Currently I am using azure app service for signalr which is temporary alternative for development only. I cant see signalr service instances (that I have created from azure portal) during publish in visual studio.

Any help or pointers would be much appreciated.

2
  • this video is really helpful youtube.com/watch?v=wpQZrQ6Wnbw Commented Jul 19, 2018 at 5:46
  • If it is resolved, you could add and accept it as an answer to let more communities easily to search Commented Jul 19, 2018 at 6:36

1 Answer 1

1

Posting answer as suggested. I have figured out the answer to this, if we enable some configuration in signalr app like userAzureSignalr it deploys the code to the signalr service instance within the same resourse group otherwise you can specify connection string of the signalr service instance where you want this to run. As per my understanding you need at least one app service instance to deploy your code and the hub related code will run on signalr service instance and you would be able to see the traffic in signalr service.

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.