Skip to content

Commit 84d1391

Browse files
committed
2129156
1 parent 794793d commit 84d1391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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 directly (cloud services)](./media/connection-azure-sqldatabase/connect-azure.png "Connect directly (cloud services)")
48+
![Server details](./media/connection-azure-sqldatabase/connect-azure.png "Server details")
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)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you haven't already, follow the steps in the previous section to translate so
6363
3. Add an **Audio** control (**Insert** menu > **Media**), and set its **Media** property to the following formula:
6464

6565
`MicrosoftTranslator.TextToSpeech(Target.Text, TargetLang.Selected.Value)`
66-
4. Press F5, or select the Preview button (![](./media/connection-microsoft-translator/preview.png)). Type some text into **Source**, select a language in **TargetLang**, and then select the play button in the audio control.
66+
4. Press F5, or select the Preview button (![Preview](./media/connection-microsoft-translator/preview.png)). Type some text into **Source**, select a language in **TargetLang**, and then select the play button in the audio control.
6767

6868
The app plays an audio version of the text that you entered in the language you chose.
6969
5. Press Esc to return to the default workspace.

0 commit comments

Comments
 (0)