Skip to content

Commit 794793d

Browse files
committed
2129156
1 parent 9b5d464 commit 794793d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

powerapps-docs/maker/canvas-apps/connections/connection-azure-sqldatabase.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Connect to SQL Server, in either Azure or an on-premises database, so that you c
4545

4646
* Specify **Connect directly (cloud services)**, and then type or paste the server name, the database name, the user name, and the password for the database that you want to use.
4747

48-
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-azure.png)
48+
![Connect directly (cloud services)](./media/connection-azure-sqldatabase/connect-azure.png "Connect directly (cloud services)")
4949
* Specify **Connect using on-premises data gateway**, type or paste the server name, the database name, the user name, and the password for the database that you want to use, and specify the authentication type and the gateway.
5050

5151
![Connect to an on-premises database](./media/connection-azure-sqldatabase/connect-onprem.png)
@@ -68,10 +68,10 @@ Connect to SQL Server, in either Azure or an on-premises database, so that you c
6868

6969
* Specify **Connect directly (cloud services)**, and then type or paste the server name, the database name, the user name, and the password for the database that you want to use.
7070

71-
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-azure-portal.png)
71+
![Connect directly (cloud services)](./media/connection-azure-sqldatabase/connect-azure-portal.png "Connect directly (cloud services)")
7272
* Specify **Connect using on-premises data gateway**, type or paste the server name, the database name, the user name, and the password for the database that you want to use, and specify the authentication type and the gateway.
7373

74-
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-onprem-portal.png)
74+
![Connect using on-premises data gateway](./media/connection-azure-sqldatabase/connect-onprem-portal.png "Connect using on-premises data gateway")
7575

7676
> [!NOTE]
7777
> If you don't have a gateway, [install one](../gateway-reference.md), and then click or tap the clockwise icon to refresh the list.
@@ -89,7 +89,7 @@ Connect to SQL Server, in either Azure or an on-premises database, so that you c
8989

9090
* Specify **Connect directly (cloud services)**, and then type or paste the server name, the database name, the user name, and the password for the database that you want to use.
9191

92-
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-azure-fromblank.png)
92+
![Connect to a database in Azure - cloud services](./media/connection-azure-sqldatabase/connect-azure-fromblank.png "Connect to a database in Azure - cloud services")
9393
* Specify **Connect using on-premises data gateway**, type or paste the server name, the database name, the user name, and the password for the database that you want to use, and specify the authentication type and the gateway.
9494

9595
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-onprem-fromblank.png)

powerapps-docs/maker/canvas-apps/connections/connection-microsoft-translator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ This topic shows you how to create the Microsoft Translator connection, use the
3030
2. In the right-hand pane, click or tap **Data** tab, and then click or tap **Add data source**.
3131
3. Select **New connection**, and then select **Microsoft Translator**:
3232

33-
![Connect to Microsoft Translator](./media/connection-microsoft-translator/addconnection.png)
33+
![Add connection](./media/connection-microsoft-translator/addconnection.png "Add connection")
3434

3535
![Connect to Microsoft Translator](./media/connection-microsoft-translator/add-translator.png)
3636
4. Select **Connect**. Your connection appears under **Data sources**:
3737

38-
![Connect to Microsoft Translator](./media/connection-microsoft-translator/translatordatasource.png)
38+
![Connect](./media/connection-microsoft-translator/translatordatasource.png "Connect")
3939

4040
## Use the Microsoft Translator connection in your app
4141
### Translate text

powerapps-docs/maker/canvas-apps/show-text-dates-times.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Convert dates and times from strings of text to values, which you can format in
8686
3. Change the **[Text](controls/properties-core.md)** property of **ShowDate** to this formula:
8787
<br>**DateTimeValue(ArrivalDateTime.Text, "fr")**
8888

89-
![Show a date/time value in French format](./media/show-text-dates-times/date-value-fr.png)
89+
![Change ShowDate](./media/show-text-dates-times/date-value-fr.png "Change ShowDate")
9090

9191
**ShowDate** shows the day before the month, as a French user would expect.
9292

@@ -99,7 +99,7 @@ Convert dates and times from strings of text to values, which you can format in
9999
4. To use one of several built-in formats, change the **[Text](controls/properties-core.md)** property of **ShowDate** to this formula:
100100
<br>**Text(DateTimeValue(ArrivalDateTime.Text), DateTimeFormat.LongDateTime)**
101101

102-
![Show a date/time value in French format](./media/show-text-dates-times/long-date-time.png)
102+
![Use built-in formulas](./media/show-text-dates-times/long-date-time.png "Use built-in formulas")
103103

104104
**ShowDate** shows the day of the week, the date, and the time.
105105

@@ -110,7 +110,7 @@ Convert dates and times from strings of text to values, which you can format in
110110
5. To use a custom format, change the **[Text](controls/properties-core.md)** property of **ShowDate** to this formula:
111111
<br>**Text(DateTimeValue(ArrivalDateTime.Text), "mm/dd/yyyy hh:mm:ss.fff AM/PM")**
112112

113-
![Show a date/time value in French format](./media/show-text-dates-times/format-milliseconds.png)
113+
![Use custom format](./media/show-text-dates-times/format-milliseconds.png "Use custom format")
114114

115115
**ShowDate** shows the date/time value in the format that you specified, including milliseconds.
116116

0 commit comments

Comments
 (0)