Deploy Office Add-in that uses SSO to Azure App Service

preview_player
Показать описание
A 17-minute Developer-focused demo delivered by David Chesnut. Follow the steps outlined in a recent article to create and deploy a single sign-on (SSO) Office Add-in to Microsoft Azure App Service. Create project, configure it to run SSO, app registration, install an Azure Extension in VS Code, create a new app service, update the manifest and package JSON, deploy the web app, create a new workbook in Excel, and test your new add-in.

This PnP Community demo is taken from the Office Add-ins community call – January 2023, recorded on January 11, 2023.

Demo Presenter
📺 David Chesnut, Senior Technical Writer (Microsoft) | @davidchesnut

Supporting documents

Learn more

Рекомендации по теме
Комментарии
Автор

Hello, could you share the code you used to replace import { getHttpsServerOptions } from "office-addin-dev-certs" please?
I have a lot of issues with it also.

Thanks

ludofigueiredo
Автор

Sorry i having a problem with the fallback popup in the dialog, because when its open up gives me that error: Third-party cookie will be blocked. Learn more in the Issues tab.

How can I solve that?

arielth
Автор

I'm attempting to follow this tutorial and my deployment from VS code is failing. It looks like it's attempting to "npm run build" again as part of the deployment process due to the package.json file being copied into the dist folder. Any suggestions?

omarel-sayed
Автор

Would like to see a feature comparison of all addin/office deployment types from simple vsto (on prem, local) to the pure cloud (including office) types, I know there's several hybrids in there. Yes azure and cloud are cool, but are they worth the effort? A feature comparison would help dev teams decide which route to commit to from the start, part of the decision would include which types are adjacent (upgradeable) and which are not.

soniczoo
Автор

I wanted to ask is it neccesary to upload it azure app services or I can upload it anywhere I like? I mean I already have an instance running at digital ocean can I host my office addin there?

moizsohail