Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[All hosts] (publishing) Add UI note on where to apply the CORS rule #4982

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
829085f
Add deployment article for admin consent
davidchesnut Dec 16, 2024
1ebbe07
Apply suggestions from code review
davidchesnut Dec 17, 2024
33373af
Merge branch 'main' into davech-3
davidchesnut Dec 18, 2024
d022aed
Add publish article to TOC
davidchesnut Dec 18, 2024
09a78f2
remove test from headings
davidchesnut Dec 18, 2024
ace7314
add new q+a and other recent info updates
davidchesnut Dec 18, 2024
8cda4fb
Apply suggestions from code review
davidchesnut Dec 19, 2024
41a235b
make note more readable
davidchesnut Dec 19, 2024
d46966c
fix link
davidchesnut Dec 19, 2024
ad5c8a4
Merge branch 'main' into davech-3
davidchesnut Dec 19, 2024
7694ff1
Merge branch 'main' into davech-3
davidchesnut Dec 19, 2024
ae123b6
add new publishers that have updated their add-ins
davidchesnut Dec 19, 2024
0043dac
fix link
davidchesnut Dec 19, 2024
213cd16
Apply suggestions from code review
davidchesnut Dec 19, 2024
5d8a557
Merge branch 'main' into davech-3
davidchesnut Dec 30, 2024
cf02c83
Merge branch 'davech-3' of https://github.com/OfficeDev/office-js-doc…
davidchesnut Dec 30, 2024
755ce02
how to determine user online or on-premise
davidchesnut Dec 30, 2024
6a9f25c
clarify add-in isn't blocked, just the new version
davidchesnut Dec 30, 2024
6ac1da4
fix link
davidchesnut Jan 2, 2025
bb65929
Update docs/outlook/faq-nested-app-auth-outlook-legacy-tokens.md
davidchesnut Jan 2, 2025
03799ef
Merge branch 'main' into davech-3
davidchesnut Jan 3, 2025
5dc48fb
clarify where cors rule goes
davidchesnut Jan 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/publish/publish-add-in-vs-code.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Publish an add-in using Visual Studio Code and Azure
description: How to publish an add-in using Visual Studio Code and Azure Active Directory
ms.date: 03/27/2023
ms.date: 01/03/2025
ms.custom: vscode-azure-extension-update-completed
ms.localizationpriority: medium
---
Expand Down Expand Up @@ -65,7 +65,7 @@ If your add-in has custom functions, there are a few more steps to enable them o

1. Right-click (or select and hold) the Azure storage account and select **Open in Portal**.
1. In the Settings group, select **Resource sharing (CORS)**. You can also use the search box to find this.
1. Create a new CORS rule with the following settings.
1. Create a new CORS rule for the **Blob service** with the following settings.

|Property |Value |
|----------------|-----------------------------|
Expand Down