Skip to content

Commit 5c94fd7

Browse files
author
ecfan
committed
Fix formatting
1 parent 705e4d5 commit 5c94fd7

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,6 @@ By default, your Standard logic app authenticates access to your Azure Storage a
408408

409409
1. Copy and save the URIs for **Blob service**, **Queue service**, and **Table service**.
410410

411-
### Add role assignments for your managed identity
412-
413411
1. On your storage account, add the necessary role assignments for your user-assigned identity:
414412

415413
1. On the storage account menu, select **Access control (IAM)**.
@@ -425,41 +423,41 @@ By default, your Standard logic app authenticates access to your Azure Storage a
425423

426424
For more information, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml) and [Understand role assignments](../role-based-access-control/role-assignments.md).
427425

428-
### Set up your Standard logic app
429-
430-
1. On your Standard logic app, enable runtime scale monitoring by following these steps:
426+
1. On your Standard logic app, enable runtime scale monitoring:
431427

432428
1. On the logic app menu, under **Settings**, select **Configuration**.
433429

434430
1. On the **Workflow runtime settings** tab, for **Runtime Scale Monitori...**, select **On**.
435431

436432
1. On the **Configuration** toolbar, select **Save**.
437433

438-
1. On the logic app menu, select **Overview**.
434+
1. On your Standard logic app, set up the resource ID and service URIs:
435+
436+
1. On the logic app menu, select **Overview**.
439437

440-
1. On the **Overview** page toolbar, select **Stop**.
438+
1. On the **Overview** page toolbar, select **Stop**.
441439

442-
1. On the logic app menu, under **Settings**, select **Environment variables**.
440+
1. On the logic app menu, under **Settings**, select **Environment variables**.
443441

444-
1. On the **App settings** tab, select **Add** to add the following app settings and values:
442+
1. On the **App settings** tab, select **Add** to add the following app settings and values:
445443

446-
| App setting | Value |
447-
|-------------|-------|
448-
| **AzureWebJobsStorage__managedIdentityResourceId** | The resource ID for your user-assigned managed identity |
449-
| **AzureWebJobsStorage__blobServiceUri** | The Blob service URI for your storage account |
450-
| **AzureWebJobsStorage__queueServiceUri** | The Queue service URI for your storage account |
451-
| **AzureWebJobsStorage__tableServiceUri** | The Table service URI for your storage account |
452-
| **AzureWebJobsStorage__credential** | **managedIdentity** |
444+
| App setting | Value |
445+
|-------------|-------|
446+
| **AzureWebJobsStorage__managedIdentityResourceId** | The resource ID for your user-assigned managed identity |
447+
| **AzureWebJobsStorage__blobServiceUri** | The Blob service URI for your storage account |
448+
| **AzureWebJobsStorage__queueServiceUri** | The Queue service URI for your storage account |
449+
| **AzureWebJobsStorage__tableServiceUri** | The Table service URI for your storage account |
450+
| **AzureWebJobsStorage__credential** | **managedIdentity** |
453451

454-
1. On the **App settings** tab, delete the app setting named **AzureWebJobsStorage**, which is set to the connection string associated with your storage account.
452+
1. On the **App settings** tab, delete the app setting named **AzureWebJobsStorage**, which is set to the connection string associated with your storage account.
455453

456-
1. When you finish, select **Apply**, which saves your changes and restarts your logic app.
454+
1. When you finish, select **Apply**, which saves your changes and restarts your logic app.
457455

458-
Your changes might take several moments to take effect. If necessary, on your logic app menu, select **Overview**, and on the toolbar, select **Refresh**.
456+
Your changes might take several moments to take effect. If necessary, on your logic app menu, select **Overview**, and on the toolbar, select **Refresh**.
459457

460-
The following message might appear, but it isn't an error and doesn't affect your logic app:
458+
The following message might appear, but it isn't an error and doesn't affect your logic app:
461459

462-
**"AzureWebjobsStorage" app setting is not present.**
460+
**"AzureWebjobsStorage" app setting is not present.**
463461

464462
<a name="enable-run-history-stateless"></a>
465463

0 commit comments

Comments
 (0)