Skip to content

Commit a3cc833

Browse files
minor updates
1 parent f1ec29b commit a3cc833

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

powerapps-docs/maker/canvas-apps/connections-list.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,23 @@ In SQL Server, this type of connection is called **SQL Server Authentication**.
114114

115115
[This section is prerelease documentation and is subject to change.]
116116

117-
Power Apps now has full preview support for **[Secure implicit connections)](working-with-experimental-preview.md)**. The default setting for this feature is **On**. The secure implicit shared connections are more secure than the existing implicit connections. Power Apps implicitly shared connections are ones that use a fixed credential such as a SQL Server connection string rather than the end user's specific credentials such as AAD. With this feature, connections are no longer directly shared with the users of Power Apps. Instead, a proxy connection object that only grants access to the underlying resource such as a specific SQL server table is shared. End user authors can't create new applications with either the connection or the proxy connection. This feature also limits the end user to such actions as **get**, **put/patch**, and **delete** that are defined in the corresponding app. The result is that end users who are also authors can't create new applications with either the connection or the proxy connection object.
117+
Power Apps now has full preview support for **[Secure implicit connections](working-with-experimental-preview.md)**. The default setting for this feature is **On**. The secure implicit shared connections are more secure than the existing implicit connections. Power Apps implicitly shared connections are ones that use a fixed credential such as a SQL Server connection string rather than the end user's specific credentials such as AAD. With this feature, connections are no longer directly shared with the users of Power Apps. Instead, a proxy connection object that only grants access to the underlying resource such as a specific SQL server table is shared. End user authors can't create new applications with either the connection or the proxy connection. This feature also limits the end user to such actions as **get**, **put/patch**, and **delete** that are defined in the corresponding app. The result is that end users who are also authors can't create new applications with either the connection or the proxy connection object.
118118

119119
> [!NOTE]
120-
> **Secure implicit connections** to **On** by default for new apps.
120+
> **Secure implicit connections** is now **On** by default for new apps.
121+
122+
#### Notification to update your apps
123+
If you have applications that may be upgraded to use this feature then you will see a message on the Apps page. It will indicate the number of apps that need your attention.
124+
125+
> [!div class="mx-imgBorder"]
126+
> ![Co-owner property.](./media/connections-list/attention-alert.png)
127+
128+
Select the link and it will open a side panel that will list all of the apps that need attention.
129+
130+
> [!div class="mx-imgBorder"]
131+
> ![Co-owner property.](./media/connections-list/app-needs-attention.png)
132+
133+
Select the *open* icon to the right of the app name to open and republish it. See the directions below.
121134

122135
#### Enable secure implicit connections for an existing app
123136

21.6 KB
Loading
9.55 KB
Loading

0 commit comments

Comments
 (0)