Saby
Saby

Reputation: 129

Custom deployment slots in Azure cloud service(classic)

Azure classic cloud services have two deployment slots by default: productiona nd staging. Is there a way to create a custom deployment slots, says dev and tests.

I know azure app services and web services have support for above.

Upvotes: 0

Views: 200

Answers (1)

4c74356b41
4c74356b41

Reputation: 72151

No, this is not possible and on top of that cloud services are really old, I'd suggest going some other routes.

Upvotes: 1

Related Questions