This is the level of deep dive we need. This is a "train the trainers"-session. Great! Sometimes it might be hard to grasp how you guys want to use your stuff.
I tried the azure Devops CICD and it worked flawlessly. Did had a bit of an issue with the service connection - but managed to resolve it myself. Hats off to the team to provide such a clear and concise way of deploying single tenant workflows. I think this would be end of messing with ARM templates :-)
Anyone here raised a question as to what happens to the run histories of a deployed workflow? We are about to implement the CI/CD. If there any changes to a workflow thru CI/CD, is the run history still preserved in future deployments?
How to specify integration service environment while deploying the logic app using Azure devops. Error Occurred: WorkflowIntegrationServiceEnvironmentMismatch: The workflow 'npus-dv-xxxxx-dh-xxx-xxx-lga' is in integration service environment ''
By passing below value under workflow properties I was able to solve the issue while deploying the logic apps through Azure Devops pipeline. "integrationServiceEnvironment": { "name": "xxx-xxx-xxx-xxx-usw2-001-ise", "id": "/subscriptions/xxxx/resourceGroups/xxx-xxx-xxx-xxx-usw2-001-rgp/providers/Microsoft.Logic/integrationServiceEnvironments/xxx-xxx-xxx-xxx-usw2-001-ise", "type": "Microsoft.Logic/integrationServiceEnvironments" }
Your content is a gift. Keep 'em coming!
This is the level of deep dive we need. This is a "train the trainers"-session. Great!
Sometimes it might be hard to grasp how you guys want to use your stuff.
Exciting times ahead! Wonderful presentation.
Nice demo and great to see the improvements in Logic Apps in this space. Great to see a familiar face presenting as well 😁
I tried the azure Devops CICD and it worked flawlessly. Did had a bit of an issue with the service connection - but managed to resolve it myself. Hats off to the team to provide such a clear and concise way of deploying single tenant workflows. I think this would be end of messing with ARM templates :-)
Hello can you please let me know how you have achieved this i have confusion with regards to connection
Anyone here raised a question as to what happens to the run histories of a deployed workflow? We are about to implement the CI/CD. If there any changes to a workflow thru CI/CD, is the run history still preserved in future deployments?
Why isn't there a connector for App Configuration Service?
All screens in practical session are not clear. Can you provide information on How to deploy workflows.json files using azure DevOps CICD Tool
Please find instruction here: aka.ms/logicappazuredevops
How to specify integration service environment while deploying the logic app using Azure devops. Error Occurred: WorkflowIntegrationServiceEnvironmentMismatch: The workflow 'npus-dv-xxxxx-dh-xxx-xxx-lga' is in integration service environment ''
By passing below value under workflow properties I was able to solve the issue while deploying the logic apps through Azure Devops pipeline.
"integrationServiceEnvironment": {
"name": "xxx-xxx-xxx-xxx-usw2-001-ise",
"id": "/subscriptions/xxxx/resourceGroups/xxx-xxx-xxx-xxx-usw2-001-rgp/providers/Microsoft.Logic/integrationServiceEnvironments/xxx-xxx-xxx-xxx-usw2-001-ise",
"type": "Microsoft.Logic/integrationServiceEnvironments"
}
The link to the survey doesn't work for me - permission issue.
Thanks for catching that, it should be fixed by now.