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 2c3ff5f commit cba2edb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions whitepapers/copilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,29 @@ 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

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

https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/admin#pac-admin-list-tenant-settings

````
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,

````
pac admin list-tenant-settings > settings.json
````

Below are the values you can set with this approach,

| Json Setting | Associated Copilot Feature |
| ------------ | -------------------------- |
| ````intelligence > disableAiPrompts```` | AI Builder GPT Prompts |
| ````intelligence > disableCopilot```` | Copilot Studio |
| ````intelligence > enableOpenAiBotPublishing```` | Allow Chatbots with Gen AI to be Published |
| ````powerApps > disableCopilot```` | Power Apps Copilot |
| ````powerAutomate > disableCopilot```` | Power Automate Copilot |

0 comments on commit cba2edb

Please sign in to comment.