Reputation: 93
I didn't find any documentation explaining the difference between "Staging" and "Production" endpoint slot. I think, that staging means the same as debugging mode, but I'm not sure. It would be great to hear an explanation from you.
Kind regards, Kamil
Upvotes: 3
Views: 3020
Reputation: 14787
It will work as just any other Staging/Production deployment slot.
The Production Slot should contain the stable version of your app that will be used by your end users
The Staging Slot is aimed to have a safe environment to test new thing you are adding to your LUIS app, without breaking the Production Slot (which is being consumed by users). Once the testing of the staging version pass your test criteria, you can promote/deploy to Production.
Take a look at the Publish your App documentation article for more information.
Upvotes: 2