https://github.com/codebytes/blob-to-sql
https://github.com/codebytes/blob-to-sql
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebytes/blob-to-sql
- Owner: codebytes
- License: mit
- Created: 2024-01-24T18:35:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T22:02:45.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:48:12.140Z (11 months ago)
- Language: Bicep
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Blob to Azure SQL Database using Azure Functions
This repository hosts a sample application and related resources demonstrating the use of Azure Functions for transferring data from Azure Blob Storage to an Azure SQL Database. The sample is authored by Chris Ayers, Senior Customer Engineer at Microsoft.
## Overview
The included demo and resources illustrate the process of leveraging Azure Functions to read a file from Azure Blob Storage and subsequently write its contents to an Azure SQL Database. The sample application is developed using `azd`.
## Resources
For further insights into Azure Functions and triggers, consider the following resources:
- [Azure Functions documentation](https://docs.microsoft.com/azure/azure-functions/)
- [Azure Functions triggers and bindings concepts](https://docs.microsoft.com/azure/azure-functions/functions-triggers-bindings)
## Connect with Chris Ayers
You are encouraged to connect with Chris Ayers for additional insights on .NET configuration, security, and various technical topics:
- Twitter: [@Chris_L_Ayers](https://twitter.com/Chris_L_Ayers)
- Mastodon: [@Chrisayers@hachyderm.io](https://hachyderm.io/@Chrisayers)
- LinkedIn: [chris-l-ayers](https://linkedin.com/in/chris-l-ayers/)
- Blog: [Chris Ayers' Blog](https://chris-ayers.com/)
- GitHub: [Codebytes](https://github.com/codebytes)
## License
This project is made available under the MIT License. For details, please refer to the [LICENSE](LICENSE) file.