getting an error - Microsoft.WindowsAzure.Storage: Value cannot be null. (Parameter 'connectionString') while creating Azure Logic Apps

ABHISHEK 11 Reputation points
2021-08-01T21:29:18.367+00:00

Hello,

I've just created a logic apps application and immediately after this app, I am getting the following error

Microsoft.WindowsAzure.Storage: Value cannot be null. (Parameter 'connectionString').

Could you please help

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
{count} votes

6 answers

Sort by: Most helpful
  1. Ishan Gajera 1 Reputation point
    2022-07-08T20:13:11.447+00:00

    I am facing the same issue. The designer view doesn't work for Logic App Standard workflows. It only works for Logic app consumption.
    218985-screen-shot-2022-07-08-at-11020-pm.png

    As someone mentioned above that the "AzureWebJobsStorage" property is not set, I checked and it wasn't set for my logic app standard created from portal.
    So, I tried creating the logic app standard form VS Code extension and then the "AzureWebJobsStorage" property was set for the new logic app.
    But even then the designer view was not working for this new logic app standard and gives the same issue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.