MB-820 · Question #20
MB-820 Question #20: Real Exam Question with Answer & Explanation
The correct answer is D. an object range within the range of 7000000 to 74999999 that is requested from Microsoft. When developing an app for Microsoft AppSource, it is essential to use an object range that is specifically designated by Microsoft to avoid conflicts with other apps and the base application. The correct object range to use is: An object range within the range of 70000000 to 749
Question
Options
- Acustom object within the range 50000 to 59999
- Bcustom object within the range 50000 to 99999
- Cdivided by countries and use specific a country within the range 100000 to 999999
- Dan object range within the range of 7000000 to 74999999 that is requested from Microsoft
- Efree object within the standard range 1 to 49999
Explanation
When developing an app for Microsoft AppSource, it is essential to use an object range that is specifically designated by Microsoft to avoid conflicts with other apps and the base application. The correct object range to use is: An object range within the range of 70000000 to 74999999 that is requested from Microsoft (D): This range is reserved for AppSource apps. Developers need to request this range from Microsoft to ensure that the objects used in their extension do not conflict with those used by other extensions or by the base application. Using this reserved range helps maintain the integrity and compatibility of extensions published on AppSource. It's important to note that the other ranges mentioned (A, B, C, and E) are not suitable for apps intended for AppSource. Ranges 50000 to 59999 and 50000 to 99999 are typically reserved for per- tenant customizations or partner solutions, not for distribution on AppSource. The standard range 1 to 49999 is reserved for the base application objects, and using an object range divided by countries (C) is not a standard practice for AppSource apps.
Community Discussion
No community discussion yet for this question.