when converting parameters to variables, connections are broken at dev time
How do I get up my connections to show up in the designer ? In my logicapp.json file I am setting the connection names to be functions of parameters like so: "variables": { "servicebus_1_Connection_Name": "[concat('servicebus-',parameters('logicAppName'))]", "azureblob_1_Connection_Name": "[concat('blob-',parameters('logicAppName'))]" }, However the designer doesn't like this: When deploying, the connections show up no problem: Try using parameters instead of variables for this. Variables need to be instantiated while parameters only need to be declared, bear in mind that you will need to