Managed Identities with Azure AD (Active Directory) Tutorial

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 180

  • @harshashetty5683
    @harshashetty5683 2 роки тому +1

    Top class explanation. Easy to understand if you are just getting started with Azure🌟

  • @AdamMarczakYT
    @AdamMarczakYT  4 роки тому +17

    Hey dears! A quick clarification on the video.
    For Virtual Machines Managed Identity endpoint is actually running outside of VM and is called IMDS (Azure Instance Metadata service). Old endpoint was located at localhost docs.microsoft.com/en-us/azure/key-vault/secrets/tutorial-net-linux-virtual-machine?WT.mc_id=AZ-MVP-5003556 but it was deprated in January 2019. This endpoint is only accessible from within a VM though. My bad here on putting it inside of VM box, it was supposed to be logical not physical boundary. But I was pointed out I said running locally during the video. Thanks Gregory S. for pointing this out.

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

    I'm watching it a year later -> still good ;-)
    THX

  • @AnastasiyaIvanova-ho3nr
    @AnastasiyaIvanova-ho3nr Рік тому

    watching this video 15 Dec 2022
    api-version is still 7.0
    On Azure Data Factory, UI was changed. Go to Manage tab of the left panel -> Linked Services. There is no shortcut for the adding access policy, but we added it previously, it's not needed.
    When add role assignment in storage account, after you chose the role go next to Members, select Assign access to Managed identity and select your subscription, then data factory and your ADF name

  • @sajidparvez336
    @sajidparvez336 2 місяці тому

    @AdamMarczakYT In the last demo of this video @27:21 we are able to get the connection string. As far as I understand one of the reason for using Managed Identity is to discourage sharing/disclosing connection string directly with the developers. Now using this connection string, anyone can get access to the restricted resources. Am I missing anything here 🤔?

  • @saikumar-ly3um
    @saikumar-ly3um 4 роки тому

    Thanks Adam Nice

  • @DavidPazdera
    @DavidPazdera 4 роки тому +12

    Not only that your videos are very practical, I really like how you explain various concepts, in this case, how you compared three authentication methods in such a clear way. Splendid work, as always, Adam :)

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

      Awesome! Thanks David, I appreciate it 😊

  • @sushilvisual
    @sushilvisual 3 роки тому +3

    Hey Adam,
    Really I enjoy your every video. I think that your 30 minutes video are more worthful than Pluralsight / Udemy 3 hrs courses.
    I have one request , Can you create some video on Docker/ AKS

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

      Wow, thanks! I appreciate that. Container tutorials are a possibility in the future :)

  • @revathisai7039
    @revathisai7039 3 роки тому +4

    Thanks for the amazing tutorial, Adam. I like the fact that you cover the concepts along with practicals and its hugely helps the learners,

  • @Soyin
    @Soyin Рік тому +2

    Oh man, I learned more in 30 minutes from this than in 3 weeks of trying to navigate the Azure docs. Great explanations and demos! ❤

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

    what if I want to use a user assigned managed identity to connect to Azure Databricks workspace? How am I supposed to get the bearer token for the workspace using this MI? I am planning to do it via external methods like python or powershell, but unable to find any resources. Could you please advise?

  • @TheTrace8
    @TheTrace8 3 роки тому +3

    I LOVE the diagrams. Those aid my understanding greatly! Also, the simplicity and clarity of your thoughts is priceless.

  • @MelarDev
    @MelarDev 3 роки тому +1

    Your content is awesome, I would just like to ask you to add chapters on your videos, it really helps to go back to specific chapters without searching for them manually, your first video had chapters.

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

      That's a good idea! I already have chapters in the new videos once I realized UA-cam supports these, might go back to update them for previous videos :)

  • @jarekch9953
    @jarekch9953 Рік тому

    Is it posible to using Managed identities for Microsoft Flow connectors authentication? For example Connector to O365 Outlook for sending email by Flow or Sharepoint Connector to accessing data in SHP? I have tested "service principal" in Power Automate/Flow, but is not posible for sending email or SHP access(only for other some connectors). Maybe Managed Identity can, but any instruction for Flow.

  • @RAJATSAHANI123
    @RAJATSAHANI123 3 роки тому +1

    Thanks Adam for wonderfull videos

  • @GagandeepSingh-lz5bg
    @GagandeepSingh-lz5bg Рік тому

    Hello Adam, I have a question. For example, let's say I have a Console application that runs on premise under a service account. Can I create the service account in Azure and assign managed identity to it? Then connect to key vault using that service account from on prem?

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

    So we are investigating implementing a similar azure AD application proxy ...IE initial user authentication and then acting as a reverse proxy to the internal web applications
    We see this as a requirement to securely allow our employees to access selected internal applications from their own devices from external (internet)
    So could you assist please with guidance on how this can be achieved?
    Also how we can enable/implement sms and email?

  • @peteradedeji2800
    @peteradedeji2800 3 роки тому +1

    Thank you Adam, i enjoy all your videos. I have a quick question for you do you do private tutorial? if yes can you share your email and i will contact you. Thanks

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

      Thanks Peter. Unfortunately I don't provide private sessions at this time due to lack of time, but thanks for asking!

  • @nishitkumar7650
    @nishitkumar7650 3 роки тому +1

    Keep posting more videos on Azure AD server

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

    Adam, its a great work. Can anyone help me regarding this doubt. My doubt is can we use managed identity with notification hub.

  • @mayank2k2
    @mayank2k2 3 роки тому +1

    Hi Adam, I saw many of your videos, thanks for putting great efforts on your videos, each videos provided very good understanding of azure service along with practical knowledge, I learned a lot from these.

  • @arunkumar-up3uo
    @arunkumar-up3uo 2 роки тому

    how to copy data from vm to storage account using system managed identities?regularly on daily basis without getting authentication for copying manually.

  • @sarthakadgaonkar7035
    @sarthakadgaonkar7035 7 місяців тому

    Hey Adam, nice explanation and to the point. One question, can we add identity object id at key level?

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

    thank you.. very nice videos, helped me a lot with AZ900.

  • @jlmvdxb1654
    @jlmvdxb1654 3 роки тому +1

    HI Adam, explanation is very good , short and clean. Hoping i will go through remaining all your videos.

  • @Mr222Praveen
    @Mr222Praveen 3 роки тому +1

    superb explanation pls upload eventgrid with angular application example

  • @abhijitk7363
    @abhijitk7363 4 роки тому +2

    Adam, I must say you have a super brain to explain such complex Azure feature within just 30 mins and plenty of demos and scenarios. Great work again... Please keep it up... Hope you and your family is safe in whichever geography you live in during current COVID-19 pandemic. Thanks buddy. Love your Azure videos.

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

      Wow, thanks! You too, stay safe! :)

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

      I agree, For a 30mins Video Tutorial like this definitely a "Super Brain"

  • @marcschalich3226
    @marcschalich3226 11 місяців тому

    that was very helpful. Thank you very much!

  • @kemisettipavan
    @kemisettipavan 4 роки тому +1

    Nice video Adam, How can we use the managed identities by using logic apps as a target resource Windows defender ATP as this is not the service of Azure. Thanks.

    • @AdamMarczakYT
      @AdamMarczakYT  4 роки тому +1

      Hi, unfortunately I don't know. I'm not windows defender specialist. I would assume not if it's not protected by Azure AD since managed identities come from azure ad. thanks for watching :)

  • @xiwang5337
    @xiwang5337 3 роки тому +1

    A big thank you Adam for your detailed explanation and demonstration of Managed Identity, better than any other videos on UA-cam!

  • @CosmeJunior
    @CosmeJunior 3 роки тому +1

    I try to watch other channels, but Adam's way of teaching is unique, is so much cool the way and the time he spends doing such great material. It's incomparable

  • @techgirllifts
    @techgirllifts 4 роки тому +1

    hey, Where can I find that script, to run on the the app service , to check the access token

    • @AdamMarczakYT
      @AdamMarczakYT  4 роки тому +1

      Every video comes with samples available on GitHub. Link to relevant repository is always in the video description :) Thanks for watching!

  • @punithajeeva6702
    @punithajeeva6702 3 роки тому +1

    Such a great content. You have used every second effectively. Thank you 😊

  • @jhonnidarshan3094
    @jhonnidarshan3094 Рік тому

    Hi adam ! I am looking az 204 series from you

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

    very cool explanation! thanks!

  • @chuaeehwee2012
    @chuaeehwee2012 3 роки тому +1

    Thsnk Adam! I finally understood!!

  • @kishorenekkalapu4902
    @kishorenekkalapu4902 3 роки тому +1

    Thanks a lot for all your amazing videos.

  • @pawanmodi9020
    @pawanmodi9020 3 роки тому +1

    I am kind of loving your videos a lot. Every time I want to learn some Azure topic, I just hope you would have one already created on that topic :) Great work. Love your simplicity.
    Just a suggestion - From next time if you can show the demo using GUI (like creating a project, downloading Microsoft packages, etc.) that would be a great help for someone who doesn't have programming knowledge. Thanks a lot again!

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

      Great suggestion! Thanks for watching!

  • @govthamreddy
    @govthamreddy 3 роки тому +1

    Nice video Adam, How can we use the managed identities with function app for accessing Storage Account securely? Can you point me in the right direction in this scenario.

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

      Not using bindings yet :( github.com/Azure/azure-functions-host/issues/6423 but you can try this docs.microsoft.com/en-us/samples/azure-samples/functions-storage-managed-identity/using-managed-identity-between-azure-functions-and-azure-storage/?WT.mc_id=AZ-MVP-5003556

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

      @@AdamMarczakYT thanks for the input

  • @ahmadawad5855
    @ahmadawad5855 6 місяців тому

    Great Video as always!
    Thanks a lot Man

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

    Great tutorial....just need a little more details about...OpenID/MI Endpoint, please if possible provide some links

  • @darjichirag235
    @darjichirag235 Рік тому

    Thanks for the amazing tutorial, Adam. I like your videos that you cover az-900 and Active Directory. Your teaching methods are excellent to understand how the services are working on azure. I like all your videos. Please create a more videos on AZ-104..

  • @thomasmantorp9568
    @thomasmantorp9568 11 місяців тому

    Your videos are amazing! You explain everything so clear. In my view that means you have a prefect understanding of what you are doing. Great!!!!

  • @shoreshkhezri9674
    @shoreshkhezri9674 3 роки тому +1

    as always it was great explanation, thanks for sharing

  • @sivasrimakurthi206
    @sivasrimakurthi206 Рік тому

    @adam Marczak -- This is the comprehensive lesson of managed identity, you have touched all the topics that I need clarifications with. Wonderful lesson, and thanks for all you have done!!

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

    Thanks Adam for explaining Managed Identity with Practical examples. That really helps.

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

    in first demo, why do we not to need to get token from azure ad ?

  • @chrismcclure4264
    @chrismcclure4264 3 роки тому +1

    Great video. You make learning Azure fun!

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

    in 7:13 why did you not copy the whole string?

  • @0i0l0o
    @0i0l0o 9 місяців тому

    I was searching for local development settings and Managed Identity a couple of months ago. This is awesome. Thank you Adam 💙

  • @Rookiande
    @Rookiande 4 роки тому +1

    Is it possible to use Managed Identity for service to service authentication (app service A calls app service B)?

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

      Of'course. Entire point of managed identity is for service to service communication. Whole video talks about it and all demos are showing service to service communication. In this service A is the one you developed and service B is Microsoft Azure services. But nothing stops you from building service B as well.

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

      @@AdamMarczakYT Is there some sample code for web app to web app authentication?

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

      No good end to end guides that I found. I think the topic is too long for simple tutorial. Best is to follow this video and then check the MS guides on how to generate token using managed identity and send it with HTTP request. Then separately check guides on how to secure API endpoint with Azure AD authentication. Combine the two to get full picture.

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

    A great way to present this information. I will surely become a fan of your channel quickly. Thanks again for the great video.

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

    Amazing! I was searching how Azure key vault working with ADF and your video explained it all and more. Thank you!

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

    hi
    Adam Marczak, Has Microsoft moved the feature "Access Policy" under "Access Control (IAM)" feature to assign System or User Assigned Identity?

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

      You mean for Key Vault? Key Vault now supports two ways to authorize. Either via Access Policies or via Access Control (RBAC roles). RBAC roles are still in preview though. :)

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

    Wow Adam!! This is really very helpful!! Thanks a lot for this amazing video 😊

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

    Hi Adam, I tried following you on logic apps to perform https request and datafactory connections. however those options are not in azure anymore. hope you tell us why? I'm assuming they automate it already or changed its name?

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

    While there's been upgrade in the Key Vault permissions since this video, much of it still makes perfect sense. This was a good overview, Adam! indeed it helped better understand it. Thank you so much.

  • @Charlotte-zl3ty
    @Charlotte-zl3ty 2 роки тому

    Hi Adam, thanks so much for the video. Could you advise if it is necessary to use managed identity with key vault, or does managed identity render key vault useless within the same architecture? Thanks!

  • @lupovladi968
    @lupovladi968 3 роки тому +1

    Amazing work, Thank you, Adam!

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

    Very well explained. It will clear the conception of azure identity.

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

    Excellent and pedagogical video - many thanks!

  • @rswan263
    @rswan263 Рік тому

    Can this be used with SSRS?

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

    I am a beginner of Azure from Hong Kong, I have been finding a video like this one for a long time, it's straight to the point, within 30 mins you resolved all my questions already. Thank you so much Adam. Plesae keep up your good work.

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

    How can I check whether Managed identity has been used in our web app in Azure? Can you please tell me?

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

    Nice. Can we have one video on the difference between managed identity and service principal?

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

    U r cool , but not azure :)

  • @HarshalGeet
    @HarshalGeet 3 роки тому +1

    Excellent.

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

    really so informative

  • @prashanthxavierchinnappa9457
    @prashanthxavierchinnappa9457 3 роки тому +1

    Best video on Managed Identities!

  • @rgv5966
    @rgv5966 Рік тому

    Great video Adam, thanks for all the effort that goes into it.

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

    Would you need a managed identity for ARM so you can to refer to key vault?

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

      It depends on who deploys this. If you deploy this from your account then you need to have KV permissions, if you deploy from VM using Managed Identity then the same principle applies.
      Read more here docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-use-key-vault?WT.mc_id=AZ-MVP-5003556

  • @santoshgp2724
    @santoshgp2724 Рік тому

    Good explanation !

  • @JosiahWarren
    @JosiahWarren Рік тому

    Your presentation and animation is the best i have seen.

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

    I am running into problems on how to set the Office 365 side after setting up Data Factory, not using key vault, just Service Principal Key with Sharepoint connector. I have not see any blogs or videos on this. I was just wondering if it can be done. Great content and presentation on all your videos. Thanks!

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

      Hey, did you go through MS guide on SharePoint connector? It's available in the documentation, just google it. They explain very nicely what you need to do in terms of permission setup. Thanks for tuning in.

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

      @@AdamMarczakYT Thanks Adam, I really appreciate it.

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

    Great tutorial but how to get MSI_ENDPOINT and MSI_SECRET? i want to get the AZ AD token via MSI for my web app using Nodejs, can anyone help me achieve it?

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

      They are available as environment variables, so use process.env to get them.

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

    There is no webserver running on machine for metadata store. It's webservice running in Azure but only accessible by non-routable IP address.

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

      For VM yes since it's running on 169.254.169.254 which suggest IP within the same network. Also probably some of PaaS services work this way too, but I don't think it's publicly stated how they work with MI behind the scenes. On the other hand App Service it's on 127.0. 0.1 suggesting locally running service. In the end, you are right, I changed my example from app service to VM example so I should have moved it out of the 'Virtual Machine' box, although it was meant to be more logical rather than physical, my fault, shouldn't have done that in retrospective. Cheers! I pinned clarification comment under the video, thanks.

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

    Loved the tutorial. Great clarity.

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

    How do we use User assigned Identities for resources which have Managed Identities by default like ADF?

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

      ADF does not support user assigned identities check this document to check which services do support it docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/services-support-managed-identities#azure-data-factory-v2?WT.mc_id=AZ-MVP-5003556

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

    Hi Adam, great explanation. I would like to know if I could implement security in the same way explained in video where service A is hosted in non Azure environment and Services B is Azure function http trigger .

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

      You can utilize Managed Identities and connect to a keyvault (if that's what you choose to do) from an external service trying to access a resource within Azure by utilizing Azure Arc. Azure Arc "registers" external to Azure services/resources and can assign an identity to that, to which then you can use similar to an Azure based resource/service. You will have to run a powershell script (which Azure typically supplies to you) on that external service/resource for Azure to properly register it. An example would be a SQL Server instance running on an EC2 in AWS.

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

    Hi Adam, do you know if there is any way to use managed identities accross different tenants? I have only been able to do this using an App registered for multi-tenant use, it seems managed identites can be used only within a single tenant

    • @AdamMarczakYT
      @AdamMarczakYT  2 роки тому +1

      Managed Identities are not designed for multi-tenant scenarios. Service Principal /App is currently the only way.

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

      @@AdamMarczakYT thanks for anwering and for all your amazing videos 😊

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

    Hi Adam.. this was really helpful and very easy to understand! Just obe question from my end - the logic app was able to retrieve the connection to storage account from key vault. Can you please guide me with the step to then connect to the storage account with that connection string and read the file in the storage account?

    • @AdamMarczakYT
      @AdamMarczakYT  3 роки тому +1

      Hey, check out my Logic Apps tutorial video. It shows how to connect to blob storage from Logic App.

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

    Thanks!

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

    Thanks Adam for sharing the detailed explanation, very helpful.

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

    hi how can i leverage the managed identity when my resource is in another tenant and my azure AD is in separate tenant?

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

      Nope, Managed Identities don’t support that. Feel free to check FAQ for official statement docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/known-issues?WT.mc_id=AZ-MVP-5003556

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

    Great tutorial as usual, Adam. Please what do you use for your architectural diagrams?

    • @AdamMarczakYT
      @AdamMarczakYT  4 роки тому +1

      Just like a true architect I use PowerPoint :D Thanks for watching!

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

    Great Tutorial as always. Please make videos on Azure Networking too.

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

    Thanks Adam. Awesome video. Clearly explained.

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

    liked the video before watching it !!! Brother, you have my respect \,\,

    • @AdamMarczakYT
      @AdamMarczakYT  4 роки тому +1

      I appreciate that! That is a big trust and I hope it pays off! Thanks again!

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

    thanks, this is a great video, ur git repo is very useful for study

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

    Did I say this guy is awesome? - Your videos are helpful, thank you.

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

    How to use managed identity when using PHP which doesn't have an Azure SDK?

    • @AdamMarczakYT
      @AdamMarczakYT  3 роки тому +1

      Make HTTP call on this REST endpoint. Similarly to JavaScript or PowerShell docs.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=powershell&WT.mc_id=AZ-MVP-5003556#rest-protocol-examples

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

      @@AdamMarczakYT Thanks for the prompt response. I'm able to get the access token and am making requests to the app configuration API: docs.microsoft.com/en-us/azure/azure-app-configuration/rest-api-key-value#list-key-values
      // App configuration uri
      resource=".azconfig.io"
      // Get access token
      access_token="$(curl -s -H Metadata:true \
      "169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=${resource}" | \
      jq -r ".access_token")"
      // Get app config using access token
      config="$(curl --silent --get \
      --header "Authorization: Bearer ${access_token}" \
      "${resource}/kv?api-version=1.0")"
      Unfortunately config is always empty here. Am I missing something?

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

      Without diving deeper, your code looks more or less OK. If you get 200 success response from the last CURL then I'd try different endpoints as per docs docs.microsoft.com/en-us/azure/azure-app-configuration/rest-api-key-value?WT.mc_id=AZ-MVP-5003556 maybe this /kv?label=*&api-version={api-version} anyways it should work so you are very close, good luck!

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

      @@AdamMarczakYT I got it working, thanks. Had not assigned the right access role to the system managed identity.

  • @RSingh-
    @RSingh- 4 роки тому

    As always, great video Adam. Thanks for bringing such marvelous videos week after week.

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

      My pleasure. It's hard but at the same time it's very satisfying seeing comments like this. Thanks!

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

    Thanks Adam, great job on your videos!

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

    U r the man!!.. this is what i was looking for

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

    Great Tutorial Adam. Thanks for the videos.

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

    Very good tutorial! Thanks alot! Do you know a way to secure the storage account automatically created when creating a function app so that it uses managed identity instead of shared access keys?

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

      Good question Robert, unfortunately last time I checked Managed Identity is not yet supported for WebJobs storage github.com/Azure/azure-webjobs-sdk/issues/2366

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

      @@AdamMarczakYT Thanks Adam, there are several issues with the security of the webjob storage account as it doesn't support activating the storage account firewall. The only way to secure the account is to put it in a VNET but then you loose the serverless option as you need to go with premium SKU
      . Hope they will fix these issues soon.

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

      I hope so too, I love serverless option but it does add a little complexity when it comes to security.

  • @sunilh.k8233
    @sunilh.k8233 4 роки тому

    Great job Adam. Thanks

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

    Nailed it , awesome explanation as usual.. keep going !!!

  • @RameshP-ds4xt
    @RameshP-ds4xt 4 роки тому

    Thanks a lot for the videos !!!

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

    Excellent. Thanks. Bharat