IDE used is VSCode.
Deployment is done using CLI
The command I am using doesn't update it as I have checked the code files using ssh under development tools in azure portal
az webapp update --name <name> --resource-group <resource group name>
IDE used is VSCode.
Deployment is done using CLI
The command I am using doesn't update it as I have checked the code files using ssh under development tools in azure portal
az webapp update --name <name> --resource-group <resource group name>
az webapp up --resource-group YourRGName --location westus --os-type Linux --runtime "PYTHON:3.9" --sku B1

Development Tools => Advanced Tools => Go => SSH
OR
Development Tools => Advanced Tools => SSH
hostingstart.html.Deployment => Deployment Center => FTPS Credentials
These credentials can be used for both FTP/WINSCP.
wwwroot folder.az webapp update --name --resource-group
The above command is used to update and manage the deployed webapp Configurations.