Azure Automation and Managed Identities

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

КОМЕНТАРІ • 24

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

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

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

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

    Simple and great, thank you

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

    Great detailed video, thank you

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

    Lov you Travis, you save me

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

    Very good tutorial. Thank you! :) #subbed

  • @dominicnike
    @dominicnike 16 днів тому

    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?

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

    Thanks Travis Roberts. Great video.

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

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

    Great!

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

  • @kannardasan5073
    @kannardasan5073 Місяць тому

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

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

  • @mithilanavishka9884
    @mithilanavishka9884 4 місяці тому

    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 ?

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

  • @PremKumar-ip8eo
    @PremKumar-ip8eo Рік тому

    How to start VMS with the managed Identity.?

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

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

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

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

    Can we have link for auto-start?

  • @SanjeevKumar-tk1zz
    @SanjeevKumar-tk1zz 2 роки тому

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