-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Create deploy-azure-naming-tool-to-azure-webapps-dotnet-core-oidc.yml #155
New issue
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
base: main
Are you sure you want to change the base?
Conversation
Pipeline with OIDC
Mar1NET
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ololo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a GitHub Actions workflow for deploying a .NET Core Azure Naming Tool application to Azure Web Apps using OpenID Connect (OIDC) authentication. The workflow replaces traditional secret-based authentication with more secure OIDC authentication for Azure deployments.
- Introduces OIDC-based Azure authentication using client ID, tenant ID, and subscription ID
- Sets up automated deployment pipeline triggered on pushes to main branch
- Configures build and deploy jobs with proper artifact handling
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
.github/workflows/deploy-azure-naming-tool-to-azure-webapps-dotnet-core-oidc.yml
Show resolved
Hide resolved
.github/workflows/deploy-azure-naming-tool-to-azure-webapps-dotnet-core-oidc.yml
Outdated
Show resolved
Hide resolved
…tnet-core-oidc.yml Co-authored-by: Copilot <[email protected]>
BryanSoltis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have updated the app to .NET 10. Please update the Action to .NET 10, as well.
Pipeline with OIDC