How to access deployment history in Azure Web Apps?

I installed several deployment slots for a web application. We have a continuous deployment configured in an intermediate slot, so each Git commit on a particular branch triggers a deployment in my intermediate segment. After verification, we will change the placement and production. Is there a way to view (and recompress if desired) the deployment history for the slot? I do not want to limit myself to just returning the swap, but to be able to choose a specific deployment.

The continuous deployment option for the intermediate slot shows only two deployments, although there were many more. Is there a way to access the full deployment history?

Intermediate slot deployment history

+4
2

( !). , .

:

  • (.. ) . .
  • # 1
  • , Production.
  • # 2 .
  • # 1, .
  • # 3
  • # 2.
  • , , # 1 # 3

, : . # 1, # 3, # 5 .. # 2, # 4, # 6 .. .

, , , . , Production , ( ).

https://{yoursite}.scm.azurewebsites.net/ "", "". API REST, .

, , , :)

+6

(1) manage.azure.com(2) - "-" "".

, ReDeploy

enter image description here

+4

Source: https://habr.com/ru/post/1626386/


All Articles