From 39ff3fdeb8ddb6f1112a8fb081212dab6f7ca7cb Mon Sep 17 00:00:00 2001 From: Kinga Kazala <22429087+kkazala@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:34:11 +0200 Subject: [PATCH] readme update --- .../js-applicationinsights-api-calls-tracking/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/samples/js-applicationinsights-api-calls-tracking/README.md b/samples/js-applicationinsights-api-calls-tracking/README.md index b58e1448c..73a5fd21b 100644 --- a/samples/js-applicationinsights-api-calls-tracking/README.md +++ b/samples/js-applicationinsights-api-calls-tracking/README.md @@ -75,7 +75,14 @@ This proactive approach ensures that potential threats or unauthorized activitie - **pnpm install** - **gulp serve** -> Include any additional steps as needed. +In order to deploy the solution: + +- in the command-line run: + - **gulp bundle --ship** + - **gulp package-solution --ship** + - you will find your newly created \*.sppkg file in the **sharepoint/solution** folder. +- Upload or drag and drop the newly created client-side solution package to the **app catalog in your tenant**. +- By default, the **Enable this app and add it to all sites check box** is selected. Click **Enable app** to add this application customizer to all modern SPO sites in your tenant. ## References