logicapps
logicapps copied to clipboard
Information request on Generate-Connections.ps1
Could anyone explain the purpose of this file below? https://github.com/Azure/logicapps/blob/master/azure-devops-sample/.pipelines/scripts/Generate-Connections.ps1
I found some comments on the file, but still don't understand fully how it works and what the final file, Connections.json, looks like?
Does it replace API connection on Connections.json with below only?
"authentication": { "type": "ManagedServiceIdentity" }
What other functions?
@PingPongSet, this script would update the authentication to managedServiceIdentity and also retrieve the connection runtime URL from the API connections deployed in Azure.
@PingPongSet , Please let us know if any further questions on this?
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.