Skip to content

Commit 1f8996e

Browse files
authored
Update spe-da-adv.md
The -OwningApplicationId is a UUID format, and in the example it was just 8 random characters, which wasn't clear.
1 parent 354a747 commit 1f8996e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/embedded/development/declarative-agent/spe-da-adv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Connect-SPOService "https://<domain>-admin.sharepoint.com"
5252
# Login with your admin account.
5353
...
5454
55-
Set-SPOApplication -OwningApplicationId 423poi45 -CopilotEmbeddedChatHosts "http://localhost:3000 https://contoso.sharepoint.com https://fabrikam.com"
55+
Set-SPOApplication -OwningApplicationId XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -CopilotEmbeddedChatHosts "http://localhost:3000 https://contoso.sharepoint.com https://fabrikam.com"
5656
5757
# This will set the container type configuration “CopilotEmbeddedChatHosts” accordingly.
5858
...

0 commit comments

Comments
 (0)