Ask Anthony: Getting started with .NET 5 on Azure Functions

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 8

  • @simoncrouch
    @simoncrouch 3 ปีที่แล้ว +1

    Really nice demo on the new out-of-process .net 5 on Azure Functions, thanks! :)

  • @user-zi2wo2nr2b
    @user-zi2wo2nr2b 3 ปีที่แล้ว

    Very useful, thanks! Don't you know by chance what's up with poco binding? It was working fine previously, but doesn't seem to work with .net 5

  • @L0RDeX
    @L0RDeX 3 ปีที่แล้ว

    Did someone try to deploy this to Azure? I see everything works locally, same as mine, but when I deploy it to Azure - nothing works

  • @sdbhattacharya
    @sdbhattacharya 3 ปีที่แล้ว +1

    Is there a way to implement exception filter or exception Middleware in azure functions with Net5. I'm not able to find httpcontext objects to form the response based on different exception. If any advice is there, kindly share

    • @perterter5465
      @perterter5465 3 ปีที่แล้ว

      I'm having the same issue. Did you find any way to implement exception filters or middleware?
      Specifically I want to return user readable 400 errors with a CosmosDbInput binding that's normally giving 500.

    • @sdbhattacharya
      @sdbhattacharya 3 ปีที่แล้ว

      @@perterter5465 I created an extension method of httprequestdata and have called it from a Middleware and passed functioncontext. From context I was able to the claims. We have also managed to return the httpresponsedata with different status codes by catching different types of exceptions in the Middleware. Filter is not an option in Net5 with azure functions yet as per my understanding.

  • @mihairiapko4572
    @mihairiapko4572 3 ปีที่แล้ว

    hello Anthony, maybe signalR snake tutorial? we (subscribers) would appreciate this much