Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staslebedenko/d16a34006dd7f79bb41d2f5d93043f58 to your computer and use it in GitHub Desktop.
Save staslebedenko/d16a34006dd7f79bb41d2f5d93043f58 to your computer and use it in GitHub Desktop.
Deployment slot functionality comparison
╔══════════════════════════════╦═════════════════════════════╗
║ Classic App Service plans ║ Serverless plans ║
╠══════════════════════════════╬═════════════════════════════╣
║ Up go 4(20) deployment slots ║ 1 deployment slot ║
║ Traffic redirect ║ ---- ║
║ Slot specific settings ║ Slot specific settings ║
║ Application IP range shared ║ Application IP range shared ║
║ SSL binding ║ SSL binding ║
╚══════════════════════════════╩═════════════════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment