Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWinward authored Nov 1, 2024
1 parent 76b384b commit 58aff30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions whitepapers/copilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ There's now a central Microsoft documentation page that outlines all Dynamics 36
![Copilot Azure for Government Architecture](images/CopilotPhase2Architecture.png)

## Tenant Level Copilot Settings
If you are looking to control Copilot settings at the tenant level, you can use the PAC CLI tool to disable Copilot feaures
If you are looking to control Copilot settings at the tenant level, you can use the PAC CLI tool to disable Copilot features

First, run the PAC CLI command to list the current tenant level settings you have in your environment.

Expand All @@ -178,15 +178,15 @@ https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/admin#p
pac admin list-tenant-settings
````

Save the output of those settings, create a json file. From there, identify the copilot settings you want to change, save the file and then run the following PAC CLI command,
Save the output of those settings, create a JSON file. From there, identify the copilot settings you want to change, save the file and then run the following PAC CLI command,

````
pac admin list-tenant-settings > settings.json
pac admin update-tenant-settings --settings-file .\settings.json
````

Below are the values you can set with this approach,

| Json Setting | Associated Copilot Feature |
| JSON Setting | Associated Copilot Feature |
| ------------ | -------------------------- |
| ````intelligence > disableAiPrompts```` | AI Builder GPT Prompts |
| ````intelligence > disableCopilot```` | Copilot Studio |
Expand Down

0 comments on commit 58aff30

Please sign in to comment.