mharikmert/Azure App Service Deploy
Deploys code or containers to Azure App Services, verifies specific version health, and performs safe swaps.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_name | Name of the Azure App Service. | yes | — |
| resource_group | Azure Resource Group. | yes | — |
| slot_name | The slot to deploy to initially (e.g., 'test'). | yes | — |
| package_path | Path to folder or file (zip/war/jar/ear). Folders are auto-zipped. | no | — |
| images | Docker image tag(s) (for Container mode). | no | — |
| health_check_path | Path to poll for health (e.g., '/health'). | no | / |
| expected_version | If provided, the action polls until the endpoint returns this version. | no | — |
| mode | 'prod' (swaps to target) or 'non-prod' (deploy only). | no | non-prod |
| swap_target | Slot to swap into (only used in prod mode). | no | production |
Outputs
no outputs