Skip to content

Commit 8417780

Browse files
author
ecfan
committed
Fix underscores
1 parent 174f376 commit 8417780

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -417,11 +417,11 @@ By default, your Standard logic app authenticates access to your Azure Storage a
417417

418418
| App setting | Value |
419419
|-------------|-------|
420-
| **AzureWebJobsStorage_managedIdentityResourceId** | The resource ID for your user-assigned managed identity |
421-
| **AzureWebJobsStorage_blobServiceUri** | The Blob service URI for your storage account |
422-
| **AzureWebJobsStorage_queueServiceUri** | The Queue service URI for your storage account |
423-
| **AzureWebJobsStorage_tableServiceUri** | The Table service URI for your storage account |
424-
| **AzureWebJobsStorage_credential** | **managedIdentity** |
420+
| **AzureWebJobsStorage__managedIdentityResourceId** | The resource ID for your user-assigned managed identity |
421+
| **AzureWebJobsStorage__blobServiceUri** | The Blob service URI for your storage account |
422+
| **AzureWebJobsStorage__queueServiceUri** | The Queue service URI for your storage account |
423+
| **AzureWebJobsStorage__tableServiceUri** | The Table service URI for your storage account |
424+
| **AzureWebJobsStorage__credential** | **managedIdentity** |
425425

426426
1. On the **App settings** tab, delete the app setting named **AzureWebJobsStorage**, which is set to the connection string associated with your storage account.
427427

0 commit comments

Comments
 (0)