Skip to content

Commit 4d437f4

Browse files
authored
Live publish
2 parents 3bb61cf + c5ee63c commit 4d437f4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,8 @@
17671767
href: ./portals/configure/customize-content-snippets.md
17681768
- name: Configure header and footer output caching
17691769
href: ./portals/configure/enable-header-footer-output-caching.md
1770+
- name: Configure image column (preview)
1771+
href: ./portals/configure/image-column.md
17701772
- name: Configure page templates
17711773
href: ./portals/configure/page-templates.md
17721774
- name: Configure polls

powerapps-docs/maker/portals/configure/image-column.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Developers can design the website by using Liquid code to retrieve the records f
9595

9696
## Web API
9797

98-
The portals Web API can be used to perform, create, read, update, and delete operations on image columns across Microsoft Dataverse tables.
98+
The [portals Web API](../web-api-overview.md) can be used to perform, create, read, update, and delete operations on image columns across Dataverse tables.
9999

100100
## Retrieving image data
101101

@@ -153,7 +153,7 @@ To upload the images, set the value of the image column to a byte array that con
153153

154154
## Configure Profile Image
155155

156-
Profile picture serve as a visual of the person, so that he can be recognized visually. Now authenticated portal user can upload their image in the profile section. These images are saved in **Entity Image** column of the corresponding contact record in Microsoft Dataverse. Users can upload image size up to 10 MB. Portal maker can allow uploading profile picture for the authenticated users by updating the site setting.
156+
Profile picture serve as a visual of the person, so that he can be recognized visually. Now authenticated portal users can upload their image in the profile section. These images are saved in **Entity Image** column of the corresponding contact record in Dataverse. Users can upload image size up to 10 MB. A portal maker can allow uploading profile picture for the authenticated users by updating the site setting.
157157

158158
1. Sign in to [Power Apps](https://make.powerapps.com/).
159159
1. Ensure that you're in the appropriate environment where your portal exists.
@@ -186,4 +186,5 @@ Profile picture serve as a visual of the person, so that he can be recognized vi
186186
1. Scroll down to the **Web Roles** section, and then select **Add Existing Web Role**.
187187
1. Search for **Authenticated Users**, and then select **Add**:
188188

189-
:::image type="content" source="media/image-column/add.png" alt-text="Add authenticated users":::
189+
:::image type="content" source="media/image-column/add.png" alt-text="Add authenticated users":::
190+

0 commit comments

Comments
 (0)