
In Progress
Posted
Paid on delivery
I need a compact proof-of-concept that automatically extracts Documents from an Azure Blob container, captures their accompanying metadata, and lands both in a SharePoint Online document library. Only files classed as “Documents” (e.g., PDF, DOCX, XLSX) are in scope—no images or videos. The PoC must demonstrate that file contents arrive intact, their metadata is mapped to the correct SharePoint columns, and the process can be triggered on demand or on a simple schedule. You are free to choose the most suitable approach—Azure Data Factory, Logic Apps, Power Automate, an Azure Function, or a lightweight script in C# or Python using the Azure SDK and Microsoft Graph/SharePoint REST API are all acceptable. The key is clarity and repeatability; hard-coded secrets or one-off manual steps won’t meet the goal. Deliverables • Source code or pipeline definition with clear README covering setup, configuration variables, and execution steps • A brief demo (screenshots or short video) showing a sample document and its metadata moving end-to-end • Notes on extending the PoC to handle larger volumes or incremental syncs Once this PoC runs smoothly I will review the results and determine next steps for a full-scale deployment.
Project ID: 40273616
46 proposals
Remote project
Active 3 mos ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

For this PoC, I recommend implementing a C# Azure Function (.NET 8) triggered either by schedule (TimerTrigger) or manually via HTTP trigger. • Scan Azure Blob container and filter only supported document types (PDF, DOCX, XLSX). • Extract blob metadata and system properties. • Map metadata fields to corresponding SharePoint Online library columns. • Upload documents via Microsoft Graph with secure App Registration authentication. • Support scheduled and on-demand execution. • Use configuration-driven settings (no hard-coded secrets) Thanks.
£135 GBP in 7 days
3.5
3.5
46 freelancers are bidding on average £132 GBP for this job

Hello Abid K, I recommend an Azure Function (C#) triggered either manually (HTTP trigger) or on a timer. The function will: Read blobs from the specified container (filtered by MIME/type: PDF, DOCX, XLSX). Extract and map blob metadata. Upload files to SharePoint Online via Microsoft Graph API. Map metadata to corresponding SharePoint library columns. Log success/failure with structured output. Authentication will use Managed Identity or Azure AD App Registration—no hard-coded secrets. Budget: 300 GBP Timeline: 2-3 days Thanks.
£300 GBP in 3 days
6.3
6.3

Greetings, With 15 years across Microsoft enterprise platforms including deep hands-on work with SharePoint Online, Power Automate, Azure, and the full Microsoft 365 stack I'm well-positioned to deliver this PoC cleanly and repeatably. For this engagement I'd build the solution entirely within Power Automate, using a scheduled or on-demand cloud flow that: (1) connects to your Azure Blob container via the Azure Blob Storage connector to enumerate and filter files classed as Documents (PDF, DOCX, XLSX only); (2) retrieves each file's binary content and its custom metadata tags; (3) uploads the file to your target SharePoint Online document library using the SharePoint connector; and (4) maps every metadata field to the correct SharePoint column in the same flow step no manual column-filling required. Deliverables will include the exported Power Automate solution package (.zip), a clear README covering environment variables, connection references, and setup steps no hard-coded secrets, everything parameterised via environment variables and Azure Key Vault references. I'll also provide annotated screenshots showing a sample document and its metadata moving end-to-end. I've delivered similar integrations for the Ministry of Education Dubai, Emirates Airlines, and Office 365 migrations for enterprise clients in Canada and the Gulf. Happy to jump on a call to walk through the approach and agree a delivery timeline. Rahim
£250 GBP in 7 days
5.0
5.0

Hello Client, I’ve read your Blob to SharePoint ETL PoC and can deliver a compact, repeatable solution that extracts PDF/DOCX/XLSX files from an Azure Blob container, preserves binary integrity, maps blob metadata to SharePoint columns, and supports on-demand or scheduled runs. I recommend a small, well-documented Azure Function (C#) or Python script triggered by HTTP and Timer, using the Azure SDK to read blobs and Microsoft Graph / SharePoint REST to create files and set column values. I will provide source, a clear README for secure configuration (managed identities, no hard-coded secrets), and a short demo showing end-to-end transfer. I can deliver an initial PoC and notes on scaling and incremental syncs within the timeline below. Which SharePoint columns must the blob metadata map to (name, createdBy, custom tags, etc.) and can I use a Managed Identity for authentication? Sincerely, Daniel
£150 GBP in 1 day
4.3
4.3

As an accomplished web developer with a diverse skill set, I believe I have the expertise you need to tackle your Blob to SharePoint ETL PoC effectively and efficiently. With my experience using technologies such as C#, Python, Azure SDK, and Microsoft Graph/SharePoint REST API, I know how to extract and move documents along with their metadata between platforms. Additionally, my familiarity with automation tools like N8N and Make enables me to streamline and simplify complex processes, ensuring readability and repeatability in project execution. Being well-versed in several major programming languages including C# and Python, I can choose the most suitable approach from Azure Data Factory, Logic Apps, Power Automate or even developing a custom script for your specific needs. My background in creating scalable web applications aligns perfectly with your desire for a proof-of-concept that can be expanded to handle larger volumes or incremental syncs going forward. I always provide comprehensive documentation including clear README files which greatly facilitates setup, configuration steps, and future maintenance. With all these skillets at my disposal let's work together and I promise to deliver an intuitive solution that allows for easy maintenance despite any expansion needed.
£135 GBP in 2 days
4.5
4.5

Hello, With over 7 years of experience in Power Automate, Sharepoint, and .NET, I have carefully reviewed your project requirements. I propose to create a robust proof-of-concept for extracting Documents from an Azure Blob container, capturing metadata, and transferring them to a SharePoint Online document library. To achieve this, I will utilize a combination of Azure Data Factory, Logic Apps, or Power Automate, ensuring that the file contents and metadata are seamlessly transferred to the correct SharePoint columns. The process will be designed to be triggered on demand or scheduled for simplicity and efficiency. The deliverables will include well-documented source code/pipeline definitions, a demo showcasing the document transfer process, and guidance on scaling the solution for larger volumes or incremental syncs. I would appreciate the opportunity to discuss the project further in detail. Please feel free to connect with me for a more in-depth conversation. You can visit my Profile: https://www.freelancer.com/u/HiraMahmood4072 Thank you.
£100 GBP in 2 days
3.6
3.6

Hi there, I will build your Azure Blob to SharePoint Online ETL using a Python Azure Function with the Azure SDK and Microsoft Graph API. It will extract documents (PDF, DOCX, XLSX) with their metadata from Blob Storage and upload them to SharePoint with metadata mapped to the correct columns, supporting both on-demand HTTP triggers and a timer schedule. For metadata mapping, I will use a JSON config file that defines how each Blob metadata key maps to a SharePoint column, so changes never require touching code. Secrets will be stored in Azure Key Vault references within the Function App settings, keeping everything repeatable. The deliverable will include full source code, a README with setup and configuration steps, a demo of a document moving from Blob to SharePoint with metadata intact, and notes on scaling with Blob change feed for incremental syncs and Graph batch requests for higher throughput. Questions: 1) Are the metadata fields already set up as columns in the SharePoint library, or should the PoC create them? 2) Do you prefer timer-triggered execution or event-driven via Blob Storage events? 3) Is there an existing Azure AD app registration to use, or should I include setup instructions for a new one? Looking forward to your response. Best regards, Faizan
£202 GBP in 10 days
3.6
3.6

Dear Hiring Manager, Designing a clean, repeatable document transfer pipeline between Azure Blob Storage and SharePoint Online requires careful handling of metadata, authentication, and extensibility from day one. I specialize in building lightweight but production-ready proof-of-concepts that demonstrate integrity, security, and scalability without unnecessary complexity. For this PoC, I would propose an Azure Function (C# or Python) using the Azure SDK to read documents and metadata from Blob Storage and Microsoft Graph API to upload files into SharePoint Online with proper column mapping. This approach ensures flexibility, secure credential handling via managed identities or Azure Key Vault, and easy future scaling. The process can be triggered manually through an HTTP endpoint or scheduled using a timer trigger. Alternatively, if you prefer a low-code approach, I can implement the same logic using Logic Apps with parameterized configuration for clarity and repeatability. The solution will ensure that only valid document types (PDF, DOCX, XLSX) are processed, file integrity is preserved, and metadata fields are mapped accurately to SharePoint columns. Configuration will be fully parameterized—no hard-coded secrets—and clearly documented for reusability. I’m ready to begin immediately and can deliver a clear, extensible PoC that sets a strong foundation for full deployment. Thanks, Best regards, Jag
£20 GBP in 7 days
3.4
3.4

Hello there, I’m an independent developer ready to deliver a compact, repeatable PoC that moves Documents from Azure Blob to SharePoint Online with metadata mapped to your library columns. I’ve built light ETL pipelines using Azure Functions and Microsoft Graph/SharePoint REST APIs, focusing on preserving file content and ensuring metadata aligns with SharePoint columns for easy querying and governance. In similar setups I’ve extracted blob contents, filtered by document types (PDF, DOCX, XLSX), and pushed them into SharePoint with accompanying metadata, all orchestrated with a simple trigger or scheduler. I’ll tailor the solution to your stack, C#, .NET or Python, so you can run it on-demand or on a lightweight schedule, with a clean README and configurable variables (no hard-coded secrets). I can handle the work end-to-end based on this expertise, keeping it simple, well-documented, and repeatable. Please feel free to contact me so we can discuss more details. I am looking forward to the chance of working together. Best regards, Billy Bryan
£150 GBP in 1 day
2.8
2.8

Hi there, I understand you are looking for a compact proof-of-concept that efficiently extracts documents from an Azure Blob container and transfers both documents and their metadata to a SharePoint Online library. Ensuring the integrity of files and their metadata during this automated process is crucial. My name is Abdul Haseeb Siddiqui, and with over 6 years of experience in .NET, C# Programming, SharePoint, Azure, ETL, Power Automate, and Microsoft Graph, I am confident in delivering a solution that meets your needs. I can implement the automation with clarity and repeatability, guaranteeing a seamless transfer without hard-coded secrets. Here are some relevant portfolio links that showcase my expertise: https://www.freelancer.com/u/haseebsidd07 I look forward to the opportunity to collaborate and bring your PoC to life. Thanks, Abdul Haseeb Siddiqui Regards
£20 GBP in 7 days
2.9
2.9

Hi, I’m confident I can build a robust proof-of-concept that extracts documents from your Azure Blob container, maps metadata correctly, and uploads everything into a SharePoint Online document library. I’ll design the solution to use an Azure Function or a lightweight script (C# or Python) leveraging the Azure SDK and Microsoft Graph API for smooth, repeatable execution, with clear handling for both file contents and metadata. Deliverables will include: Well-documented source code or pipeline definition with a detailed README (setup, config, execution steps). A short demo (screenshots/video) showcasing the end-to-end document and metadata transfer. Notes on scaling for larger volumes and incremental syncs. Let’s discuss the specifics of your environment and I’ll get started on the PoC right away!
£90 GBP in 2 days
2.4
2.4

You’re looking to build a proof-of-concept that extracts documents from an Azure Blob container, captures their metadata, and uploads both to a SharePoint Online library, ensuring file integrity and correct metadata mapping. The PoC should support on-demand or scheduled triggers and exclude non-document files like images or videos. With over 15 years of experience and more than 200 projects completed, I specialize in .NET, C# programming, Azure services, and SharePoint integrations. I have a solid background in ETL processes and Microsoft Graph API, which aligns well with your requirement for a clean, repeatable solution without hard-coded secrets or manual steps. I plan to implement an Azure Function written in C# that uses the Azure SDK to extract documents and metadata, then leverages the Microsoft Graph API to upload files and map metadata to SharePoint columns. The solution will include a clear README for setup and execution, plus a demo showing end-to-end file transfer. I anticipate delivering the PoC within a week, with notes on scaling and incremental syncs included. Let’s discuss your priorities and how I can help you move this PoC forward smoothly.
£22 GBP in 7 days
2.5
2.5

Hi, I recommend using Azure Function App for this ETL PoC. Azure Function is compatible with Azure Blob Storage and flexible to implement. What you are going to implement doesn't require any dedicate servers and we can build using serverless architecture ensuring cost effective and simple implementation. Also Azure Function supports time schedule trigger and Azure Durable Function that makes you setup the scheduling. That's why I recommend using Azure Function. I am confident I can build your ETL pipeline seamlessly and effectivly. Let's work together. Best, Tony
£170 GBP in 5 days
2.4
2.4

Hi there, You're looking to fix the gap between Azure Blob storage and SharePoint Online by building a clean ETL PoC that moves only document files while preserving metadata. I’ve spent the last 5 years solving exactly these types of cloud automation and integration challenges. I can implement a lightweight, secure workflow using either Azure Functions or Logic Apps to scan the Blob container, filter for valid document types, extract metadata, and push both file and metadata into the correct SharePoint columns via Microsoft Graph, no hard‑coded secrets, fully repeatable, and triggerable on demand or on schedule. Setup will include secure connection configs, automated mappings, and a small demo showing end‑to‑end flow. Before I proceed, quick question: Which SharePoint columns do you need explicitly mapped beyond filename, content type, and created date? Best regards, Generoso III
£150 GBP in 1 day
2.2
2.2

Hi, I’ve read your requirements and can deliver a compact, repeatable PoC that extracts Documents from an Azure Blob container, preserves file integrity, maps blob metadata to SharePoint Online columns, and supports on-demand or scheduled runs. I recommend a small ASP.NET Core service (or Azure Function backed by the Azure SDK and Microsoft Graph) implementing secure token handling, clean layered architecture for extraction, metadata mapping and upload, and idempotent processing to avoid duplicates. I will provide source, a README with configuration and secure secret patterns, demo screenshots, and notes for scaling and incremental syncs. Which authentication approach do you prefer for the PoC—managed identity for an Azure Function or app registration with certificate-based auth for a standalone service? Sincerely, Cindy Viorina
£20 GBP in 4 days
2.1
2.1

Hello, I’d love to help you with your proof-of-concept for extracting documents from Azure Blob and landing them in SharePoint Online. With over 10 years of experience building similar systems, I can ensure that the process is clear, repeatable, and meets your specifications. I’ll deliver the source code or pipeline definition, a demo showcasing the document transfer, and notes on scalability. I'm always open to answering any technical questions you might have along the way. If you’d like, we can start with a small milestone to kick things off and ensure we’re aligned. I take our collaboration seriously and look forward to delivering results that set the foundation for your full-scale deployment. Let’s get started!
£20 GBP in 7 days
0.0
0.0

Hello, I will build a proof-of-concept (PoC) to extract documents from an Azure Blob container and transfer them to SharePoint Online, ensuring metadata is accurately captured. I have developed similar solutions using Azure Functions and Logic Apps for automated document processing. My experience includes integrating Azure services and ensuring data integrity across platforms. **Approach:** - Use Azure Functions for event-driven triggers on new document uploads. - Implement Microsoft Graph API for secure SharePoint integration. - Structure metadata mapping to align with SharePoint columns. - Ensure file contents (PDF, DOCX, XLSX) are intact during transfer. - Create a robust error handling mechanism for logging and notifications. **Questions:** - What specific metadata fields do you want to capture in SharePoint? - How frequently do you anticipate triggering the document transfer? - Are there any compliance requirements for handling sensitive documents? I’m ready to start immediately and deliver a clear, maintainable solution. Let’s bring this PoC to life.
£20 GBP in 7 days
0.0
0.0

Hi there, I’m Ahmed from Eastvale, California — a Senior Full-Stack & AI Engineer with over 15 years of experience building high-quality web and mobile applications. After reviewing your job posting, I’m confident that my background and skill set make me an excellent fit for your project — Blob to SharePoint ETL PoC . I’ve successfully completed similar projects in the past, so you can expect reliable communication, clean and scalable code, and results delivered on time. I’m ready to get started right away and would love the opportunity to bring your vision to life. Looking forward to working with you. Best regards, Ahmed Hassan
£150 GBP in 1 day
0.0
0.0

HELLO, HOPE YOU ARE DOING WELL! I understand that you need a proof-of-concept to automatically extract documents from Azure Blob storage and load them into SharePoint Online. My expertise in Azure, SharePoint, and ETL processes aligns perfectly with your requirements. I will implement a solution using Azure Data Factory or Power Automate to ensure reliable extraction and integration of document metadata into SharePoint. The process will be designed for clarity and repeatability, avoiding hard-coded secrets. I will provide source code, thorough documentation, and a demo showcasing the document flow from Blob to SharePoint. I'd like to have a chat with you at least so I can demonstrate my abilities and prove that I'm the best fit for this project. Warm regards, Natan.
£150 GBP in 1 day
0.0
0.0

Hello , Thank you for posting your project. I am an experienced software developer with strong expertise in Sharepoint, Power Automate, Microsoft Graph, C# Programming, ETL, .NET and Azure. I have successfully completed similar projects and can deliver high-quality, scalable, and reliable solutions tailored to your requirements. I am confident I can help you achieve your goals efficiently and within your timeline. Let’s connect to discuss the project details, expectations, and next steps. Looking forward to working with you. Best regards, Osmel
£150 GBP in 1 day
0.0
0.0

Hi, For the PoC, I propose building an Azure Function or a lightweight C# script that utilizes the Azure SDK to extract documents from the Azure Blob container and the Microsoft Graph API to upload the files and their metadata to SharePoint Online. This solution will: Automatically identify and extract only PDF, DOCX, XLSX files from the Azure Blob container. Map relevant metadata (e.g., file name, creation date, etc.) to SharePoint columns. Trigger the process on-demand or on a simple schedule using Azure Functions with a timer or HTTP trigger. Deliverables will include: Source code with a clear README for setup, configuration, and execution. Demo: A short video or screenshots showing a document and its metadata being successfully transferred to SharePoint. Notes on scaling the PoC for larger volumes or incremental syncs using Azure Logic Apps or Power Automate in the future. I will ensure the solution is clear, repeatable, and avoids hard-coding secrets. Regards.
£70 GBP in 2 days
0.0
0.0

West End, Woking, United Kingdom
Payment method verified
Member since Nov 14, 2025
£3000-5000 GBP
£250-750 GBP
£250-750 GBP
£250-750 GBP
£250-750 GBP
€2-6 EUR / hour
€2-6 EUR / hour
₹100-400 INR / hour
$250-750 USD
$250-500 USD
₹750-1250 INR / hour
₹400-750 INR / hour
£20-250 GBP
€6-12 EUR / hour
₹400-750 INR / hour
£250-750 GBP
min £36 GBP / hour
$15-25 AUD / hour
$250-750 USD
£10-20 GBP