marcduiker / azure-functions-university

Repository with training material to learn all about Azure Functions <⚡>
Other
387 stars 91 forks source link

Content Request: Translate .NET Core 3.1 CosmosDB lesson to .NET6 (isolated process) #213

Open marcduiker opened 2 years ago

marcduiker commented 2 years ago

📝 Lesson Description

The existing .NET Core 3.1 lesson about CosmosDBTrigger and bindings need to be translated to .NET6 (isolated process). The existing .NET Core 3.1 lesson will remain, so the .NET 6 specific version will be added in separate folders (lesson/dotnet6/cosmosdb, and src/dotnet6/cosmosdb). I suggest the simplify the current lesson to start with an HTTPTrigger instead of a QueueTrigger.

.NET Core 3.1 CosmosDB lesson

CosmosDBTrigger docs

Article announcing about extended support ending in Dec 2022

✍ Authoring of the lesson - Writing

Yes I can

👩‍🏫 Authoring of the lesson - Presenting

Yes

madebygps commented 2 years ago

I got this one Marc :)

madebygps commented 2 years ago

Linked PR