I have a scenario where in i want to create a CLI Command so that i can create a Logic app with "When_a_message_is_received_in_a_queue_(auto-complete)"
but not sure how to pass the connection string to connect to the Queue which i created earlier. Below is the command which am using currently. Testdefinition Json has the old resource group which i created from Azure Console but not working with the new resource group and this json doesn't have connectionstring anywhere which i used earlier in the console. Any help is appreciated
# Creat logic app and workflow
az logic workflow create --resource-group "demoss-rg1" --location "westeurope" --name "demo-la" --definition "C:\testDefinition.json"