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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ The managed platform accelerates innovation in safe environments. When ready, ap
30
30
-[Create a code app from scratch](docs/how-to-create-from-scratch.md)
31
31
-[Connect a code app to data](docs/how-to-connect-to-data.md)
32
32
-[How to connect to Azure SQL](docs/how-to-connect-to-azure-sql.md)
33
+
- ...
33
34
-[Limitations](#limitations)
34
35
-[See also](#see-also)
35
36
-[Preview disclaimer](#preview-disclaimer)
@@ -140,6 +141,8 @@ Code apps enable connecting to Power Platform connectors. To do this, you will c
140
141
## 3. [How to connect to Azure SQL](docs/how-to-connect-to-azure-sql.md)
141
142
The linked documentation contains a detailed walkthrough for connecting your code app to Azure SQL.
142
143
144
+
## 4. [How to analyze connector data requests and responses](./docs/how-to-analyze-data-request-response.md)
145
+
143
146
# Limitations
144
147
145
148
1. Code apps can invoke APIs outside of Power Platform connectors. Code apps do not support [Content Security Policy](https://learn.microsoft.com/power-platform/admin/content-security-policy) (CSP), yet.
0 commit comments