Tip #1454: Azure Blob metadata and index tags in Power Automate

Access blob metadata in two steps: get SAS URL then HTTP request: HEAD to read or PUT to write.
Accessing blob tags is not that easy but get your SAS key that allows tag manipulation elsewhere then come back and finish the job.
The post Tip #1454: Azure Blob metadata and index tags in Power Automate appeared first on Power Platform & Dynamics CRM Tip Of The Day.
Published on:
Learn moreRelated posts
How to update environment variables automatically with Power Automate
The other day, I cool question that I didn’t have the answer to, but got me super excited to find a solution. How can we … The po...
Using Azure Service Bus Queue to simplify Dataverse Concurrency
Have you ever faced a challenge where you needed to process bulk data that would update a single record? For example, you processed receipts f...
Microsoft Dataverse – Build Agents with Azure Databricks as your knowledge source
We are announcing the ability to connect Azure Databricks to Microsoft Power Platform to create canvas apps in Power Apps using Databricks dat...
Announcing General Availability of Native Vector Type & Functions in Azure SQL
We are happy to announce that Native vector support in Azure SQL Database and Azure SQL Managed Instance is moving to General Availability thi...
Power Automate: dayOfYear function
The “dayOfYear function” helps us determine which day of the year a specific date falls on. This might not be the first function t...
Azure DevOps MCP Server, Public Preview
A few weeks ago at BUILD, we announced the upcoming Azure DevOps MCP Server: 👉 Azure DevOps with GitHub Repositories – Your path to Agentic A...
Power Automate: How to Get Your Flow’s Name
You might need to access your Flow’s name when building complex Flows for various reasons. You may create a custom logging system, want ...