You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this task deploy my logic app correctly, but there are no parameters
my workflow.json looks like this:
Im getting this kind of error:
#[error]LinkedAuthorizationFailed: The client has permission to perform action 'Microsoft.Web/connections/join/action' on scope '/subscriptions/xxxxx/resourcegroups/xxxx/providers/Microsoft.Logic/workflows/LogicAppTestDeploy2', however the linked subscription '[parameters('subscriptionId')]' was not found.
Am i doing something wrong? or is it even possible to make connections parameterized?
thank you for your answers
The text was updated successfully, but these errors were encountered:
Hello,
I would like to ask if it is possible to deploy LogicApp to azure with parameterized connections,
currently im using task:
this task deploy my logic app correctly, but there are no parameters
my workflow.json looks like this:
Im getting this kind of error:
#[error]LinkedAuthorizationFailed: The client has permission to perform action 'Microsoft.Web/connections/join/action' on scope '/subscriptions/xxxxx/resourcegroups/xxxx/providers/Microsoft.Logic/workflows/LogicAppTestDeploy2', however the linked subscription '[parameters('subscriptionId')]' was not found.
Am i doing something wrong? or is it even possible to make connections parameterized?
thank you for your answers
The text was updated successfully, but these errors were encountered: