I am using the Graph API delta queries to get the last modified users. Now, I need to store the delta token somewhere to reuse that in the next run of the web job.
I don't have access to write into a key vault or blob storage. Is there any way using which, I can store/update this delta token in the application setting of the web job?
Note: This token will be updated after each run.