question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Where can I find the signature when executing the Logic App locally?

See original GitHub issue

I am able to start the Logic App. I get the address in the output window: http://localhost:7071/api/INT001/triggers/manual/invoke. Then I get asked for the version, ok I find it by faking another version, but then I get this error.

{ "error": { "code": "AuthorizationFailed", "message": "Required parameters for shared access URL are permissions ('sp'), version ('sv'), and signature ('sig')." } } If I look in the designer it says that I cannot get the URL because I am running locally. Where can I find the params I need to execute the Logic App locally?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
StefanPuntNLcommented, Nov 9, 2020

Also don’t forget to start the Storage Emulator if you have set “AzureWebJobsStorage”: “UseDevelopmentStorage=true” in local.setting.json

1reaction
rohithahcommented, Nov 9, 2020

can you make sure you follow the below steps:

  1. Run the app (press F5) and make sure you have success logs in the terminal window (you will see errors if the workflow failed to load): image

  2. Select the workflow.json, right click and select “overview”

image

  1. #2 should open a tab and that will show you the overview with the callback url:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reference guide for expression functions - Azure Logic Apps
Reference guide to workflow expression functions for Azure Logic Apps and Power Automate.
Read more >
Invoke Funtion App(running locally) from Logic App(Azure)
How do we invoke a function app running locally (VS) from a Logic App(in Azure)? And also what's the best practice to debug...
Read more >
10 Differences between Azure Functions and Logic Apps - Codit
The signature is generated via a secret key that can be regenerated at all time. There is also the ability to restrict access,...
Read more >
Logic Apps (Standard): trigger Recurrence workflows ...
Set your AzureWebJobsSecretStorageType to "Files" in your local.settings.json. When you run your Logic App, the master key will be stored in ~/.
Read more >
Azure Logic Apps (Consumption) for Visual Studio Code
Managing Azure Subscriptions​​ If you are not signed in to Azure, you will see a "Sign in to Azure..." link. Alternatively, you can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found