Where can I find the signature when executing the Logic App locally?
See original GitHub issueI 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:
- Created 3 years ago
- Comments:14 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also don’t forget to start the Storage Emulator if you have set “AzureWebJobsStorage”: “UseDevelopmentStorage=true” in local.setting.json
can you make sure you follow the below steps:
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):
Select the workflow.json, right click and select “overview”