Forum Discussion
bhuvanesh1208
Sep 19, 2022Copper Contributor
Special Characters not accepted in Azure Pipeline variable
Hi, I'm trying to set password in pipeline variable and use that variable for encoding it in base64 format before uploading to key vault. But when i try to set password with special characters like ...
muradhaider5
Jan 11, 2024Copper Contributor
bhuvanesh1208
try Url encoding the string before use.