Error:
Get the following error when trying to Publish a Azure Function project to Azure site…
The “ZipDeployTask” task was not given a value for the required parameter “DeploymentPassword”.
Fix:
1. Right click my project and select Publish.
2. Select the appropriate publishing profile.
3. In the Summary section bellow select the “Edit Password” button (indicated by a pencil icon on the same row as the Password field)
4. Click “Attempt to retrieve credentials from Azure”.
Note: Make sure you have login in Visual Studio
Comments