How to get JWT token which is generated in VS Code automatically from Azure Portal for Standard Logic app workflows?

Hitesh Ghori 0 Reputation points
2024-10-05T04:24:54.46+00:00

Setting up logic app and adding storage account connector with VS code generated following parameter file locally and stores jwt token in locall.settings.json file as azureblob-connectionKey.

but there is now way to get/generate key from Azure Portal or any other way. How do you get key?

{
  "azureblob-ConnectionRuntimeUrl": {
    "type": "String",
    "value": "@appsetting('azureblob-ConnectionRuntimeUrl')"
  },
  "azureblob-Authentication": {
    "type": "Object",
    "value": {
      "type": "Raw",
      "scheme": "Key",
      "parameter": "@appsetting('azureblob-connectionKey')"
    }
  }
}

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,148 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,132 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.