Skip to content
/ deploy-infra-webapp Public template

Deploys ARM Templates or Bicep to Azure and then deploys the web app

Notifications You must be signed in to change notification settings

msfred/deploy-infra-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Composite Action: deploy-infra-web

A composite action to deploy infrastructure to Azure using ARM or Bicep templates and then deploy an application to an Azure Web App

Inputs

  • azureClientId
  • azureSubscriptionId
  • azureTenantId
  • deploymentSlotName
  • environmentId
  • location

Outputs

  • resourceGroupName
  • webAppName

Usage

- uses: msfred/deploy-infra-webapp@main
  with:
    azureClientId: ${{ secrets.AZURE_CLIENT_ID }}
    azureSubscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
    azureTenantId: ${{ secrets.AZURE_TENANT_ID }}
    environmentId: dev
    location: ${{ env.location }}

About

Deploys ARM Templates or Bicep to Azure and then deploys the web app

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published