'Unable to create publish profile - Azure
Solution 1:[1]
Try to login with the same account on Visual Studio and publish profile that works for me.

Solution 2:[2]
Check if there's any important component missing from your Visual Studio Installer, in my case I needed to have the Azure Webjob component to be able to create a publish profile.
This is an error message that gives you no insight of what is going on.
Solution 3:[3]
I was having the same issue on Visual Studio 2022 when trying to publish a function. I installed the "Azure development" workload and updated to version 17.1.1 and the problem went away.
Steps that I took...
Download the Visual Studio installer from Microsoft https://visualstudio.microsoft.com/downloads/ or search for it on your computer
If there is an update available then click "Update"
When updated, click "Modify" to show what components are installed.
Ensure that "Azure development" workload is checked then click "Modify" in the bottom right corner.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | EricSchaefer |
| Solution 2 | Gustavo |
| Solution 3 | Kevin Brydon |




