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: powerapps-docs/maker/canvas-apps/connections/sql-server-security.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ After you deploy this app, end users can use the connection deployed with your a
57
57
58
58
## Real-world uses of implicit connection
59
59
60
-
There are valid use cases for both implicit and explicit authentication methods. Consider security model, and ease of development when choosing your approach. As a general rule, use an explicit authentication method for any situation where you've a business requirement where data must be restricted on a row or column basis.
60
+
There are valid use cases for both implicit and explicit authentication methods. Consider security model, and ease of development when choosing your approach. As a general rule, use an explicit authentication method for any situation where you have a business requirement where data must be restricted on a row or column basis.
61
61
62
62
For an example of explicit connection use case, consider a sales manager who should only be allowed to see price discounts or base cost data that is in the same table where another sales professional needs to see product and price.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/create-custom-help-pages.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ Link to another help page:
351
351
```
352
352
353
353
#### Definition and usage
354
-
The `<a>` tag defines a link, which allows the user to navigate from a help page to a website, or to another help page.
354
+
The [`<a>` tag](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element) defines a link, which allows the user to navigate from a help page to a website, or to another help page.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/create-edit-configure-settings.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ A setting definition specifies the base properties of a setting. The full list o
41
41
|**Description**| The description helps others understand what the setting is used for in all user interfaces where settings are displayed. |
42
42
|**Data type**| The data type of a setting controls how the setting’s value is stored. Data type can be set to **Number**, **String**, or **Yes/No**. Data type can't be changed after the setting is created. |
43
43
|**Default value**| The default value becomes available after you select a **Data type**. It specifies the setting's value that will be used unless it is overridden by a setting environment value or a setting app value. |
44
-
|**Value can be changed for**| A setting can be overridden at one of the following levels :<ul><li>**Environment and app**, allows both the setting environment value and setting app values to override the default value.</li><li>**Environment only**, allows only the setting environment value to override the default value.</li><li>**App only**, allows only setting app values to override the default value. </li><li>**None**, the setting can’t not be overridden. </li></ul>|
44
+
|**Value can be changed for**| A setting can be overridden at one of the following levels :<ul><li>**Environment and app**, allows both the setting environment value and setting app values to override the default value.</li><li>**Environment only**, allows only the setting environment value to override the default value.</li><li>**App only**, allows only setting app values to override the default value. </li><li>**None**, the setting can’t be overridden. </li></ul>|
45
45
|**Release level**| Release level is used to inform the framework and other consumers of the setting about the state of the feature that the setting is used with. Release level can be set to **Generally available** or **Preview**. |
46
46
|**Information Url**| A link to documentation to help consumers of the setting understand the purpose of the setting. Will be used as a *Learn more* link in all user interfaces where settings are displayed.|
47
47
@@ -211,4 +211,4 @@ For the methods available, go to [Get or update a setting value using client API
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/admin/add-custom-___domain.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
5
5
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 06/07/2022
8
+
ms.date: 10/06/2022
9
9
ms.subservice: portals
10
10
ms.author: nenandw
11
11
ms.reviewer: ndoelman
@@ -21,7 +21,6 @@ A custom ___domain can enhance your brand and help your customers more easily find
21
21
22
22
> [!IMPORTANT]
23
23
> - You can add a custom ___domain name to a portal only when the portal is in production state. For more information about portal stages, go to [portal lifecycle](portal-lifecycle.md).
24
-
> - If you are evaluating the preview [Content Delivery Network (CDN)](../configure/configure-cdn.md) functionality, note that custom ___domain names are currently not supported using CDN.
25
24
26
25
To learn about the roles required to perform this task, read [Admin roles required for portal administrative tasks](portal-admin-roles.md).
27
26
@@ -61,14 +60,16 @@ To learn about the roles required to perform this task, read [Admin roles requir
61
60
62
61
## Change current custom ___domain name
63
62
64
-
If you want to change your existing custom ___domain name, you must do the following:
63
+
To change your existing custom ___domain name:
65
64
66
65
1. From the admin center, select Set up custom domains and SSL.
67
66
1. Manually delete the current SSL binding.
68
67
1. Manually delete the current assigned hostname.
69
68
1. Rerun the wizard and follow the instructions outlined in **Add a custom ___domain name**.
70
69
70
+
## Validate the custom ___domain
71
71
72
+
The ___domain should be validated before associating to the endpoint and routes for content delivery network (CDN) enabled websites. You should add TXT record to the ___domain DNS for the validation. The TXT record is in the form of _dnsauth.<your_subdomain>. In your DNS provider, manually create a new TXT record of name_dnsauth.<your_subdomain> with the record value.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/configure/configure-cdn.md
+13-25Lines changed: 13 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Configure a site with Content Delivery Network (preview)
2
+
title: Configure a site with Content Delivery Network
3
3
description: Configure a site with Content Delivery Network
4
4
author: nageshbhat-msft
5
5
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 10/05/2022
8
+
ms.date: 10/06/2022
9
9
ms.subservice: portals
10
10
ms.author: nabha
11
11
ms.reviewer: ndoelman
@@ -15,28 +15,19 @@ contributors:
15
15
- ProfessorKendrick
16
16
---
17
17
18
-
# Content Delivery Network (preview)
19
-
20
-
[This topic is pre-release documentation and is subject to change.]
18
+
# Content Delivery Network
21
19
22
20
A *content delivery network* is a distributed network of servers that can efficiently deliver web content to users. Content delivery networks store cached content on edge servers in point-of-presence (POP) locations that are close to users, to minimize latency.
23
21
24
22
:::image type="content" source="media/configure-cdn/cdn-diagram.png" alt-text="Diagram of the world showing Content Delivery Network servers on three different continents. Each server connects to users who are on, or near to, the continent the server is located on.":::
When you enable Content Delivery Network on your portal, static content—like images, scripts, and style sheet files used to design your portal website—will be stored and served from the Content Delivery Network server closest to your ___location.
31
25
32
26
> [!NOTE]
33
-
> You can also configure a site with Content Delivery Network in Power Pages. More information: [What is Power Pages](/power-pages/introduction)
34
-
35
-
> [!NOTE]
36
-
>
37
-
> - You need to be a [portal administrator](../admin/portal-admin-roles.md#required-roles-and-permissions) to enable Content Delivery Network. This feature is available for Power Apps portals. If you're using the Add-on license, you can't enable Content Delivery Network. Trial portals aren't supported for Content Delivery Network. You can't enable Content Delivery Network for portals configured with a custom ___domain during preview.
38
-
> - Using a [custom ___domain name](../admin/add-custom-___domain.md) on a site is currently not supported with using Content Delivery Network.
27
+
> - You can also configure a site with Content Delivery Network in Power Pages. More information: [What is Power Pages](/power-pages/introduction)
28
+
> - You need to be a [portal administrator](../admin/portal-admin-roles.md#required-roles-and-permissions) to enable Content Delivery Network. This feature is available for Power Apps portals. If you're using the Add-on license, you can't enable Content Delivery Network. Trial portals aren't supported for Content Delivery Network.
39
29
> -[Restricting portal access by IP address](../admin/ip-address-restrict.md) on a site is currently not supported with using Content Delivery Network.
30
+
> - This service is not available in Government Community Cloud (GCC), Government Community Cloud (GCC High), Department of Defense (DoD), and UAE region.
40
31
41
32
## Enable Content Delivery Network for a production portal
42
33
@@ -56,15 +47,11 @@ Content Delivery Network is available for production Power Apps portals. The ste
56
47
57
48
:::image type="content" source="media/configure-cdn/manage-portal.png" alt-text="Choosing a portal to manage from the available list.":::
:::image type="content" source="media/configure-cdn/enable-cdn.gif" alt-text="The enable cdn toggle switch in the on position.":::
66
53
67
-
It might take a few minutes to provision Content Delivery Network.
54
+
It might take a few minutes to provision Content Delivery Network.
68
55
69
56
## Enable Content Delivery Network while converting trial to production
70
57
@@ -75,7 +62,8 @@ It might take a few minutes to provision Content Delivery Network.
75
62
1. Select the **Enable the Content Delivery Network** checkbox.
76
63
77
64
1. Select **Confirm**.
78
-
:::image type="content" source="media/configure-cdn/confirm-cdn.png" alt-text="Message confirming you want to enable Content Delivery Network while converting trial to production.":::
65
+
66
+
:::image type="content" source="media/configure-cdn/trial-conversion.gif" alt-text="Message confirming you want to enable Content Delivery Network while converting trial to production.":::
79
67
80
68
## Disable Content Delivery Network
81
69
@@ -93,9 +81,9 @@ It might take a few minutes to provision Content Delivery Network.
93
81
94
82
1. Turn off the **Content Delivery Network** toggle switch.
0 commit comments