Azure SQL Managed Identity with Entity Framework Core | EF Core | ASP.NET Core

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 6

  • @hutchm92
    @hutchm92 7 месяцев назад

    Excellent video, straight to the point. Thank you!

  • @julianlumetsberger4151
    @julianlumetsberger4151 7 месяцев назад

    great work!

  • @asdasdaa7063
    @asdasdaa7063 5 месяцев назад

    it would be great to see how to use T-SQL to: create user [example-user] from external provider alter role db_datareader add member [example-user] in code. Should one just use the MicrosoftDataSqlClient package for this?

  • @meenakshimeenu1247
    @meenakshimeenu1247 4 месяца назад

    even after doing this all changes anf after foloowingt your steps , i am still getting same issue as login failed for user identified token principle
    plzz help me out

  • @harishukirade4907
    @harishukirade4907 5 месяцев назад

    I think you mixed both approaches using System assigned and user assigned

  • @kishorekaranth6572
    @kishorekaranth6572 Год назад

    If i am using. Net core version 2.1, should i follow same steps to achieve this? Also i have generic repository pattern to interact with database. Can you tell me what needs to be done?