LunchBytes - DevOps for Logic Apps

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 7

  • @Manjzu
    @Manjzu Рік тому

    Happy to see you talk 🙂

  • @aeonreigh
    @aeonreigh 2 роки тому

    Hi what happens to the run history of workflows that was changed by pipeline? Will it be removed?

  • @rameshreddy5405
    @rameshreddy5405 2 роки тому

    Can we implement same iac, build and release pipeline for logic app running on consumption plan??

  • @amolshinde7832
    @amolshinde7832 Рік тому

    Help me to set up deployment folder structure in visual studio code locally

  • @brahmanaiduaelem
    @brahmanaiduaelem 2 роки тому

    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 ''

    • @brahmanaiduaelem
      @brahmanaiduaelem 2 роки тому

      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"
      }