Deploying static file to Azure App Service using Azure CLI
I'm trying to deploy a single file to an Azure App Service website using the Azure cli command as below: az webapp deploy --resource-group <group-name> --name <app-name> --src-path config.json --type=static But when I run it I get an error stating:…