Create deploy-azure-naming-tool-to-azure-webapps-dotnet-core-oidc.yml - #155
Open
Rafael Fernández (rfernandezdo) wants to merge 7 commits into
Open
Create deploy-azure-naming-tool-to-azure-webapps-dotnet-core-oidc.yml#155Rafael Fernández (rfernandezdo) wants to merge 7 commits into
Rafael Fernández (rfernandezdo) wants to merge 7 commits into
Conversation
Pipeline with OIDC
Rafael Fernández (rfernandezdo)
requested review from
Bryan Soltis (BryanSoltis),
Jason Masten (jamasten) and
Jose Contreras (jocontr)
as code owners
May 30, 2025 06:28
Марина Львова (Mar1NET)
approved these changes
Jun 12, 2025
Марина Львова (Mar1NET)
approved these changes
Jun 12, 2025
Contributor
There was a problem hiding this comment.
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.
…tnet-core-oidc.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Bryan Soltis (BryanSoltis)
suggested changes
Dec 9, 2025
Bryan Soltis (BryanSoltis)
left a comment
Contributor
There was a problem hiding this comment.
We have updated the app to .NET 10. Please update the Action to .NET 10, as well.
Rafael Fernández (rfernandezdo)
requested a review
from Bryan Soltis (BryanSoltis)
December 16, 2025 15:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pipeline with OIDC