Hello! With deployment slots there is a WEBSITE_SLOT_NAME App Setting for each deployment slot so that my ASP.NET app can uniquely identify each deployment slot. Is there a way that I can uniquely identify each Instance when I use the Scaling feature?
I'm trying to consume messages from an Azure Service Bus Topic from the ASP.NET Web App and each deployment slot has its own uniquely named Subscription on the topic, but if I scale up a deployment slot, I also want each instance to be receiving all messages
published on the Topic.
Any thoughts would be greatly appreciated.
Thanks!
Jason.