https://github.com/fr4nc3/csharp_azure_functions
Azure Functions using C# Core .Net 3.1
https://github.com/fr4nc3/csharp_azure_functions
Last synced: 10 months ago
JSON representation
Azure Functions using C# Core .Net 3.1
- Host: GitHub
- URL: https://github.com/fr4nc3/csharp_azure_functions
- Owner: Fr4nc3
- License: mit
- Created: 2021-07-11T14:38:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T16:58:21.000Z (about 5 years ago)
- Last Synced: 2025-03-24T12:18:15.353Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csharp_azure_functions
Azure Functions using C# Core .Net 3.1
Solution name AzureFunctions
open project and build no error or warning
## AzureDevops
- Create a Blob Container
- A File Service
- A Queue Service
- A Table Service
## Azure List functions
- ConvertionJobStatus
- ConvertionJobStatusById
- DeleteImagesTimer
- ImageConsumerGreyScale
- ImageConsumerSepia
- ImagesStatusUpdaterFailed
- ImagesStatusUpdaterSuccess
## Files
- Common
- ConfigSettings
- LoggingEvents
- DTO
- ErrorResponse
- ImageCOnvertionMode
- JobDto
- obStatusDescription
- Models
- Enum
- JObEntity
JobTable
- Services
- ImageConvertionService
## local settings
```JSON
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=demo-fr2021;AccountKey=KEY;BlobEndpoint=https://demo-fr2021.blob.core.windows.net/;TableEndpoint=https://demo-fr2021.table.core.windows.net/;QueueEndpoint=https://demo-fr2021.queue.core.windows.net/;FileEndpoint=https://demo-fr2021.file.core.windows.net/",
"FUNCTIONS_WORKER_RUNTIME": "dotnet"
}
}
```
## delete source
delete images from the container converttogreyscale and converttosepia, except
time trigger functions DeleteImagesTimer
## References
https://docs.microsoft.com/en-us/azure/azure-functions/functions-best-practices