I want to Deploy or publish my Asp.Net Core 6.0 Web Job (Continuous) project Zip file on Azure App service (Window Instance) using AZURE CLI
I want it to deploy using AZURE CLI Commends only
I want to Deploy or publish my Asp.Net Core 6.0 Web Job (Continuous) project Zip file on Azure App service (Window Instance) using AZURE CLI
I want it to deploy using AZURE CLI Commends only
Copyright © 2021 Jogjafile Inc.
Here is the Syntax of Azure CLI for publishing/deploying the Web Job to the Azure App Service:
From your current working directory location, you have to run these commands.
Example:
Note:
run.cmd
file consists of the command calleddotnet MyWebJob.dll %*