You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A specific use case requires full automation and the first thing would to not have to type in Entra ID credentials to view Azure resources.
Describe the solution you'd like
Be able to connect to Azure using a service principal account that has the correct permissions assigned.
Describe alternatives you've considered
This would probably be one additional option to connect. Another could be cert authentication.
Additional context
I leveraged the Connect-AzAccountdocumentation to validate first functionality.
Permissions to set basically functionality was Reader Role on the Resource Group and was able to see the resource group using Get-AzResourceGroup. I was also able to see using Get-AzStorageAccount.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A specific use case requires full automation and the first thing would to not have to type in Entra ID credentials to view Azure resources.
Describe the solution you'd like
Be able to connect to Azure using a service principal account that has the correct permissions assigned.
Describe alternatives you've considered
This would probably be one additional option to connect. Another could be cert authentication.
Additional context
I leveraged the
Connect-AzAccount
documentation to validate first functionality.Permissions to set basically functionality was
Reader Role
on the Resource Group and was able to see the resource group usingGet-AzResourceGroup
. I was also able to see usingGet-AzStorageAccount
.The text was updated successfully, but these errors were encountered: