Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ianhoughton 281 posts 605 karma points c-trib
    Feb 28, 2022 @ 17:24
    ianhoughton
    0

    App Setting transforms

    We're looking to use uSync Complete, and would like to put our AppId & AppKey into the web.config so that they can be transformed, but we also use Azure KeyVault to replace the values from Azure dynamically. The issue we have, is that Azure KeyVault doesn't like the ":" in the key. Is there a way we can replace it with a "-" or would that break the app?

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Feb 28, 2022 @ 18:10
    Kevin Jump
    0

    Hi,

    I haven't actually used Azure Key vaule so i am not sure but i think (depending on your config .

    you can do something like ?

    <add key="uSyncPublish:AppKey" value="${usync_appkey}" />
    

    where usync_appkey is the name of your value in the key vault ?

Please Sign in or register to post replies

Write your reply to:

Draft