-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
Description
Hello,
We have a use case within our organization where we are storing credentials within our app configuration service. We are currently running into an issue when we invoke the Azure App Config task where the password we are pulling down does not reflect what is out there in Azure.
Example Password: myPassWord%
Where the %
at the end of my password turns into %25
This is currently blocking deployments in our lower environments, so I'm hoping there can be a work around to resolve this issue?