About 802,000 results
Open links in new tab
  1. Connect to Azure Blob Storage from workflows - Azure Logic Apps

    Jan 18, 2024 · You can connect to Azure Blob Storage from a workflow in Logic App (Consumption) and Logic App (Standard) resource types. You can use the connector with logic app workflows in multitenant Azure Logic Apps and single-tenant Azure Logic Apps.

  2. Azure Blob Storage - Connectors | Microsoft Learn

    Follow steps below to use it to connect to your Azure Blob data: Create an Azure Managed Identity; Give identity access to Azure Blob resources. For more details, visit Authorize access to blobs using Microsoft Entra ID. If using a user-assigned identity, associate the logic app with the managed identity

  3. How to add to Azure Blob Storage from Logic App

    Aug 17, 2022 · In the case where you want to add data to an existing blob, you can concat both the data which is already present in the blob and the new logic app's data using concat function. concat(body('Get_blob_content_(V2)'),outputs('Compose'))

  4. Logic App Validation Failed with Create Blob V2

    Aug 30, 2021 · Trying to create a http triggered logic app that ftps a file to blob storage . Whenever I add the Create Blob V2 step and save I get a validation error not supported. I know this works with Create Blob v1 , but that is not available in the designer any longer.

  5. Why is the 'Create Blob (v2)' action not visible in Azure Logic Apps ...

    May 9, 2024 · There are two types of Azure Blob Storage connector present in standard Logic app, one for V1 and the other one is for V2. When you will search, you will get two results like below- You will get Create Blob (V2) action in Azure Blob Storage connector present for V2.

  6. Using Append Blob in Logic Apps to create large files

    Oct 25, 2023 · Your Logic App workflow is consuming resources and when your data grows your performance degrades. You can make use of the Append Blob API to append data to a blob file directly without draining your ASP CPU and Memory, iterate through your data and append it to the file block by block.

  7. create and append to blob storage using logic apps

    Jan 14, 2020 · If it finds a file I can create a blob storage with a date time suffix eg LogutcNow('s').txt I want to append to this file various messages generated from the logic app eg if steps succeed or fail. Is Blob storage the best way to put a file in my Azure storage account?

  8. Access Azure Blob using Logic App | Microsoft Community Hub

    Jun 9, 2020 · In today's topic, I will be giving you overall picture on the possible ways of accessing blob from Azure Logic Apps. There are several ways to access blobs and few of them are: Using Azure Functions.

  9. Azure Logic App, sending files from Blob Storage as email

    Jul 28, 2023 · Inside the scope add List blobs (V2). To use the blob action we have to create a storage connection first. Access key to the storage you can find in your previously created Account Storage...

  10. Logic app Blob storahe (V2) - Microsoft Q&A

    Apr 7, 2023 · Here's an example of how to create a file in Blob Storage using this folder path: Add a "Create blob" action from the Azure Blob Storage connector to your Logic App workflow. Set the "Connection Name" field with the appropriate Blob Storage connection

  11. Some results have been removed
Refresh