- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 11:12 AM
Will it cause problems if I deploy a scoped application using Publish to Update Set... after I have already deployed using the Application Repository (Azure git)?
I have taken over a scoped application from the previous developer. The application was deployed using update sets (about 100 update sets) and was then linked to an Azure repository with the Yes, do retain update set history as commits option selected. Subsequently, roughly 150 commits were deployed from the Application repository (Azure).
Will it cause issues if I revert to deploying using the My Company Applications > Publish to Update Set, despite having previously deployed from the Application Repository?
My concern is that there is no longer any traceability when deploying via the Application Repository, whereas with update sets you can see what files changed.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 12:49 PM - edited 02-23-2024 12:50 PM
Hi,
Is the app installed on the sys_store_app due to being pushed via the app repo?
If you use update sets, it's instead on the sys_app table and could be considered a different install.
More info to consider here: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0715422
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 12:49 PM - edited 02-23-2024 12:50 PM
Hi,
Is the app installed on the sys_store_app due to being pushed via the app repo?
If you use update sets, it's instead on the sys_app table and could be considered a different install.
More info to consider here: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0715422
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2024 02:52 PM
Yes, this is the article I was looking for. Thank you!