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
@@ -179,23 +179,23 @@ This is the simplest pattern.
179
179
180
180
#### Considerations for using this pattern:
181
181
182
-
- Gen1 and Gen2 pipelines run side-by-side.
182
+
:heavy_check_mark: Gen1 and Gen2 pipelines run side-by-side.
183
183
184
-
- Supports zero downtime.
184
+
:heavy_check_mark: Supports zero downtime.
185
185
186
-
- Ideal in situations where your workloads and applications can't afford any downtime, and you can ingest into both storage accounts.
186
+
:heavy_check_mark: Ideal in situations where your workloads and applications can't afford any downtime, and you can ingest into both storage accounts.
187
187
188
188
### Bi-directional sync pattern
189
189
190
190
This pattern is similar to the *dual pipeline* pattern, but it's more ideally suited for complicated pipelines that require Gen1 and Gen2 side-by-side support during migration.
191
191
192
-
:one: Set up bidirectional replication between Gen1 and Gen2.
192
+
1. Set up bidirectional replication between Gen1 and Gen2.
193
193
194
-
:two: Incrementally move ingest and compute workloads to Gen2.
194
+
2. Incrementally move ingest and compute workloads to Gen2.
195
195
196
-
:three: When all moves are complete, stop all writes to Gen1 and turn off bidirectional replication.
196
+
3. When all moves are complete, stop all writes to Gen1 and turn off bidirectional replication.
@@ -204,9 +204,9 @@ This pattern is similar to the *dual pipeline* pattern, but it's more ideally su
204
204
205
205
#### Considerations for using this pattern:
206
206
207
-
- Ideal for complex scenarios that involve a large number of pipelines and dependencies where a phased approach might make more sense.
207
+
:heavy_check_mark: Ideal for complex scenarios that involve a large number of pipelines and dependencies where a phased approach might make more sense.
208
208
209
-
- Migration effort is high, but it provides side-by-side support for Gen1 and Gen2.
209
+
:heavy_check_mark: Migration effort is high, but it provides side-by-side support for Gen1 and Gen2.
0 commit comments