Skip to content

Commit fe62e6e

Browse files
authored
Live publish
2 parents 8c5a677 + e34b520 commit fe62e6e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

powerapps-docs/limits-and-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: lancedMicrosoft
55
ms.topic: conceptual
66
ms.custom: canvas
77
ms.reviewer: tapanm
8-
ms.date: 10/21/2022
8+
ms.date: 11/15/2022
99
ms.subservice: canvas-maker
1010
ms.author: gregli
1111
search.audienceType:
@@ -97,7 +97,7 @@ This list identifies all services to which Power Apps communicates and their usa
9797
| \*.azureedge.net |https | create.powerapps.com, content.powerapps.com, and make.powerapps.com |
9898
| \*.blob.core.windows.net |https | Blob storage |
9999
| \*.flow.microsoft.com | https | create.powerapps.com, content.powerapps.com, and make.powerapps.com |
100-
| \*.dynamics.com | https | Microsoft Dataverse |
100+
| https://*.crm#.dynamics.com and http://*.crm#.dynamics.com | http and https | Required for environments access. Includes integration and static Content Delivery Network (CDN) content endpoints. <br /><br />Replace # in http://*.crm#.dynamics.com and https://*.crm#.dynamics.com with your region's number: <ul><li>Asia/Pacific: 5</li><li>Canada: 3 </li><li>Europe, Africa, and Middle East: 15 and 4</li><li>France: 12</li><li>Germany: 16</li><li>India: 8</li><li>Japan: 7</li><li>North America: no number</li><li>Oceania: 6</li><li>South Africa: 14</li><li>South America: 2</li><li>Switzerland: 17</li><li>UAE: 15</li><li>United Kingdom: 11</li><li>Dynamics 365 US Government: 9</li> |
101101
| vortex.data.microsoft.com |https |Telemetry |
102102
| localhost | https | Power Apps Mobile|
103103
| 127.0.0.1 | http | Power Apps Mobile|

powerapps-docs/maker/common/wrap/code-sign-android.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,11 @@ Example:
5858

5959
- If preparing Keyvault, PATH_TO_KEYSTORE should have .pfx extension.
6060

61-
`keytool -genkey -alias powerappswrap -keyalg RSA -keystore powerappswrap.jks -keysize 2048 -validity 10000`
62-
61+
`keytool -genkey -alias powerappswrap -keyalg RSA -keystore powerappswrap.pfx -keysize 2048 -validity 10000`
6362

6463
- If preparing for manual signing, PATH_TO_KEYSTORE should have .jks extension.
6564

66-
`keytool -genkey -alias powerappswrap -keyalg RSA -keystore powerappswrap.pfx -keysize 2048 -validity 10000`
65+
`keytool -genkey -alias powerappswrap -keyalg RSA -keystore powerappswrap.jks -keysize 2048 -validity 10000`
6766

6867

6968
:::image type="content" source="media/code-sign-android/keytool.png" alt-text="A screenshot with keytool command using the parameters in the above example.":::

0 commit comments

Comments
 (0)