
Deploy to Azure App Service by using GitHub Actions
Mar 31, 2025 · Learn how to deploy your code to Azure App Service from a CI/CD pipeline by using GitHub Actions. Customize the build tasks and run complex deployments.
Configuring OpenID Connect in Azure - GitHub Docs
Use OpenID Connect within your workflows to authenticate with Azure. OpenID Connect (OIDC) allows your GitHub Actions workflows to access resources in Azure, without needing to store …
Setting Up a Service Principal to Deploy to Azure App Service …
Dec 30, 2023 · Figuring out how to get GitHub Actions to authenticate with Azure App Service and do deployment tasks was not completely straightforward, but after a ton of googling and …
Connect GitHub and Azure using OpenID Connect - Jeff Brown Tech
Sep 13, 2023 · OpenID Connect (OIDC) enables GitHub Actions workflows to authenticate and access resources inside your Azure tenant. The primary advantage is you no longer have to …
Connect GitHub Actions to Azure using OpenID Connect
Nov 9, 2023 · Using Open ID Connect to connect GitHub Actions to Azure is the new recommended method. This is an updated guide for connecting GitHub Actions to Azure using …
How to use GitHub Actions from Azure App Service
Jun 21, 2022 · GitHub Actions can help to automate your builds and deployments and integrates with Azure App Service. In this post, we'll automatically build and deploy code to an Azure App …
You don't need secrets to deploy to Azure from GitHub Actions
Feb 4, 2022 · Instead, you establish a trust relationship between your GitHub repository and an Azure Active Directory (AAD) application. One of the most straightforward ways to deploy …
Deploying to Azure Function Apps with GitHub Actions using OIDC
Aug 28, 2022 · In this article we will walk you through of integrating OIDC with GitHub Actions to deploy our Function app without using any client secrets. Why should I use OIDC with GitHub? …
Deploying Azure Container Registry with GitHub Actions
This repository provides demonstrates several aspects of using GitHub Actions with Azure Container Registry (ACR). It also demonstrates: An application meeds to be created and …
GitHub Federated integration: Azure Key Vault & ACR- Example
Dec 2, 2023 · We’ll assign a specific role to an application registration in Azure, and then, using OIDC, we’ll access it directly from GitHub. This might sound a bit technical, but trust me, it’s a …