File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,20 @@ There are two flavors of this solution:
27
27
the operation. This pattern is often called RELO (Resource based
28
28
Long-running Operation).
29
29
//image
30
+ <!-- markdownlint-disable MD033 -->
31
+ <p align =" center " >
32
+ <img src =" RELO.gif " alt =" The status monitor LRO flow " />
33
+ </p >
34
+ <!-- markdownlint-enable MD033 -->
30
35
2 . The returned resource is a new API resource called 'Stepwise Operation' and
31
36
is created to track the status. This LRO solution is similar to the concept
32
37
of Promises or Futures in other programming languages.
33
38
//image
34
-
39
+ <!-- markdownlint-disable MD033 -->
40
+ <p align =" center " >
41
+ <img src =" LRO.gif " alt =" The status monitor LRO flow " />
42
+ </p >
43
+ <!-- markdownlint-enable MD033 -->
35
44
RELO pattern is the preferred pattern for long running operations and should be
36
45
used wherever possible. The pattern avoids complexity and consistent resource
37
46
presentation makes things simpler for our users and tooling chain.
You can’t perform that action at this time.
0 commit comments