From b54b483aee8e89697c36771c7efa3c5635e15b30 Mon Sep 17 00:00:00 2001 From: Eric <60439541+ericspli@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:15:35 -0600 Subject: [PATCH] Update deploy-addins-for-gcch.md Additional steps and information added. --- microsoft-365/admin/manage/deploy-addins-for-gcch.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/microsoft-365/admin/manage/deploy-addins-for-gcch.md b/microsoft-365/admin/manage/deploy-addins-for-gcch.md index 7d96cc300ba..eb3385495ba 100644 --- a/microsoft-365/admin/manage/deploy-addins-for-gcch.md +++ b/microsoft-365/admin/manage/deploy-addins-for-gcch.md @@ -38,4 +38,14 @@ Centralized deployment for Office Add-ins can be managed at an administrative le 10. Select I have a URL for the manifest file, and then enter the URL you updated that includes your AssetID for your add-in. 11. Select Upload. 12. On the Configure add-in page, choose the users you want to have access to the add-in, then select Deploy. +13. If the above steps fail to deploy the Add-in, it's possible your Tenant is blocking the store. If this is the case, please continue. +14. Paste the URL built out from step 4 above into a browser. This is the raw xml. +15. Copy the xml and paste into notepad. +16. Name the file Manifest.xml. +17. Instead of using the URL option, choose I have the manifest file (.xml) on this device. +18. Click on Choose File. +19. Browse to your Manifest.xml file and select it. +20. Select Upload. +21. On the Configure add-in page, choose the users you want to have access to the add-in, then select Deploy. +Important: After selecting Deploy, if there is an error concerning Admin Consent, the Add-in is not GccH compatible and the Developer of the Add-in should be contacted to allow their Add-in to be GccH compliant.