You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -59,7 +59,7 @@ The container is loaded in a paused state, meaning it will not apply the subsequ
59
59
60
60
*`container`: The container object. This is the same type of object as the container object returned by `getContainer`, but is paused in its prior state from the selected version.
61
61
62
-
## Example
62
+
###Example
63
63
64
64
```typescript
65
65
const azureClient =newAzureClient(/* ... */);
@@ -87,7 +87,7 @@ We aren't recovering (rolling back) existing container. `copyContainer` will giv
87
87
88
88
New container is initially in `detached` state. We can continue working with detached container, or immediately attach. After calling `attach` we'll get back unique Container ID, representing newly created instance.
89
89
90
-
## Post-recovery considerations
90
+
## Post-recovery considerations
91
91
92
92
When it comes to building use cases around post-recovery scenarios, here are couple of considerations on what application might want do to get its remote collaborators all working on the same container again.
0 commit comments