Content Storage setting is reverting back to Repository

On Pega Cloud instance, if you want to change the location of case attachment from “Stored in repository” to “Stored in Pega database”…

  1. private check out When rule pzIsPegaCloud and modify the return value to be “true” always.

  1. Open Rule-Application definition and change content storage setting to “Store in Pega database” and save changes.

  1. Refresh your Rule-Application definition to confirm content storage setting is changed.

  2. Discard private checkout of pzIsPegaCloud when rule.

@Chunzhi_Hong Still it is reverting back to Store in Repository after refresh. Any other configuration we need to check?