File upload to Azure blob storage

Hi,

How to call azure blob storage container and upload files through appian?

Is any plugin available?

  Discussion posts and replies are publicly visible

Parents Reply
  • step1:  integration system for generating bearer token

    1. create an integration system. Given the token url in URL.

    in body define the client_id, client_secret and scope

    Step2: create another integration system. Given the blob storage url in URL here

    In headers parameters, give the header name as Authorization and value "Bearer "&here need to call the integration which is created for generating bearer token.

    Test the request by executing the integration system. Make sure that you have storage blob contributor access in azure

Children