Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Stages:
  2. 1. Staging ARM
  3. A. Azure Deployment:Create Or Update Resource Group (Azure Resource Group Deployment)
  4. -Select "Azure Subscription"
  5. -Set "Action" to "Create or Resource Group"
  6. -Set designated "Resource Group"
  7. -Set "Location"
  8. -Set azuredeploy.json "Template"
  9. -Set "Template parameters"
  10.  
  11. 2. Staging Deployment
  12. A. Deploy to Staging Slot (Azure App Service Deploy)
  13. -Set Display Name
  14. -Set Azure Subscription
  15. -Set App Type to "Web App"
  16. -Set "App Service name"
  17. -Check Deploy to slot
  18. -Set Resource Group
  19. -Set Slot
  20. -Set Package
  21.  
  22. B. Start Staging Slot
  23. -Set "Display name"
  24. -Set "Azure subscription"
  25. -Set "Action" to "Start App Service"
  26. -Set "App Service name"
  27. -Check "Specify Slot"
  28. -Set "Resource group"
  29. -Set "Slot
  30.  
  31. C. PowerShell Script (PowerShell)
  32. -Set "Display name"
  33. -Set script for app status
  34.  
  35. D. Swap Slots
  36. -Set "Display name"
  37. -Set "Azure subscription"
  38. -Set "App Service name"
  39. -Set "Resource group"
  40. -Set "Source Slot"
  41. -Check Swap with Production
  42.  
  43. E. Stop Staging Slot
  44. -Set "Display name"
  45. -Set "Azure subscription"
  46. -Set "Action" to "Stop App Service"
  47. -Set "App Service name"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement