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-single-tenant-workflows-azure-portal.md
+19-21Lines changed: 19 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -408,8 +408,6 @@ By default, your Standard logic app authenticates access to your Azure Storage a
408
408
409
409
1. Copy and save the URIs for **Blob service**, **Queue service**, and **Table service**.
410
410
411
-
### Add role assignments for your managed identity
412
-
413
411
1. On your storage account, add the necessary role assignments for your user-assigned identity:
414
412
415
413
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
425
423
426
424
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).
427
425
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:
431
427
432
428
1. On the logic app menu, under **Settings**, select **Configuration**.
433
429
434
430
1. On the **Workflow runtime settings** tab, for **Runtime Scale Monitori...**, select **On**.
435
431
436
432
1. On the **Configuration** toolbar, select **Save**.
437
433
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**.
439
437
440
-
1. On the **Overview** page toolbar, select **Stop**.
438
+
1. On the **Overview** page toolbar, select **Stop**.
441
439
442
-
1. On the logic app menu, under **Settings**, select **Environment variables**.
440
+
1. On the logic app menu, under **Settings**, select **Environment variables**.
443
441
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:
445
443
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 |
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.
455
453
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.
457
455
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**.
459
457
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:
461
459
462
-
**"AzureWebjobsStorage" app setting is not present.**
460
+
**"AzureWebjobsStorage" app setting is not present.**
0 commit comments