Skip to content

Commit a2441ef

Browse files
authored
Merge pull request MicrosoftDocs#4956 from MicrosoftDocs/master
portal checker new rules - follow up live - 2371777
2 parents d3acf38 + 1ba9c04 commit a2441ef

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

powerapps-docs/maker/portals/admin/portal-checker-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ To find anonymous OData feeds enabled on your portal:
6666
![Enabled OData feeds](media/portal-checker-analysis/enabled-odata-feeds.png "Enabled OData feeds")
6767

6868
> [!NOTE]
69-
> List of all OData feeds enabled doesn't mean all of them are available anonymously.
69+
> The list of OData feeds on this page might be available anonymously depending on your security configuration. The next steps will help you verify the anonymous access of these feeds.
7070
71-
1. Go to each of OData feed by browsing to the URL format {Portal URL}/_odata/{collection href value} where collection href value is highlighted below.
71+
1. Go to each of OData feed by browsing to the URL format {Portal URL}/_odata/{collection href value} (for example, `https://contoso.powerappsportals.com/_odata/accounts`) where collection href value is highlighted below.
7272

7373
![Browse to OData feed](media/portal-checker-analysis/browse-to-enabled-odata-feeds.png "Browse to OData feed")
7474

75-
1. If the OData field is available anonymously, it will return the data with HTTP 200 response. If the feed isn't enabled anonymously, it will return HTTP 403 response with a message “Access to oData, with the entity set name of '{entity set name}', has been denied.”
75+
1. If the OData field is available anonymously, it will return the data with HTTP 200 response. If the feed isn't enabled anonymously, it will return HTTP 403 response with a message “Access to OData, with the entity set name of '{table set name}', has been denied.”
7676

7777
If you've unintended OData feed enabled on your portal anonymous, it could be because of one of these possibilities:
7878

powerapps-docs/mobile/run-powerapps-on-mobile.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,7 @@ You can add a shortcut for both canvas apps and model-driven apps to the home sc
158158

159159
### Use Safari to add a shortcut (iOS 13 or earlier)
160160

161-
1. Do one of the following depending on if you're on the current release or early access:
162-
163-
- **Current**: Select the ellipsis (...) on the app tile, select **Pin to Home**.
164-
165-
> [!div class="mx-imgBorder"]
166-
> ![Select Pin to Home.](media/pa_mobile_pin_to_home_iphone.png "Select Pin to Home")
167-
168-
- **Early access**: On the app that you want to create a shortcut for, swipe to the right and select **Shortcut**.
161+
1. On the app that you want to create a shortcut for, swipe to the right and select **Shortcut**.
169162

170163
> [!div class="mx-imgBorder"]
171164
> ![Select shortcut.](media/add-shortcut-iphone.png "Select shortcut")
@@ -196,14 +189,7 @@ The Power Apps mobile app is now integrated with Siri shortcuts, which gives you
196189
Users on iOS 14 or later can use Siri Shortcuts to pin an app to the home screen. The new experience works for both model-driven and canvas apps. When you add a Siri shortcut, the app is added to the iOS **Shortcuts** app and from there you can add the app to your home screen.
197190

198191

199-
1. Do one of the following depending on if you're on the current release or early access:
200-
201-
- **Current**: To add shortcut to the home screen for an app, select the ellipsis (...) on the app tile and then select **Add shortcut to Siri**.
202-
203-
> [!div class="mx-imgBorder"]
204-
> ![Add shortcut to Siri.](media/add-shortcut.png "Add shortcut to Siri")
205-
206-
- **Early access**: On the app that you want add a shortcut for, swipe to the right and select **Shortcut**.
192+
1. On the app that you want add a shortcut for, swipe to the right and select **Shortcut**.
207193

208194
> [!div class="mx-imgBorder"]
209195
> ![Select shortcut.](media/add-shortcut-iphone.png "Select shortcut")

0 commit comments

Comments
 (0)