Skip to content

Commit b4cc026

Browse files
authored
Merge pull request #8 from microsoft/alaug-patch-1
Update README.md
2 parents 1668d26 + 9b1103b commit b4cc026

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ npm install
8787
pac code init
8888
```
8989

90+
>[!NOTE] If you observe a PAC CLI error stating the environment does not support code apps it means Microsoft didn't enable code apps for your environment. Use the documentation provided in your EAP welcome email to submit the environment to Microsoft.
91+
> ![](./contentMedia/pac_code_error_with_enabled_environment.png)
92+
9093
## 4. Run locally
9194

9295
```bash
@@ -174,6 +177,8 @@ Example
174177
```bash
175178
pac code add-data-source -a "shared_office365users" -c "aa35d97110f747a49205461cbfcf8558"
176179
```
180+
>[!NOTE] If you observe a PAC CLI 403 error whent attempting to add a data source, which you have access to, it's expected to be a result of not using a first release environment as guided above.
181+
> ![](./contentMedia/add_data_source_error_without_first_release.png)
177182
178183
#### 2. (Optional) Add a tabular data source (e.g. SQL, SharePoint) to the app.
179184
From a command line, run the following. Use the API name and connection ID collected from Step #2 above.

0 commit comments

Comments
 (0)