az webapp webjob

Allows management operations for webjobs on a web app.

To create WebJobs, use the Azure portal. For more information and other options, see: https://learn.microsoft.com/azure/app-service/webjobs-create.

Commands

Name Description Type Status
az webapp webjob continuous

Allows management operations of continuous webjobs on a web app.

Core GA
az webapp webjob continuous list

List all continuous webjobs on a selected web app.

Core GA
az webapp webjob continuous remove

Delete a specific continuous webjob.

Core GA
az webapp webjob continuous start

Start a specific continuous webjob on a selected web app.

Core GA
az webapp webjob continuous stop

Stop a specific continuous webjob.

Core GA
az webapp webjob triggered

Allows management operations of triggered webjobs on a web app.

Core GA
az webapp webjob triggered list

List all triggered webjobs hosted on a web app.

Core GA
az webapp webjob triggered log

Get history of a specific triggered webjob hosted on a web app.

Core GA
az webapp webjob triggered remove

Delete a specific triggered webjob hosted on a web app.

Core GA
az webapp webjob triggered run

Run a specific triggered webjob hosted on a web app.

Core GA