The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
This pull request includes a significant change to the Azure login process in the .github/workflows/test-portal.yml file. The change simplifies the login process by upgrading the Azure login action to version 2 and removing the distinction between OIDC and Client Secret logins.
.github/workflows/test-portal.yml: Upgraded the Azure login action from version 1 to version 2, removing the need for separate OIDC and Client Secret login steps. This simplifies the login process and makes the workflow more maintainable.
As part of this PR, we also need to cleanup AZURE_CLIENT_SECRET.
Overview/Summary
This pull request includes a significant change to the Azure login process in the
.github/workflows/test-portal.yml
file. The change simplifies the login process by upgrading the Azure login action to version 2 and removing the distinction between OIDC and Client Secret logins..github/workflows/test-portal.yml
: Upgraded the Azure login action from version 1 to version 2, removing the need for separate OIDC and Client Secret login steps. This simplifies the login process and makes the workflow more maintainable.As part of this PR, we also need to cleanup AZURE_CLIENT_SECRET.