Skip to content

Commit 8c98aa9

Browse files
authored
Update spe-da-adv.md
Syntax for an array of hosts was wrong.
1 parent 354a747 commit 8c98aa9

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 423poi45 -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)