Prashant Khandelwal
Prashant Khandelwal
  • 3
  • 17 371
Azure Storage - Using Life Cycle Management To Manage Blobs and Cost
This video tutorial will help you understand on how to make use of Azure Blob Storage Life Cycle Management to manage blobs life time and manage/reduce the storage cost.
Переглядів: 294

Відео

NodeServices in ASP.NET Core
Переглядів 3,6 тис.6 років тому
Learn how to use Node/NPM packages in ASP.NET Core application using Microsoft ASP.NET Core JavaScript Services
Enable Multi Factor Authentication for users in Azure Active Directory
Переглядів 13 тис.7 років тому
Tutorial on how you can enable Multi Factor Authentication (MFA) for a new or existing user in the Azure Active Directory. If you want to know how to create an Azure Active Directory and how to make your ASP.NET application can support Azure Active Directory refer to my blog post here: midnightprogrammer.net/post/single-sign-on-in-aspnet-core-with-azure-active-directory

КОМЕНТАРІ

  • @meseretzeleke7197
    @meseretzeleke7197 5 місяців тому

    How do you verify that the rule executed, and the blobs have actually been deleted? Visual verification is impossible since you have quite a large number of blobs in the contianer.

  • @richarddrawsstuff
    @richarddrawsstuff 2 роки тому

    Thanks for the video man.

  • @darshmostafa6044
    @darshmostafa6044 3 роки тому

    what is the best now ???

  • @rahuldhoundiyal7407
    @rahuldhoundiyal7407 4 роки тому

    Hey, Prashant Firstly thanks for the content!! I have one situation and I am new to .core framework and if node service can be directly inherited with this case then it's beautiful. can this scenario would be using in rest API which is written in the node js should be inherent to asp.net core callback function. I am waiting for your response .....

    • @nullgap
      @nullgap 4 роки тому

      Yes, it should be having the call callback. In the case of rest api, I think you can write your api just like the way you do, but in order to get it called from .NET codebase, you have to set up a callback for it, so the runtime should be able to get the results back to the calling pipeline. You can try writing the rest api like you do in Nodejs but then try creating a wrapper around the API which has a callback feature so that it can be called via .NET code. I am not expert in Node.JS so, please take this as a suggestion and not a solution.

    • @rahuldhoundiyal7407
      @rahuldhoundiyal7407 4 роки тому

      @@nullgap Thanks for your response!!. one more concern does Microsoft.Aspnetcore.nodeservice package is deprecated or obsolete from the NuGet package. because I install it on the core but this gives me a warning for the obsolete package.

    • @nullgap
      @nullgap 4 роки тому

      @@rahuldhoundiyal7407 It is there: www.nuget.org/packages/Microsoft.AspNetCore.NodeServices/

  • @jeremyt7448
    @jeremyt7448 4 роки тому

    This is excellent, unfortunately Microsoft.AspNetCore.NodeServices has been deprecated. You can use Jering.Javascript.NodeJS instead: github.com/JeringTech/Javascript.NodeJS. It provides all of the same features and more.

  • @puravupadhyay2961
    @puravupadhyay2961 4 роки тому

    I cannot see link to enable multi factor auth. I have this message : "Note: only users licensed to use Microsoft Online Services are eligible for Multi-Factor Authentication. Learn more about how to license other users.Before you begin, take a look at the multi-factor auth deployment guide." Thanks.

  • @mohamednazeem5236
    @mohamednazeem5236 4 роки тому

    Hi Prashant, Thank you for the video. Is it possible to disable password and use only Azure AD & OTP to sign-in ?

    • @nullgap
      @nullgap 4 роки тому

      There is a way to do this now but it is still in preview. You can read the documentation here: docs.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-passwordless-phone

    • @mohamednazeem5236
      @mohamednazeem5236 4 роки тому

      @@nullgap Thank you. :-)

  • @sushantchavan4774
    @sushantchavan4774 5 років тому

    make more video on azure

  • @dsingh16
    @dsingh16 6 років тому

    What if we miss " Additional Security Verification " page password ?? how to access mail ??

  • @dsingh16
    @dsingh16 6 років тому

    my query is how to enable MFA in User AC ?? with the help of Microsoft authenticator?

  • @dsingh16
    @dsingh16 6 років тому

    Nothing is visible in this how to see ???????

  • @ymazalmazal1757
    @ymazalmazal1757 6 років тому

    Really nice video...

  • @ymazalmazal1757
    @ymazalmazal1757 6 років тому

    This is really cool. Hope it works with complex scénarios of authetifications with Google FireStore ans companie... Thank you so mch for sharing and taking the time to make this video.

  • @pranavkumar2022
    @pranavkumar2022 6 років тому

    Thank you Prashant! Video is really informative. Could you please help me with the login page that you have configured.

    • @nullgap
      @nullgap 6 років тому

      I have not configured the login page. This is by default coming from the Azure AD when you redirect the user for a challenge. In the AD, you can customize the look and feel of the login page though.

    • @pranavkumar2022
      @pranavkumar2022 6 років тому

      Prashant basically I need to know how to create a login web page that will authenticate with Azure AD. I wish to build an internal web based application in which users can login with the help of their Azure AD credentials.

  • @mgilmore5931
    @mgilmore5931 6 років тому

    good and helpful stuff about some fierce code

  • @dstampfli606
    @dstampfli606 6 років тому

    Thank you! Your video saved me several hours of time.

  • @bluusoda
    @bluusoda 7 років тому

    Really helpful Prashant. Thank you for the video.