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
Copy file name to clipboardExpand all lines: articles/logic-apps/create-replication-tasks-azure-resources.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,23 +258,23 @@ This example shows how to create a replication task for Service Bus queues.
258
258
259
259
1. On the namespace navigation menu, in the **Automation** section, select **Tasks**.
260
260
261
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/service-bus-automation-menu.png" alt-text="Screenshot shows the Azure portal displaying an Azure Service Bus namespace with Tasks selected.":::
261
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/service-bus-automation-menu.png" alt-text="Screenshot shows the Azure portal displaying an Azure Service Bus namespace with Tasks selected." lightbox="./media/create-replication-tasks-azure-resources/service-bus-automation-menu.png":::
262
262
263
263
1. On the **Tasks** pane, select **Add a task** so that you can select a task template.
264
264
265
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/add-replication-task.png" alt-text="Screenshot shows the Tasks pane with Add a task highlighted.":::
265
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/add-replication-task.png" alt-text="Screenshot shows the Tasks pane with Add a task highlighted." lightbox="./media/create-replication-tasks-azure-resources/add-replication-task.png":::
266
266
267
267
1. On the **Add a task** pane, under **Select a template**, in the template for the replication task that you want to create, select **Select**. If the next page doesn't appear, select **Next: Authenticate**.
268
268
269
269
This example uses the **Replicate from Service Bus queue to queue** task template, which replicates content between Service Bus queues.
270
270
271
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/select-replicate-service-bus-template.png" alt-text="Screenshot shows the Add a task pane with Replicate from Service Bus queue to queue template highlighted.":::
271
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/select-replicate-service-bus-template.png" alt-text="Screenshot shows the Add a task pane with Replicate from Service Bus queue to queue template highlighted." lightbox="./media/create-replication-tasks-azure-resources/select-replicate-service-bus-template.png":::
272
272
273
273
1. On the **Authenticate** tab, in the **Connections** section, select **Create** for every connection that appears in the task. Provide authentication credentials for all the connections. The types of connections in each task vary based on the task.
274
274
275
275
This example shows the prompt to create the connection to the target Service Bus namespace where the target queue exists. The connection exists for the source Service Bus namespace.
276
276
277
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/create-authenticate-connections.png" alt-text="Screenshot shows the Create option for the connection to the target Service Bus namespace.":::
277
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/create-authenticate-connections.png" alt-text="Screenshot shows the Create option for the connection to the target Service Bus namespace." lightbox="./media/create-replication-tasks-azure-resources/create-authenticate-connections.png":::
278
278
279
279
1. Provide the necessary information about the target, and then select **Create**.
280
280
@@ -292,7 +292,7 @@ This example shows how to create a replication task for Service Bus queues.
292
292
293
293
The following example shows the successfully created connection:
294
294
295
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/connected-service-bus-namespaces.png" alt-text="Screenshot shows Add a task pane with finished connection to Service Bus namespace.":::
295
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/connected-service-bus-namespaces.png" alt-text="Screenshot shows Add a task pane with finished connection to Service Bus namespace." lightbox="./media/create-replication-tasks-azure-resources/connected-service-bus-namespaces.png":::
296
296
297
297
1. After you finish all the connections, select **Next: Configure**.
298
298
@@ -312,21 +312,21 @@ This example shows how to create a replication task for Service Bus queues.
312
312
313
313
1. When you're done, select **Review + create**.
314
314
315
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/configure-replication-task.png" alt-text="Screenshot shows Add a task pane with task name, source and target queue names, and name to use for the logic app resource.":::
315
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/configure-replication-task.png" alt-text="Screenshot shows Add a task pane with task name, source and target queue names, and name to use for the logic app resource." lightbox="./media/create-replication-tasks-azure-resources/configure-replication-task.png":::
316
316
317
317
1. On **Review + create**, confirm the Azure resources that the replication task requires for operation.
318
318
319
319
- If you chose to create a new logic app resource for the replication task, the pane shows the required Azure resources that the replication task creates to operate. For example, these resources include an Azure Storage account that contains configuration information for the logic app resource, workflow, and other runtime operations. With Event Hubs, this storage account contains checkpoint information. It also contains the position or *offset* in the stream where the source entity stops if the source region is disrupted or becomes unavailable.
320
320
321
321
The following example shows the **Review + create** tab if you chose to create a new logic app:
322
322
323
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/validate-replication-task-new-logic-app.png" alt-text="Screenshot shows Review + create pane with resource information when creating a new logic app.":::
323
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/validate-replication-task-new-logic-app.png" alt-text="Screenshot shows Review + create pane with resource information when creating a new logic app." lightbox="./media/create-replication-tasks-azure-resources/validate-replication-task-new-logic-app.png":::
324
324
325
325
- If you chose to reuse an existing logic app resource for the replication task, the pane shows the Azure resources that the replication reuses to operate.
326
326
327
327
The following example shows the **Review + create** tab if you chose to reuse an existing logic app:
328
328
329
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/validate-replication-task-existing-logic-app.png" alt-text="Screenshot shows Review + create pane with resource information when reusing an existing logic app.":::
329
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/validate-replication-task-existing-logic-app.png" alt-text="Screenshot shows Review + create pane with resource information when reusing an existing logic app." lightbox="./media/create-replication-tasks-azure-resources/validate-replication-task-existing-logic-app.png":::
330
330
331
331
> [!NOTE]
332
332
>
@@ -340,7 +340,7 @@ This example shows how to create a replication task for Service Bus queues.
340
340
>
341
341
> If the task doesn't appear immediately, try refreshing the tasks list or wait a little before you refresh. On the toolbar, select **Refresh**.
342
342
343
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/created-replication-task.png" alt-text="Screenshot shows Tasks pane with created replication task.":::
343
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/created-replication-task.png" alt-text="Screenshot shows Tasks pane with created replication task." lightbox="./media/create-replication-tasks-azure-resources/created-replication-task.png":::
344
344
345
345
1. If your resources are behind a virtual network, remember to set up permissions for the logic app resource and workflow to access those resources.
346
346
@@ -362,7 +362,7 @@ This example shows how to view a task's history of workflow runs along with thei
362
362
363
363
1. On the **Tasks** pane, find the task that you want to review. In that task's **Runs** column, select **View**.
364
364
365
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/view-runs-for-task.png" alt-text="Screenshot shows the Tasks pane with the created replication task and a link to view runs.":::
365
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/view-runs-for-task.png" alt-text="Screenshot shows the Tasks pane with the created replication task and a link to view runs." lightbox="./media/create-replication-tasks-azure-resources/view-runs-for-task.png":::
366
366
367
367
This step opens the **Overview** pane for the underlying stateless workflow, which is included in a Standard logic app resource.
368
368
@@ -524,7 +524,7 @@ Manually clean up any legacy information from the original source and reconfigur
524
524
525
525
This example shows how to find the name for this storage account, which is **storagefabrikamreplb0c** here:
526
526
527
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/find-storage-account-name.png" alt-text="Screenshot shows the underlying logic app resource's Configuration pane with the app setting and connection string with the storage account name.":::
527
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/find-storage-account-name.png" alt-text="Screenshot shows the underlying logic app resource's Configuration pane with the app setting and connection string with the storage account name." lightbox="./media/create-replication-tasks-azure-resources/find-storage-account-name.png":::
528
528
529
529
1. To confirm that the storage account resource exists, in the Azure portal search box, enter the name. Select the storage account:
530
530
@@ -548,13 +548,13 @@ Manually clean up any legacy information from the original source and reconfigur
548
548
>
549
549
> If the **azure-webjobs-eventhub** folder doesn't exist, the replication task hasn't run yet. The folder appears only after the replication task runs at least one time.
550
550
551
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/azure-webjobs-eventhub-storage-explorer.png" alt-text="Screenshot shows the Azure Storage Explorer with the storage account and blob container open to show the selected azure-webjobs-eventhub folder.":::
551
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/azure-webjobs-eventhub-storage-explorer.png" alt-text="Screenshot shows the Azure Storage Explorer with the storage account and blob container open to show the selected azure-webjobs-eventhub folder." lightbox="./media/create-replication-tasks-azure-resources/azure-webjobs-eventhub-storage-explorer.png":::
552
552
553
553
1. In the **azure-webjobs-eventhub** pane that opens, select the Event Hubs namespace folder. The name has the following format: `<source-Event-Hubs-namespace-name>.servicebus.windows.net`.
554
554
555
555
1. After the namespace folder opens, in the **azure-webjobs-eventhub** pane, select the <*former-source-entity-name*> folder. From either the toolbar or folder's shortcut menu, select **Delete**:
556
556
557
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/delete-former-source-entity-folder-storage-explorer.png" alt-text="Screenshot shows the former source Event Hubs entity folder selected with Delete also highlighted.":::
557
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/delete-former-source-entity-folder-storage-explorer.png" alt-text="Screenshot shows the former source Event Hubs entity folder selected with Delete also highlighted." lightbox="./media/create-replication-tasks-azure-resources/delete-former-source-entity-folder-storage-explorer.png":::
558
558
559
559
1. Confirm that you want to delete the folder.
560
560
@@ -577,7 +577,7 @@ For more information about geo-disaster recovery, see the following documentatio
577
577
578
578
1. On the logic app resource menu, under **Settings**, select **Scale out (App Service Plan)**.
579
579
580
-
:::image type="content" source="./media/create-replication-tasks-azure-resources/edit-app-service-plan-settings.png" alt-text="Screenshot shows the hosting plan settings for maximum bursts, minimum instances, always ready instances, and scale out limit enforcement.":::
580
+
:::image type="content" source="./media/create-replication-tasks-azure-resources/edit-app-service-plan-settings.png" alt-text="Screenshot shows the hosting plan settings for maximum bursts, minimum instances, always ready instances, and scale out limit enforcement." lightbox="./media/create-replication-tasks-azure-resources/edit-app-service-plan-settings.png":::
581
581
582
582
1. Based on your scenario's needs, under **Plan Scale out** and **App Scale out**, change the values for the maximum burst and always ready instances, respectively.
0 commit comments