You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,17 @@ This architecture ensures that sensitive enterprise data never traverses public
75
75
-[**Copilot in Power Apps**](https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/ai-overview?WT.mc_id=ppac_inproduct_settings): Enable this setting to allow AI-powered assistance within Power Apps development
76
76
-[**Publish Copilots with AI features**](https://learn.microsoft.com/en-us/microsoft-copilot-studio/security-and-governance): Allow Copilot authors to publish from Copilot Studio when AI features are enabled
77
77
-**Power Platform licenses**. The designated user must have the following Power Platform licenses assigned:
78
-
- Microsoft Power Apps
79
-
- Power Automate
80
-
- Copilot Studio
78
+
-**Microsoft Power Apps**
79
+
-**Power Automate**
80
+
-**Copilot Studio**
81
+
82
+
To simplify license management, you can use an Azure subscription with a Billing Policy instead of assigning licenses directly. Configure this by using the following flag:
83
+
84
+
```shell
85
+
azd env set USE_BILLING_POLICY "true"
86
+
```
87
+
88
+
**Note:** After creating the Billing Policy, navigate to the [Power Platform Admin Center](https://aka.ms/ppac) and ensure that the *Copilot Studio* product is selected. This is a known issue that will be addressed in future updates.
81
89
82
90
### User Configuration
83
91
@@ -125,6 +133,7 @@ A related option is VS Code Dev Containers, which will open the project in your
125
133
126
134
1. Install the required tools:
127
135
136
+
- [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest&pivots=winget) - Required for managing Azure resources and authentication
128
137
- [Azure Developer CLI](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd) - Platform-specific installers available via package managers or direct download
129
138
- [PowerShell 7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5) - Required for non-Windows systems; Windows users may use built-in PowerShell
130
139
- [.NET 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) - Includes .NET CLI, runtime, and development tools
@@ -149,7 +158,7 @@ A related option is VS Code Dev Containers, which will open the project in your
149
158
150
159
The steps below will provision Azure and Power Platform resources and will deploy Copilot Studio bot.
151
160
152
-
1. Login to you Azure and config azd to use Az CLI authentication:
161
+
1. Login to your Azure account and config azd to use Az CLI authentication:
153
162
154
163
```shell
155
164
az login --service-principal --username <SP_CLIENT_ID> --password <SP_SECRET> --tenant <TENANT_ID>
@@ -160,7 +169,6 @@ The steps below will provision Azure and Power Platform resources and will deplo
*Note: the `pac auth create` command may return a warning about being unable to connect to a Dataverse organization. This is expected, and will not impact the deployment.*
0 commit comments