Skip to content

Commit 18bba12

Browse files
authored
Live publish
2 parents 71833e4 + f9d703a commit 18bba12

File tree

12 files changed

+23
-34
lines changed

12 files changed

+23
-34
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@
19191919
href: ./portals/admin/manage-ssl-certificates.md
19201920
- name: Manage custom certificates
19211921
href: ./portals/admin/manage-custom-certificates.md
1922-
- name: Content Delivery Network (preview)
1922+
- name: Content Delivery Network
19231923
href: ./portals/configure/configure-cdn.md
19241924
- name: Use Portal Checker
19251925
items:

powerapps-docs/maker/canvas-apps/connections/sql-server-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ After you deploy this app, end users can use the connection deployed with your a
5757
5858
## Real-world uses of implicit connection
5959

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.
6161

6262
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.
6363

powerapps-docs/maker/data-platform/create-custom-help-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Link to another help page:
351351
```
352352

353353
#### 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.
355355

356356
#### Attributes
357357

powerapps-docs/maker/data-platform/create-edit-configure-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A setting definition specifies the base properties of a setting. The full list o
4141
|**Description** | The description helps others understand what the setting is used for in all user interfaces where settings are displayed. |
4242
|**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. |
4343
|**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>|
4545
|**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**. |
4646
|**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.|
4747

@@ -211,4 +211,4 @@ For the methods available, go to [Get or update a setting value using client API
211211

212212
For developers:
213213
- [RetrieveSetting Function](/dynamics365/customer-engagement/web-api/retrievesetting)
214-
- [SaveSettingValue Action](/dynamics365/customer-engagement/web-api/savesettingvalue)
214+
- [SaveSettingValue Action](/dynamics365/customer-engagement/web-api/savesettingvalue)

powerapps-docs/maker/portals/admin/add-custom-___domain.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 06/07/2022
8+
ms.date: 10/06/2022
99
ms.subservice: portals
1010
ms.author: nenandw
1111
ms.reviewer: ndoelman
@@ -21,7 +21,6 @@ A custom ___domain can enhance your brand and help your customers more easily find
2121

2222
> [!IMPORTANT]
2323
> - 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.
2524
2625
To learn about the roles required to perform this task, read [Admin roles required for portal administrative tasks](portal-admin-roles.md).
2726

@@ -61,14 +60,16 @@ To learn about the roles required to perform this task, read [Admin roles requir
6160

6261
## Change current custom ___domain name
6362

64-
If you want to change your existing custom ___domain name, you must do the following:
63+
To change your existing custom ___domain name:
6564

6665
1. From the admin center, select Set up custom domains and SSL.
6766
1. Manually delete the current SSL binding.
6867
1. Manually delete the current assigned hostname.
6968
1. Rerun the wizard and follow the instructions outlined in **Add a custom ___domain name**.
7069

70+
## Validate the custom ___domain
7171

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.
7273

7374
### See also
7475

powerapps-docs/maker/portals/configure/configure-cdn.md

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Configure a site with Content Delivery Network (preview)
2+
title: Configure a site with Content Delivery Network
33
description: Configure a site with Content Delivery Network
44
author: nageshbhat-msft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 10/05/2022
8+
ms.date: 10/06/2022
99
ms.subservice: portals
1010
ms.author: nabha
1111
ms.reviewer: ndoelman
@@ -15,28 +15,19 @@ contributors:
1515
- ProfessorKendrick
1616
---
1717

18-
# Content Delivery Network (preview)
19-
20-
[This topic is pre-release documentation and is subject to change.]
18+
# Content Delivery Network
2119

2220
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.
2321

2422
:::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.":::
2523

26-
> [!IMPORTANT]
27-
> - This is a preview feature.
28-
> - [!INCLUDE [cc-preview-features-definition](../../../includes/cc-preview-features-definition.md)]
29-
3024
When you enable Content Delivery Network on your portal, static content&mdash;like images, scripts, and style sheet files used to design your portal website&mdash;will be stored and served from the Content Delivery Network server closest to your ___location.  
3125

3226
> [!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.
3929
> - [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.
4031
4132
## Enable Content Delivery Network for a production portal 
4233

@@ -56,15 +47,11 @@ Content Delivery Network is available for production Power Apps portals. The ste
5647

5748
:::image type="content" source="media/configure-cdn/manage-portal.png" alt-text="Choosing a portal to manage from the available list.":::
5849

59-
1. Select **Manage Content Delivery Network**.
60-
61-
:::image type="content" source="media/configure-cdn/manage cdn.png" alt-text="Manage Content Delivery Network item.":::
62-
63-
1. Turn on the **Content Delivery Network** toggle switch.
50+
1. Under Performance and Protection, turn on the **Content Delivery Network** toggle switch.
6451

65-
:::image type="content" source="media/configure-cdn/turn-on-cdn.png" alt-text="Toggle switch with Content Delivery Network feature enabled.":::
52+
:::image type="content" source="media/configure-cdn/enable-cdn.gif" alt-text="The enable cdn toggle switch in the on position.":::
6653

67-
It might take a few minutes to provision Content Delivery Network.
54+
It might take a few minutes to provision Content Delivery Network.
6855

6956
## Enable Content Delivery Network while converting trial to production 
7057

@@ -75,7 +62,8 @@ It might take a few minutes to provision Content Delivery Network.
7562
1. Select the **Enable the Content Delivery Network** checkbox. 
7663

7764
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.":::
7967

8068
## Disable Content Delivery Network 
8169

@@ -93,9 +81,9 @@ It might take a few minutes to provision Content Delivery Network.
9381

9482
1. Turn off the **Content Delivery Network** toggle switch. 
9583

96-
:::image type="content" source="media/configure-cdn/disable-cdn.png" alt-text="Disable Content Delivery Network switch.":::
84+
:::image type="content" source="media/configure-cdn/disable-cdn.gif" alt-text="Disable Content Delivery Network switch.":::
9785

98-
It might take a few minutes for the process to disable Content Delivery Network.
86+
It might take a few minutes for the process to disable Content Delivery Network.
9987

10088
## Clear the Content Delivery Network cache 
10189

Loading
Binary file not shown.
Loading
Loading

0 commit comments

Comments
 (0)