Azure Automation and Managed Identities

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

ความคิดเห็น • 24

  • @theako999
    @theako999 2 ปีที่แล้ว +2

    Thank you very much for this. This really explained it well for me!

    • @Ciraltos
      @Ciraltos  2 ปีที่แล้ว

      Thanks, glad to hear!

  • @jasoneastwood4907
    @jasoneastwood4907 ปีที่แล้ว

    That was easier than I thought, thanks for sharing!

  • @girishwalawalkar5076
    @girishwalawalkar5076 2 ปีที่แล้ว

    Thanks a lot, its Gr8 Video and so simple to understand.

  • @arifusman6123
    @arifusman6123 3 ปีที่แล้ว

    Great detailed video, thank you

    • @Ciraltos
      @Ciraltos  3 ปีที่แล้ว

      Thank you!

  • @yahorsinkevich4451
    @yahorsinkevich4451 3 ปีที่แล้ว

    Simple and great, thank you

  • @dominicnike
    @dominicnike 3 หลายเดือนก่อน

    Thank you for this simple steps which you demo and i must say this is a very good step to follow but i have a question to ask i don't know if you will be of good help to my question I am having issues on how to restart a webapp service in azure where i want to include Manage Identity to be able to restart the webapp service but don't know if you have a demo or a bicep code for this?

  • @Sakkshi_
    @Sakkshi_ ปีที่แล้ว

    Lov you Travis, you save me

  • @WaenglTaengl
    @WaenglTaengl 5 หลายเดือนก่อน

    Very good tutorial. Thank you! :) #subbed

  • @Avean
    @Avean ปีที่แล้ว

    Any advice on connecting to graph with this? Added the Microsoft.Graph.Authentication from the gallery and using Import-Module 'Microsoft.Graph.Authentication' but it fails to find the module when importing. Tried so many things now.

  • @tayoadaraloye
    @tayoadaraloye 3 ปีที่แล้ว

    Thanks Travis Roberts. Great video.

  • @felipebrandao6421
    @felipebrandao6421 3 ปีที่แล้ว

    Great!

  • @mithilanavishka9884
    @mithilanavishka9884 8 หลายเดือนก่อน

    is azure rm power shell module are not working now ? that's why you used new AZ modules or your script is based on new AZ module ?

  • @kannardasan5073
    @kannardasan5073 4 หลายเดือนก่อน

    Hello Sir, I am getting below error. Cannot bind argument to parameter ;subscription ID" because its Null.

  • @leonardolemos1003
    @leonardolemos1003 ปีที่แล้ว

    Hi Travis, can Azure automation account be used to run a script at the OS level of a VM?

  • @Power_in_Praise
    @Power_in_Praise 2 ปีที่แล้ว

    How to start VMS with the managed Identity.?

  • @user-yt9zb7fy7d
    @user-yt9zb7fy7d 3 ปีที่แล้ว

    Hi Travis, great video. Is it possible to create an azure vm using CLI from my TP using managed identity?

  • @sriharimanoj1
    @sriharimanoj1 3 ปีที่แล้ว

    Can we have link for auto-start?

  • @Jmdkr3389
    @Jmdkr3389 2 ปีที่แล้ว

    Great video Travis! Btw I am trying to get the object id from the managed Identity from the Automation account using powershell.
    How can I do this ?
    I use:
    $AzureContext = (Connect-AzAccount -Identity).context
    but how can I retrieve the Managed Identity objectID ?

  • @SanjeevKumar-tk1zz
    @SanjeevKumar-tk1zz 2 ปีที่แล้ว

    I could not able to find link for code, could you please assist?

  • @mosksky
    @mosksky 3 ปีที่แล้ว

    Ty Travis! How do you suggest using automation account for taking care password expiration of SA when joined to AD (as computer object)? That will require to run as a user and not as SPN (with MSI)
    Update-AzStorageAccountADObjectPassword `
    -RotateToKerbKey kerb2 `
    -ResourceGroupName "00000-xx" `
    -StorageAccountName "xxxxsa"

  • @Beansswtf
    @Beansswtf 3 ปีที่แล้ว

    Maybe useful for someone, If you are using a hybrid worker VM group to run your runbooks, the VM itself needs to have the managed identity enabled and rbac configured, NOT on the automation account.

  • @plusvision100
    @plusvision100 2 ปีที่แล้ว

    Can't we just use "stop-AzVM" command?