A WebJob console application for generating PDF report and then store it in Azure storage
- PDF report generation
- Storing mechanism in Azure storage
This application is created with:
- Visual Studio 2019
- Console Applicaton
- C#
To clone and run this repository you will need Git installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/sumuongit/azure-webjob-pdf-report-generate-store.git
# Go into the repository
$ cd azure-webjob-pdf-report-generate-store
- Fork the repository
- Create a topic branch
- Implement your feature or bug fix
- Add, commit, and push your changes
- Submit a pull request