User283571144 posted
Hi robby32,
I have a web project that I want to deploy to Azure. The Azure App service is set up and I have downloaded the PUBLISHSETTINGS file.I would like to use PowerShell script to deploy the
app to Azure, but I keep reading that I need a .pubxml file (How can I get that file , do I have to transform the .PUBLISHSETTINGS file ?)
According to your description, I suggest you could try to open the azure protal with the web app to get the PUBLISHSETTINGS file. Then you could directly using the powershell command with this PUBLISHSETTINGS file to publish the application
to azure web app.
Image as below:

Best Regards,
Brando