Azure / logicapps

Azure Logic Apps labs, samples, and tools
MIT License
363 stars 301 forks source link

Unable to save workflow #997

Closed uday31in closed 4 months ago

uday31in commented 6 months ago

Describe the Bug with repro steps

Workflow id: /subscriptions/be25820a-df86-4794-9e95-6a45cd5c0941/resourceGroups/up1-mmai-dev-processing/providers/Microsoft.Web/sites/video-indexer-eastus2/workflows/vi Azure portal session id: 5c1e472170964722832ab318626c79eb Logic App designer session id: undefined Logic App designer instance id: N/A Timestamp: Wed, 28 Feb 2024 14:51:54 GMT

What type of Logic App Is this happening in?

Standard (Portal)

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

{
  "definition": {
    "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
    "actions": {
      "Upload_video_and_index": {
        "type": "ApiConnection",
        "inputs": {
          "host": {
            "connection": {
              "referenceName": "videoindexer-v2"
            }
          },
          "method": "post",
          "path": "/@{encodeURIComponent('westeurope')}/Accounts/@{encodeURIComponent('f40b6d7d-75e0-4e14-b69b-caaa20703968')}/Videos",
          "queries": {
            "accessToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJWZXJzaW9uIjoiMi4wLjAuMCIsIktleVZlcnNpb24iOiIzOWRkZTA2ZmY3MjY0MzM3ODkxZTY4ZThjY2U2YjlkOCIsIkFjY291bnRJZCI6IjM0NGNiN2MzLTBkYjQtNGUxZi1iN2RkLTMyNDhkN2Q1OWE4OSIsIkFjY291bnRUeXBlIjoiQXJtIiwiUGVybWlzc2lvbiI6IkNvbnRyaWJ1dG9yIiwiRXh0ZXJuYWxVc2VySWQiOiIxNzlERUZDQTQzMEQ0QjQzOTc2RTI4QjE0RDlBNUNENiIsIlVzZXJUeXBlIjoiTWljcm9zb2Z0Q29ycEFhZCIsIklzc3VlckxvY2F0aW9uIjoid2VzdGV1cm9wZSIsIm5iZiI6MTcwOTEzMTA4OSwiZXhwIjoxNzA5MTM0OTg5LCJpc3MiOiJodHRwczovL2FwaS52aWRlb2luZGV4ZXIuYWkvIiwiYXVkIjoiaHR0cHM6Ly9hcGkudmlkZW9pbmRleGVyLmFpLyJ9.f18i9OaOpaUQIa0UN3-OG9rbL_zVs6Ee8Al86kZPWFZiDvIMzOhJ2v6qZ2ovA6hizXDHfEzMagYpIFChycbio2BeRppamdmOmjVvsJ-Mq3Tq4iVhNFpweCl_LPStS750RdnKyszGcL9zj8gaCuls8ESl9xq_OLZiqpT8OZOXmo-mDgo5IkDfN4bsyu4bIE50FY6PnuZRkiceBxwLk16ztb94R8uUkVOGiwOrf4ccq5q9r4YAf64E15iFaPe5JgdlwYTL8l_wqCyPNFKN-_QYD5JaMoYAUVbYUg53jbVmqWhD30FmSZsDz7GQkXSRe3ddTwaEQ8VIHiBPCY8etl46NQ",
            "name": "@triggerBody()?['name']",
            "videoUrl": "@triggerBody()?['properties']?['blobFullPathWithContainer']"
          }
        },
        "runAfter": {}
      }
    },
    "contentVersion": "1.0.0.0",
    "outputs": {},
    "triggers": {
      "When_a_blob_is_added_or_updated": {
        "type": "ServiceProvider",
        "inputs": {
          "parameters": {
            "path": "video"
          },
          "serviceProviderConfiguration": {
            "connectionName": "AzureBlob",
            "operationId": "whenABlobIsAddedOrModified",
            "serviceProviderId": "/serviceProviders/AzureBlob"
          }
        }
      }
    }
  },
  "connectionReferences": {
    "AzureBlob": {
      "connection": {
        "id": "/serviceProviders/AzureBlob/connections/AzureBlob"
      },
      "connectionName": "videoindexer",
      "api": {
        "id": "/serviceProviders/AzureBlob"
      }
    },
    "videoindexer-v2": {
      "api": {
        "id": "/subscriptions/be25820a-df86-4794-9e95-6a45cd5c0941/providers/Microsoft.Web/locations/eastus2/managedApis/videoindexer-v2"
      },
      "connection": {
        "id": "/subscriptions/be25820a-df86-4794-9e95-6a45cd5c0941/resourceGroups/up1-mmai-dev-processing/providers/Microsoft.Web/connections/videoindexer-v2-2"
      },
      "connectionName": "videoindexer-v2-2",
      "authentication": {
        "type": "ManagedServiceIdentity"
      }
    }
  },
  "parameters": {}
}

Screenshots or Videos

image

Browser

Edge

Additional context

No response

hartra344 commented 6 months ago

Passing this to the backend issues since this appears to be an issue wehre the host is down while saving

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 45 days with no activity.

github-actions[bot] commented 4 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.