mharikmert/Azure App Service Deploy

Deploys code or containers to Azure App Services, verifies specific version health, and performs safe swaps.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app_nameName of the Azure App Service.yes
resource_groupAzure Resource Group.yes
slot_nameThe slot to deploy to initially (e.g., 'test').yes
package_pathPath to folder or file (zip/war/jar/ear). Folders are auto-zipped.no
imagesDocker image tag(s) (for Container mode).no
health_check_pathPath to poll for health (e.g., '/health').no/
expected_versionIf provided, the action polls until the endpoint returns this version.no
mode'prod' (swaps to target) or 'non-prod' (deploy only).nonon-prod
swap_targetSlot to swap into (only used in prod mode).noproduction

no outputs