Put/Post JSON message to Azure Storage Queue via Logic App
问题 I want to be able to use Logic Apps to put/post messages in an Azure Storage Queue, because I want to make use of the Managed Identity option that HTTP Logic App acion provides. I have a Logic App that uses HTTP action to post XML messages to the queue and I have a "Put a message on a queue" action that puts JSON message to the queue for debugging purposes. My ultimate goal is to be able to use the HTTP action with Managed Identity as Authentication but be able to post JSON messages to the