OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
671 stars 96 forks source link

How to deploy web add-in in diff diff regions on Microsoft Store #3474

Closed Rajnish-Asite closed 1 year ago

Rajnish-Asite commented 1 year ago

Your Environment

Expected behavior

Web add-in need to deploy on Microsoft Store in diff-diff regions.

Current behavior

We have our application deployed on so many clouds like UK, UAE, US So We need to deploy our web add-in in many regions. But we do not found anything like regions wise deployment of web add-in on Microsoft Store. Right now if we deploy our web add-in and if we will change anything then it will shown in every regions.

We need to differentiate our web add-in region wise So that if we don't want to release web add-in in UAE and only need to release our web add-in in UK then Right now we do not have this option.

Please do needful asap.

exextoc commented 1 year ago

@Rajnish-Asite Unfortunately we don't support the deployment of add-ins location-wise. However if possible you can create groups of users (location-wise) and then assign add-ins to those groups.

Refer to the doc: https://learn.microsoft.com/en-us/microsoft-365/admin/manage/manage-deployment-of-add-ins?view=o365-worldwide .

If you need the location-wise deployment and wish to file a feature request, please use the below link: https://aka.ms/M365dev-suggestions

ghost commented 1 year ago

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!