Azure Automation and Managed Identities

Поделиться
HTML-код
  • Опубликовано: 30 июл 2024
  • Azure Automation uses Run As accounts to authenticate and manage resources in an Azure subscription. In this video, we review using Managed Identities in Azure Automation (preview) to control access to Azure resources. The video then provides an Azure Automation Tutorial on creating an Azure Automation account, configuring a Managed Identity, setting RBAC permissions, and then creating a runbook that shuts down Azure Virtual Machines on a tag value.
    Links
    GitHub Code:
    github.com/tsrob50/AzureAutom...

Комментарии • 21

  • @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.

  • @theako999
    @theako999 Год назад +2

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

    • @Ciraltos
      @Ciraltos  Год назад

      Thanks, glad to hear!

  • @yahorsinkevich4451
    @yahorsinkevich4451 3 года назад

    Simple and great, thank you

  • @arifusman6123
    @arifusman6123 3 года назад

    Great detailed video, thank you

  • @Sakkshi_
    @Sakkshi_ 9 месяцев назад

    Lov you Travis, you save me

  • @tayoadaraloye
    @tayoadaraloye 3 года назад

    Thanks Travis Roberts. Great video.

  • @felipebrandao6421
    @felipebrandao6421 3 года назад

    Great!

  • @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"

  • @user-yt9zb7fy7d
    @user-yt9zb7fy7d 2 года назад

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

  • @Beansswtf
    @Beansswtf 2 года назад

    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.

  • @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.

  • @mithilanavishka9884
    @mithilanavishka9884 2 месяца назад

    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 ?

  • @dimitriskrallis3498
    @dimitriskrallis3498 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 ?

  • @leonardolemos1003
    @leonardolemos1003 Год назад

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

  • @PremKumar-ip8eo
    @PremKumar-ip8eo Год назад

    How to start VMS with the managed Identity.?

  • @sriharimanoj1
    @sriharimanoj1 2 года назад

    Can we have link for auto-start?

  • @SanjeevKumar-tk1zz
    @SanjeevKumar-tk1zz Год назад

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

  • @plusvision100
    @plusvision100 Год назад

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