Hyperlink Azure Logic App Normal With A number of Storage Accounts
If you’re coping with a big quantity of labor the place Logic App Normal is predicted to scale out to deal with it, you might encounter points with single linked storage account because of storage account throttling limits like transactions/max concurrent requests.
Stateful workflows inside Log App Normal extensively used linked storage account. (for extra particulars hyperlink)
You possibly can enhance these limits by linking Azure Logic App Normal with a number of storage accounts by implementing the under talked about settings,
Step 1
Create a brand new Log App Normal useful resource with default settings (by default it is going to be linked to a single storage account)
Step 2
Cease the Log App Normal useful resource (non-compulsory)
Step 3
Replace host.json to specify the variety of storages accounts to hyperlink.
Step 4
Create Four storage accounts
Step 5
Add the storage account connection strings within the Logic App Normal configurations utilizing the under talked about sample.
{n} : Begins from zero to n-1 (no. of storage accounts)
key : CloudStorageAccount.Workflows.ScaleUnitsDataStorage.CU0{n}.ConnectionString
worth: #StorageAccount-<ConnectionString>
Observe: Use identical storage account connection string for AzureWebJobsStorage and CloudStorageAccount.Workflows.ScaleUnitsDataStorage.CU00.ConnectionString
Step 6
Begin / Restart the Logic App Normal
Thanks!
“Welcome to the brand new world of Logic Apps !”