Skip to content

Commit

Permalink
Add servicebus-dotnet-functionapp template from
Browse files Browse the repository at this point in the history
Add servicebus-dotnet-functionapp template
Author: @Gordonby
  • Loading branch information
hemarina authored Jul 27, 2023
2 parents fe4b0bf + d8ef747 commit 470afe4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,16 @@ const Users: User[] = [
source: 'https://github.com/pamelafox/flask-db-quiz-example',
tags: ['python', 'flask', 'bicep', 'appservice', 'webapps', 'azuredb-postgreSQL']
},
{
title: 'DotNet Function App with Service Bus',
description:
'A sample that uses a C# Function App with native Service Bus bindings to both add and react to Queued Messages',
preview: require('./images/servicebus-dotnet-functionapp.png'),
website: 'https://github.com/gordonby',
author: 'Gordon Byers',
source: 'https://github.com/Gordonby/servicebus-dotnet-functionapp',
tags: ['dotnetCsharp', 'functions', 'bicep', 'servicebus']
},
];
// *************** CARD DATA ENDS HERE *******************

Expand Down

0 comments on commit 470afe4

Please sign in to comment.