9a4f3b2d-8c3e-4f6f-9a5b-2d7b6c4e1f90 #12273
Replies: 29 comments 2 replies
-
|
Good intro to Managed Identities. Just curious - are there any scenarios where they’re not a good fit? 🤔 |
Beta Was this translation helpful? Give feedback.
-
|
This makes sense in the same way we moved away from password strings to passcodes and MFA, moving away from connection strings in config is a step toward more maintainable and secure apps. |
Beta Was this translation helpful? Give feedback.
-
|
Great video and rule Ben |
Beta Was this translation helpful? Give feedback.
-
|
Great video Ben! Seems like a no brainer. I havent really had to work in this space but its something that I would definitely consider if I were |
Beta Was this translation helpful? Give feedback.
-
|
Awesome video and very well explained! Something to remember is that this is mainly for azure-to-azure comms - local dev and external services will be a bit different |
Beta Was this translation helpful? Give feedback.
-
|
Nice metaphor to explain managed identity in simple manner! Sometimes it could be a pain to figure the correct role assignment https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles |
Beta Was this translation helpful? Give feedback.
-
|
Great rule and even better video! Learnt something today 🙏 |
Beta Was this translation helpful? Give feedback.
-
|
Nice easy to understand video Ben! 👏 I see there is an option to create system vs user managed identities, when would I create one over another? Would be helpful to have the C# code snippet you showed in the rule. |
Beta Was this translation helpful? Give feedback.
-
|
Great video from Ben! I loved the real world parallel about using keys vs biometric data |
Beta Was this translation helpful? Give feedback.
-
|
Quick and easy rule! Love it :) The video really helps understand what managed identities are and how to configure them |
Beta Was this translation helpful? Give feedback.
-
|
Awesome Rule Ben, Managed Identities are my favourite. |
Beta Was this translation helpful? Give feedback.
-
|
This is great, anything to that saves me from having to sign in to 4 apps everyday. |
Beta Was this translation helpful? Give feedback.
-
|
The challenges with managed identities:
|
Beta Was this translation helpful? Give feedback.
-
|
When you throw your physical keys away, is there any backup for the managed identities (in case they were broken)? I believe there will be something. |
Beta Was this translation helpful? Give feedback.
-
|
Haven't tried it personally, but it's a good rule and managed identities are a compelling solution! |
Beta Was this translation helpful? Give feedback.
-
|
When I dive deeper into implementing managed identities in enterprise projects, I run into a few key challenges:
|
Beta Was this translation helpful? Give feedback.
-
|
Awesome video Ben. I've had some pain setting up app persmissions with Azure Managed identities before. I created an azure managed identity at the subscription level, which made the setup for my app confusing. Creating managed identities at the Resource Group level makes them easier to find. |
Beta Was this translation helpful? Give feedback.
-
|
Knowing the identity is being managed in one place makes security easier. Good Rule. |
Beta Was this translation helpful? Give feedback.
-
|
Great job with the video! As other have mentioned, I'd love to see more about CI/CD and System-assigned vs User-assigned. |
Beta Was this translation helpful? Give feedback.
-
|
Nice video! Fun stuff |
Beta Was this translation helpful? Give feedback.
-
|
One thing I noticed is that local debugging can be a bit tricky since Managed Identity isn't available outside Azure, so you need to set up DefaultAzureCredential as a fallback. |
Beta Was this translation helpful? Give feedback.
-
|
Haven't used Managed Identities yet. But this video truly opens up the gate for me. Great job, Ben! |
Beta Was this translation helpful? Give feedback.
-
|
This is valuable insight, good work Ben |
Beta Was this translation helpful? Give feedback.
-
|
Nice introduction to the managed identity. Looking forward to seeing how to support local development. |
Beta Was this translation helpful? Give feedback.
-
|
I love Managed Identities. |
Beta Was this translation helpful? Give feedback.
-
|
So convenient ! |
Beta Was this translation helpful? Give feedback.
-
|
Seems really convenient! I'll try to give it a go in my next project 😊 |
Beta Was this translation helpful? Give feedback.
-
|
I'm all up for moving secrets outside of your application. This seems like a great way to do that! |
Beta Was this translation helpful? Give feedback.
-
|
Oh great video! I should try this thing out |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
9a4f3b2d-8c3e-4f6f-9a5b-2d7b6c4e1f90
Learn why Managed Identity should be your default authentication method in Azure projects.
https://www.ssw.com.au/rules/use-managed-identity-in-azure
Beta Was this translation helpful? Give feedback.
All reactions