When using powershell step or (Post/Pre)Deploy.ps1, previously all Write-Host() where correctly encoded (special characters where displayed).
But since a couple of versions, the powershell output is not correctly displayed in deployment log.
See this sample where “é” are replaced by “,” :
2013-07-10 12:27:29 INFO D‚ploiement Azure d‚tect‚, traitement sp‚cifique d‚clench‚
2013-07-10 12:27:29 INFO Machine Azure != 1, traitement non prioritaire retard‚ de 3 secondesTargetVersion=1.24.1
In the step editor, script is displayed correctly, and I’m sure that before PS steps where introduced, my PostDeploy.ps1 script was also rendered correctly.