logicapps icon indicating copy to clipboard operation
logicapps copied to clipboard

Azure Logic Apps labs, samples, and tools

Results 294 logicapps issues
Sort by recently updated
recently updated
newest added

In Swap parameter files, 1.) In logicApp_deploy.yml, using the PowerShell version to execute the CLI az commands won't work. - name: Swap parameter files id: params uses: azure/powershell@v1 with: inlineScript:...

While planning to deploy Logic App (Standard) with 'Standard/ Dedicated' App Service plan. Then WEBSITE_CONTENTSHARE settings won't support. 1.) Error while I try to deploy the logicApp with standard App...

I wanted to create a logic app (standard) and be able to store it in an Azure DevOps Git repo. To this end I... 1) Created a new Git repo...

Does this occur consistently? Repro steps: 1. 2. Action: azureLogicAppsStandard.createNewProject Error type: ERR_INVALID_ARG_TYPE Error Message: The "to" argument must be of type string. Received an instance of SubscriptionTreeItem Version: 1.0.40...

I keep getting this error message whenever I tried to open a workflow in a designer. Does this occur consistently? yes Repro steps: 1. Open a Logic App project from...

azure/CLI@v1 is configured to use a very old version of Azure CLI, due to which az functionapp config commands were failing. Remove explicit az cli dependency, letting the action choose...

I've been implementing some Try-Scope/Catch-Scope exception handling using the results() expression in my Logic App (Standard) which works great. But only if all the action shapes are at the same...

Since some time I can't create any Workflow / Project in my VS Code Studio using the LOGIC APP Standard Extension. The "to" argument must be of type string. Received...

Does this occur consistently? Yes Repro steps: 1.open the azure extension in VS Code 2.Klick on "create new project" or "create workflow" 3. Voilà ![Bild_2022-10-11_104954782](https://user-images.githubusercontent.com/88380135/195044143-d663a09d-4899-41fe-aa4c-cbdd365ed3d4.png) Action: azureLogicAppsStandard.createNewProject Error type: ERR_INVALID_ARG_TYPE...

Hey there, I got an issue running a logic app with the service bus trigger 'When_a_message_is_received_in_a_queue_(auto-complete)'. I used an empty workflow with only the trigger. By starting the func.exe I...