Update authentication type for managed API in Azure DevOps sample for single-tenant Azure Logic Apps #810
Unanswered
bchebrou
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to follow the Azure DevOps sample for single-tenant Azure Logic Apps : https://github.com/Azure/logicapps/tree/master/azure-devops-sample
As described in the documentation, the vs code format for authentication type is different than the azure format (https://learn.microsoft.com/en-us/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps?tabs=github#update-authentication-type) and we need to update our connection.json before to deploy. When we deploy using vs code is automatically manage by vs code, but as I understand, we need to do it manually when deploying from Azure Devops.
In the sample it seems that is managed using two different parameters files parameters.json and azure.parameters.json. In the readme file :
CI Pipeline
- Swaps out parameter files configured specifically for the azure environment
But in the yaml file, i can't find anything relative to this swap ? Is it something magic behind the scene who performs the swap, or do we need to manage it during the ci-pipeline before to prepare the zip deploy ?
Best regards,
Benjamin
Beta Was this translation helpful? Give feedback.
All reactions