Aspire AI Office
Office add-in install
This is the dedicated Office add-in host. Use this page for Word and PowerPoint installation. The Aspire dashboard URL is not the add-in host.
Office host:
https://azureaspireoffice.umbrella-corp.cloudTask pane app:
https://ai-app-prod-webfrontend.icyplant-acd85f2c.uaenorth.azurecontainerapps.io/office/taskpane- Run
dotnet run --project .\AspireAIApp.AppHost\AspireAIApp.AppHost.csproj. - Open
https://azureaspireoffice.umbrella-corp.cloud/office/install. - Click
Download Word Manifest. - In Word, open
HomeorInsert->Add-ins->My Add-ins->Upload My Add-in. - Select the downloaded XML file. Office installs the manifest, not a DLL.
- Open the add-in once, then use
Enable Auto-Openinside the pane for that document.
If desktop Word still blocks the add-in, run
CheckNetIsolation LoopbackExempt -a -n="Microsoft.Win32WebViewHost_cw5n1h2txyewy"
in an Administrator PowerShell window, then restart Word.