Azure FTPS How to find the deployed project files

Viewed 45

I am using Azure FTP to update the project files after they are deployed via CLI

I get to /site/wwwroot

I see a tar file, where do I find all the project files.

Requirement is to update single file each time to test it.

CMD used

az webapp up --resource-group <resourcegroupname> --location <location> --plan <plan_name> --os-type Linux --runtime "python|3.9" --sku B1

1 Answers
Related