We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The runbook, which can be found here: https://github.com/Azure/SAP-on-Azure-Scripts-and-Utilities/blob/main/Start-Stop-Automation/Automation-Backend/Runbooks/Tag-SAPSystemStandaloneHANA.ps1 is still using RunAsAccount and thus doesn not work anymore.
Suggested Code change in section:
#$connection = Get-AutomationConnection -Name AzureRunAsConnection #Add-AzAccount -ServicePrincipal -Tenant $connection.TenantID -ApplicationId $connection.ApplicationID - .... Connect-AzAccount -Identity
The text was updated successfully, but these errors were encountered:
hello @enterprise-1701-d you are right, code need to be fixed , will do it. Thanks for bring it it up
best
Sorry, something went wrong.
No branches or pull requests
The runbook, which can be found here: https://github.com/Azure/SAP-on-Azure-Scripts-and-Utilities/blob/main/Start-Stop-Automation/Automation-Backend/Runbooks/Tag-SAPSystemStandaloneHANA.ps1 is still using RunAsAccount and thus doesn not work anymore.
Suggested Code change in section:
Connect to Azure
#$connection = Get-AutomationConnection -Name AzureRunAsConnection
#Add-AzAccount -ServicePrincipal -Tenant $connection.TenantID -ApplicationId $connection.ApplicationID - ....
Connect-AzAccount -Identity
The text was updated successfully, but these errors were encountered: