[excel] (Custom Functions) Reorganize CF Auth article for better engagement#5798
Conversation
|
Learn Build status updates of commit 9b0e245: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
This PR reorganizes the Excel custom functions authentication article to surface the recommended auth workflow earlier and improve sample grouping/readability for JavaScript-only runtime scenarios.
Changes:
- Rewrote the introduction and added an explicit “Authentication workflow” section near the top.
- Added a “Try it with a sample” section earlier, then regrouped the Dialog and
OfficeRuntime.storageguidance. - Updated the article metadata (
description,ms.date) and normalized a code fence language tag.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit 323009a: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
This PR reorganizes the CF Auth article for engagement. It pulls the workflow bulletpoints to the beginning and groups the Dialog and Storage samples more cohesively.