- 3
- 17 371
Prashant Khandelwal
Приєднався 8 чер 2013
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
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.
Thanks for the video man.
what is the best now ???
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 .....
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.
@@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.
@@rahuldhoundiyal7407 It is there: www.nuget.org/packages/Microsoft.AspNetCore.NodeServices/
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.
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.
Hi Prashant, Thank you for the video. Is it possible to disable password and use only Azure AD & OTP to sign-in ?
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
@@nullgap Thank you. :-)
make more video on azure
What if we miss " Additional Security Verification " page password ?? how to access mail ??
my query is how to enable MFA in User AC ?? with the help of Microsoft authenticator?
Nothing is visible in this how to see ???????
Really nice video...
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.
Thank you Prashant! Video is really informative. Could you please help me with the login page that you have configured.
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.
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.
good and helpful stuff about some fierce code
Thank you! Your video saved me several hours of time.
Really helpful Prashant. Thank you for the video.