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>
2
Answers
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.The above command is used to update and manage the deployed webapp Configurations.
Just set the deployment source in deployment center-> settings: