An Azure service for ingesting, preparing, and transforming data at scale.
This is actually intentional since microsoft does not want you to accidentally overwrite your checkpoint key when debugging. Therefore they automatically append this suffix (I think based on your debug or browser session) to your customized checkpoint key. When you want to actually test or use the customized checkpoint key you need to push to the main branch and publish your changes into the live-mode.
It took me a quite a while to find the documentation: https://docs.azure.cn/en-us/data-factory/sap-change-data-capture-advanced-topics#debugging
Edit: For some reason as of today (2025-08-21) this behavior seem to have changed! Now, the customized checkpoint key is completely ignored for debug runs and therefore you cannot restart an initial load at will. In order to actually test CDC you need to run your data flow in the live-mode via a triggered run. But be careful, that you do not use your production checkpoint key (best to add the environment and an incremental number).