首页 > 解决方案 > Outlook add-in publish on a Cpanel

问题描述

I want to know if it is possible to publish an Outlook add-in made in on VsCode on other servers like Cpanel or it's exclusive on Azure? And after only put the manifest to point the domain that was publish.

标签: outlookoffice-jsoutlook-addinoutlook-web-addins

解决方案


You can publish/host your add-in on any web sever of your choosing. One thing to keep in mind, however, is that, for your add-in to support Single Sign-On, you need to register it via the Azure portal for app registrations using the credentials of a Microsoft 365 tenant. Otherwise, you don't need to worry about Azure here. Just set the SourceLocation in the manifest to point to the location of your add-in's code on your domain.


推荐阅读