• Stars
    star
    1
  • Language
    C#
  • License
    MIT License
  • Created over 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is the code sample that sends scheduled events to a GitHub repository, using Azure Durable Functions

More Repositories

1

Vue.js-with-ASP.NET-Core-Sample

This provides a sample code using vue.js running on ASP.NET Core
JavaScript
47
star
2

ASP.NET-Core-Tips-and-Tricks-Sample

This provides a sample ASP.NET Core application with various tips and tricks
C#
21
star
3

Azure-Pipelines-Template-Sample

This provides sample YAML pipeline templates for Azure DevOps
20
star
4

Azure-Functions-V2-Dependency-Injection-Sample

This provides sample codes for Azure Functions V2, with regards to dependency injections
C#
18
star
5

github-actions-from-scratch

This provides step-by-step approach learning GitHub Actions
C#
17
star
6

Service-Broker-External-Activator

This is a sample code for Service Broker External Activator of SQL Server 2012 (and possibly 2005 and 2008 R2).
C#
14
star
7

Blazor-React-Sample

This provides sample codes that adding React UI components to Blazor Web Assembly app.
HTML
13
star
8

EventSourcing-CQRS-Sample

This provides sample codes for event sourcing and CQRS pattern
C#
13
star
9

devcontainers-dotnet

This is the template repository that contains the devcontainer settings for .NET app development
Shell
12
star
10

azure-functions-oauth-authentications-via-swagger-ui

This provides sample app for authenticating Azure Functions endpoints by OAuth through the integrated Swagger UI.
C#
11
star
11

Autofac-Dynamic-Moduling

Provides a sample code to show how to load modules dynamically, with Autofac
C#
10
star
12

blazor-wasm-chrome-extension

This provides sample codes for a Chrome Extension app built on Blazor WASM
JavaScript
10
star
13

ASWA-AutoPilot-Sample

This provides sample GitHub Actions workflows and Bicep files for devs to autopilot Azure Static Web Apps from resource provisioning to app deployment in one-click.
Bicep
7
star
14

JWT-Authentication

This provides a sample website using JWT authentication
C#
7
star
15

TypeScript-WebApi-Sample

This is a sample Angular app using TypeScript with Web API
C#
7
star
16

APIM-OpenAPI-Sample

This provides sample Azure Functions apps that integrate with Azure API Management, and expose Swagger UI through it.
Bicep
6
star
17

FluentValidation-Sample

This provides a sample web app using FluentValidatioin library
C#
5
star
18

Testing-Serverless-Applications

This provides sample codes to test serverless applications including Azure Functios and Azure Logic Apps
C#
5
star
19

Raspberry-PI-Remote-Controller-Sample

This provides sample codes of an Azure Functions app, written in node.js, and running on Raspberry PI.
Dockerfile
5
star
20

Cosmos-DB-Azure-Function-Binding-Sample

This provides sample codes how Azure Functions work with Cosmos DB
C#
5
star
21

Dockerised-Azure-Functions-in-AppVeyor-CI-CD-Pipeline

This provides a step-by-step guide how to build, dockerise and deploy an Azure Functions application onto Azure
PowerShell
5
star
22

Azure-Functions-SOAP-Sample

This provides sample code for Azure Functions to connect to SOAP service.
C#
5
star
23

Testing-ARM-Templates

This provides sample codes for testing ARM templates
PowerShell
4
star
24

ARM-Templates-in-YAML

This provides a sample ARM template written in YAML
PowerShell
4
star
25

Azure-Functions-Dependency-Injections-Sample

This provides sample codes for Azure Functions using dependency injections.
C#
4
star
26

Graph-API-App-Only-Web-API-Sample

This provides Web API samples built in ASP.NET 5 & ASP.NET MVC 6 using Graph API, registered as an App-only application.
C#
4
star
27

LiveStream-VM-Setup-Sample

This provides a sample ARM template and custom script to install applications for live streaming
PowerShell
4
star
28

youtube-summariser

This provides sample Blazor apps that summarise a YouTube video transcript to a given language
Bicep
3
star
29

Azure-Functions-Swagger-Sample

This provides a sample codes how to integrate Swagger (Open API) definitions with Azure Functions
C#
3
star
30

azure-functions-integration-testing

This provides a sample app and test for Azure Functions integration testing in a CI/CD pipeline
C#
3
star
31

Precompiled-Azure-Functions-Revisited

This provides sample codes for pre-compiled Azure Functions
C#
3
star
32

Azure-Service-Bus-Standard-Geo-Redundancy-Sample

This provides a sample Azure Functions app to send messages to geo-redundant Azure Service Bus (Standard) instances and receive messages from the redundant instances.
C#
3
star
33

Microsoft-Teams-Channel-Notification

This provides sample codes to send notifications to Microsoft Teams using Logic Apps or Azure Functions
PowerShell
3
star
34

azure-functions-binary-data-via-swagger-ui

This provides a sample app to show how to handle binary data through Swagger UI on Azure Functions
C#
2
star
35

Testing-Precompiled-Azure-Functions

This provides a sample code to test Azure Functions that is precompiled
C#
2
star
36

power-platform-connector-via-apim

This provides sample codes how to protect Power Platform custom connectors through Azure API Management as the "transparent" proxy
Bicep
2
star
37

PWA-GitHub-Actions-Sample

This provides sample codes for GitHub Actions for PWA to deploy to Azure
Vue
2
star
38

Azure-Functions-Instance-Method-Sample

This provides sample codes how Azure Functions omit static modifier and can use dependency injections in a proper way
C#
2
star
39

HAL-Swagger-Sample

This provides a sample code using HAL and Swagger
C#
2
star
40

ASP.NET-Core-HTTP-Request-Handler-Sample

This provides sample codes to implement HTTP request handler in an ASP.NET Core application.
HTML
2
star
41

aoai-bicep

Bicep file that provisions an Azure OpenAI Service instance
Shell
2
star
42

microsoft-devbox-sample

This provides Azure Bicep templates to create Microsoft Dev Box within your tenant/subscription
Bicep
2
star
43

Composite-Key-Group-By-LINQ

C#
2
star
44

Swashbuckle-Tips-Sample-for-ASP.NET-Web-API

This provides sample codes with useful tips when using Swashbuckle on ASP.NET Web API
C#
2
star
45

Microsoft-Flow-and-Wordpress-Integration-Sample

This provides a sample code to show how to integrate Microsoft Flow with Wordpress through Azure Functions
C#
2
star
46

Key-Vault-from-Logic-Apps

This provides a sample code that Azure Logic App can access to Key Vault using Managed Identity
2
star
47

Windows-API-Code-Pack-1.1

This is the original source code of Windows API Code Pack 1.1, which Microsoft has already decommissioned from their website.
C#
2
star
48

Azure-Functions-TimeZone-Conversion-Sample

This provides sample codes that converts time zone from UTC to local date/time using Azure Functions and Logic Apps
PowerShell
2
star
49

blazor-hosting-model-sample

This provides sample code that shows various types of Blazor hosting models - Server, WASM (hosted/standalone) and Hybrid (MAUI and WinForm). They all share the same components with minimal code changes.
JavaScript
2
star
50

GraphQL-Sample

This provides sample codes that implements GraphQL in various forms, including ASP.NET Core, Azure Functions, Headless Wordpress and Blazor Web Assembly
C#
1
star
51

KeyVault-Reference-Sample

This provides sample codes to get secrets from Azure Key Vault by reference, even in the local dev machine
C#
1
star
52

.NET-Core-for-Azure-WebJob-Sample

This provides a .NET Core application sample for Azure WebJob
PowerShell
1
star
53

ASP.NET-Core-with-YAML-Settings-Sample

This provides a sample ASP.NET Core web application using YAML settings on top of JSON settings.
C#
1
star
54

GitHub-Actions-in-30-Minutes

This is the sample code repository for the talk, "GitHub Actions in 30 mins - live coding"
1
star
55

aspire-youtube-summariser

This provides sample Aspire apps that summarise a YouTube video transcript to a given language
C#
1
star
56

Azure-Functions-AWS-Lambda-Sample

This provides sample codes for Azure Functions and AWS Lambda
C#
1
star
57

Azure-Functions-in-Container-Sample

This provides sample codes to run an Azure Functions instance in a Docker container
C#
1
star
58

Blazor-Code-Behind-Sample

This is to provide a sample code how to separate C# code block from .razor as like a WebForm.
JavaScript
1
star
59

RequestBin-Sample

This shows a code sample to emulate RequestBin, using Azure Durable Functions
C#
1
star
60

Dynamics-CRM-2015-Filtering-Sample

This provides a sample code to filter entities when creating the OrganizationServiceContext class from Dynamics CRM 2015 (either on-line or on-premise)
C#
1
star
61

Mountebank-Integration-Testing

This provides a sample code to make use of Mountebank for API integration testing on Azure Functions
C#
1
star
62

swagger-ui-rendering-sample

This provides a sample app that renders the Swagger UI page from a given OpenAPI document from either locally or externally.
C#
1
star
63

xUnit-Moq-Sample

This provides a sample codes to present xUnit and Moq as a testing framework
C#
1
star