Skip to content

Commit c71631e

Browse files
authored
Update README.md
removing 'supported managed capability' text from this page and replaced it to a link to the dedicated page with its contents.
1 parent be8a7ad commit c71631e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ The managed platform accelerates innovation in safe environments. When ready, ap
3030
- [Create a code app from scratch](docs/how-to-create-from-scratch.md)
3131
- [Connect a code app to data](docs/how-to-connect-to-data.md)
3232
- [How to connect to Azure SQL](docs/how-to-connect-to-azure-sql.md)
33-
- [Supported managed platform capabilities](#supported-managed-platform-capabilities)
3433
- [Limitations](#limitations)
3534
- [See also](#see-also)
3635
- [Preview disclaimer](#preview-disclaimer)
@@ -141,19 +140,6 @@ Code apps enable connecting to Power Platform connectors. To do this, you will c
141140
## 3. [How to connect to Azure SQL](docs/how-to-connect-to-azure-sql.md)
142141
The linked documentation contains a detailed walkthrough for connecting your code app to Azure SQL.
143142

144-
# Supported managed platform capabilities
145-
146-
| Capability | Notes |
147-
|-----------------------------------------------------------------------------------------|----------------------------------------------------------------------------|
148-
| End-users see consent dialog for connector permissions | [Learn more](https://learn.microsoft.com/power-apps/maker/canvas-apps/add-manage-connections#consent-dialog-fine-grained-permssions)|
149-
| Sharing limits | Code apps respect canvas app sharing limits. [Learn more](https://learn.microsoft.com/power-platform/admin/managed-environment-sharing-limits) |
150-
| App Quarantine | [Learn more](https://learn.microsoft.com/power-platform/admin/admin-manage-apps?tabs=new#manage-app-quarantine-state) |
151-
| Data Loss policy enforcement during app launch | [Learn more](https://learn.microsoft.com/power-platform/admin/wp-data-loss-prevention) |
152-
| Conditional Access on an individual app | [Learn more](https://learn.microsoft.com/power-platform/admin/admin-manage-apps?tabs=new#managed-environments-conditional-access-on-individual-apps) |
153-
| Admin consent dialog suppression | Consent suppression is supported for both Microsoft connecters that use OAuth as well as custom connectors that use OAuth. [Learn more](https://learn.microsoft.com/power-apps/maker/canvas-apps/add-manage-connections#suppress-consent-dialog-for-apps-that-use-custom-connectors-using-microsoft-entra-id-oauth) |
154-
| Tenant isolation | [Learn more](https://learn.microsoft.com/power-platform/admin/cross-tenant-restrictions) |
155-
| Azure B2B (external user access) | Code apps may be shared with and access by end-users using Azure B2B to access resources in a tenant, similar to canvas apps. [Learn more](https://learn.microsoft.com/power-apps/maker/canvas-apps/share-app-guests) |
156-
157143
# Limitations
158144

159145
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.
@@ -164,6 +150,7 @@ The linked documentation contains a detailed walkthrough for connecting your cod
164150

165151
# See also
166152
1. [Limits and config](./docs/limits-and-config.md)
153+
2. [Supported Managed Platform capabilities](./docs/managed-platform-support.md)
167154

168155
# Preview disclaimer
169156

0 commit comments

Comments
 (0)