Thank you very much for this. This really explained it well for me!
@Ciraltos2 жыл бұрын
Thanks, glad to hear!
@jasoneastwood4907 Жыл бұрын
That was easier than I thought, thanks for sharing!
@dominicnike2 ай бұрын
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?
@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.
@leonardolemos1003 Жыл бұрын
Hi Travis, can Azure automation account be used to run a script at the OS level of a VM?
@kannardasan50733 ай бұрын
Hello Sir, I am getting below error. Cannot bind argument to parameter ;subscription ID" because its Null.
@girishwalawalkar50762 жыл бұрын
Thanks a lot, its Gr8 Video and so simple to understand.
@mithilanavishka98846 ай бұрын
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 ?
@Power_in_Praise2 жыл бұрын
How to start VMS with the managed Identity.?
@mosksky3 жыл бұрын
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"
@Sakkshi_ Жыл бұрын
Lov you Travis, you save me
@user-yt9zb7fy7d3 жыл бұрын
Hi Travis, great video. Is it possible to create an azure vm using CLI from my TP using managed identity?
@arifusman61233 жыл бұрын
Great detailed video, thank you
@Ciraltos3 жыл бұрын
Thank you!
@sriharimanoj13 жыл бұрын
Can we have link for auto-start?
@Jmdkr33892 жыл бұрын
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 ?
@WaenglTaengl4 ай бұрын
Very good tutorial. Thank you! :) #subbed
@yahorsinkevich44513 жыл бұрын
Simple and great, thank you
@SanjeevKumar-tk1zz2 жыл бұрын
I could not able to find link for code, could you please assist?
@Beansswtf3 жыл бұрын
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.