Skip to content

Commit f6a2bca

Browse files
authored
[All Hosts] (admin) update some low engagement articles (#5299)
1 parent a76816c commit f6a2bca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/excel/make-custom-functions-compatible-with-xll-udf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Extend custom functions with XLL add-ins
33
description: Enable compatibility with Excel XLL add-ins that have equivalent functionality to your custom functions.
4-
ms.date: 09/20/2024
4+
ms.date: 07/29/2025
55
ms.localizationpriority: medium
66
---
77

docs/includes/equivalent-add-in-support-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
> [!IMPORTANT]
2-
> The equivalent add-in feature is supported by the following platform and applications. COM and VSTO add-ins can't be installed on any other platform, so on those platforms the manifest markup that is discussed later in this article is ignored.
2+
> The equivalent add-in feature is supported by the following platform and applications. COM, VSTO, and XLL add-ins can't be installed on any other platform, so on those platforms the manifest markup that is discussed later in this article is ignored.
33
>
44
> - Excel, Word, and PowerPoint on Windows (Version 1904 or later)
55
> - Classic Outlook on Windows (Version 2102 or later) against a supported Exchange server version

docs/publish/stage-outlook-add-in-azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Stage an Outlook add-in on Microsoft Azure with Visual Studio
33
description: Learn how to deploy an Outlook add-in web app to Azure and sideload the add-in for testing in Outlook.
4-
ms.date: 09/25/2024
4+
ms.date: 07/29/2025
55
ms.localizationpriority: medium
66
---
77

@@ -14,10 +14,10 @@ This article describes how to deploy an Outlook add-in web app to Azure and [sid
1414
1515
## Prerequisites
1616

17-
1. Install [Visual Studio 2022](https://www.visualstudio.com/downloads) and choose to include the **Azure development** workload.
17+
1. Install [Visual Studio 2022](https://www.visualstudio.com/downloads) or later, and choose to include the **Azure development** workload.
1818

1919
> [!NOTE]
20-
> If you've previously installed Visual Studio 2022, [use the Visual Studio Installer](/visualstudio/install/modify-visual-studio) to ensure that the **Azure development** workload is installed.
20+
> If you've previously installed Visual Studio, [use the Visual Studio Installer](/visualstudio/install/modify-visual-studio) to ensure that the **Azure development** workload is installed.
2121
2222
1. Install Office.
2323

0 commit comments

Comments
 (0)