Skip to content

Commit c8b4bd0

Browse files
author
Jill Grant
authored
Merge pull request #287290 from ecfan/images
Clean up images and file names
2 parents aa0609d + 26bd072 commit c8b4bd0

File tree

68 files changed

+52
-308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+52
-308
lines changed

articles/connectors/built-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ For more information, review the following documentation:
550550
[azure-event-grid-publisher-doc]: /azure/logic-apps/connectors/built-in/reference/eventgridpublisher/ "Connect to Azure Event Grid for event-based programming using pub-sub semantics"
551551
[azure-event-hubs-doc]: /azure/logic-apps/connectors/built-in/reference/eventhub/ "Connect to Azure Event Hubs so that you can receive and send events between logic app workflows and Event Hubs"
552552
[azure-file-storage-doc]: /azure/logic-apps/connectors/built-in/reference/azurefile/ "Connect to Azure File Storage so you can create and manage files in your Azure storage account"
553-
[azure-functions-doc]: ../logic-apps/logic-apps-azure-functions.md "Integrate logic app workflows with Azure Functions"
553+
[azure-functions-doc]: ../logic-apps/call-azure-functions-from-workflows.md "Integrate logic app workflows with Azure Functions"
554554
[azure-key-vault-doc]: /azure/logic-apps/connectors/built-in/reference/keyvault/ "Connect to Azure Key Vault to securely store, access, and manage secrets"
555555
[azure-openai-doc]: https://techcommunity.microsoft.com/t5/azure-integration-services-blog/public-preview-of-azure-openai-and-ai-search-in-app-connectors/ba-p/4049584 "Connect to Azure OpenAI to perform operations on large language models"
556556
[azure-queue-storage-doc]: /azure/logic-apps/connectors/built-in/reference/azurequeues/ "Connect to Azure Storage so you can create and manage queue entries and queues"

articles/connectors/file-system.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The File System connector has different versions, based on [logic app type and h
103103

104104
The following example shows the connection information for the File System managed connector trigger:
105105

106-
![Screenshot showing Consumption workflow designer and connection information for File System managed connector trigger.](media/connect-file-systems/file-system-connection-consumption.png)
106+
![Screenshot showing Consumption workflow designer and connection information for File System managed connector trigger.](media/file-system/file-system-connection-consumption.png)
107107

108108
1. When you're done, select **Create**.
109109

@@ -115,11 +115,11 @@ The File System connector has different versions, based on [logic app type and h
115115

116116
For this example, select the folder path on your file system server to check for a newly created file. Specify the number of files to return and how often you want to check.
117117

118-
![Screenshot showing Consumption workflow designer and the trigger named When a file is created.](media/connect-file-systems/trigger-file-system-when-file-created-consumption.png)
118+
![Screenshot showing Consumption workflow designer and the trigger named When a file is created.](media/file-system/trigger-file-system-when-file-created-consumption.png)
119119

120120
1. To test your workflow, add an Outlook action that sends you an email when a file is created on the file system in specified folder. Enter the email recipients, subject, and body. For testing, you can use your own email address.
121121

122-
![Screenshot showing Consumption workflow designer, managed connector trigger named When a file is created, and action named Send an email.](media/connect-file-systems/trigger-file-system-send-email-consumption.png)
122+
![Screenshot showing Consumption workflow designer, managed connector trigger named When a file is created, and action named Send an email.](media/file-system/trigger-file-system-send-email-consumption.png)
123123

124124
> [!TIP]
125125
>
@@ -155,7 +155,7 @@ The following steps apply only to Standard logic app workflows in an App Service
155155

156156
The following example shows the connection information for the File System built-in connector trigger:
157157

158-
![Screenshot showing Standard workflow designer and connection information for File System built-in connector trigger.](media/connect-file-systems/trigger-file-system-connection-built-in-standard.png)
158+
![Screenshot showing Standard workflow designer and connection information for File System built-in connector trigger.](media/file-system/trigger-file-system-connection-built-in-standard.png)
159159

160160
1. When you're done, select **Create**.
161161

@@ -167,11 +167,11 @@ The following steps apply only to Standard logic app workflows in an App Service
167167

168168
For this example, select the folder path on your file system server to check for a newly added file. Specify how often you want to check.
169169

170-
![Screenshot showing Standard workflow designer and information for the trigger named When a file is added.](media/connect-file-systems/trigger-when-file-added-built-in-standard.png)
170+
![Screenshot showing Standard workflow designer and information for the trigger named When a file is added.](media/file-system/trigger-when-file-added-built-in-standard.png)
171171

172172
1. To test your workflow, add an Outlook action that sends you an email when a file is added to the file system in specified folder. Enter the email recipients, subject, and body. For testing, you can use your own email address.
173173

174-
![Screenshot showing Standard workflow designer, managed connector trigger named When a file is added, and action named Send an email.](media/connect-file-systems/trigger-send-email-built-in-standard.png)
174+
![Screenshot showing Standard workflow designer, managed connector trigger named When a file is added, and action named Send an email.](media/file-system/trigger-send-email-built-in-standard.png)
175175

176176
> [!TIP]
177177
>
@@ -206,7 +206,7 @@ If successful, your workflow sends an email about the new file.
206206

207207
The following example shows the connection information for the File System managed connector trigger:
208208

209-
![Screenshot showing Standard workflow designer and connection information for File System managed connector trigger.](media/connect-file-systems/trigger-file-system-connection-managed-standard.png)
209+
![Screenshot showing Standard workflow designer and connection information for File System managed connector trigger.](media/file-system/trigger-file-system-connection-managed-standard.png)
210210

211211
1. When you're done, select **Create**.
212212

@@ -218,11 +218,11 @@ If successful, your workflow sends an email about the new file.
218218

219219
For this example, select the folder path on your file system server to check for a newly created file. Specify the number of files to return and how often you want to check.
220220

221-
![Screenshot showing Standard workflow designer and managed connector trigger named When a file is created.](media/connect-file-systems/trigger-when-file-created-managed-standard.png)
221+
![Screenshot showing Standard workflow designer and managed connector trigger named When a file is created.](media/file-system/trigger-when-file-created-managed-standard.png)
222222

223223
1. To test your workflow, add an Outlook action that sends you an email when a file is created on the file system in specified folder. Enter the email recipients, subject, and body. For testing, you can use your own email address.
224224

225-
![Screenshot showing Standard workflow designer, managed connector trigger named When a file is created, and action named Send an email.](media/connect-file-systems/trigger-send-email-managed-standard.png)
225+
![Screenshot showing Standard workflow designer, managed connector trigger named When a file is created, and action named Send an email.](media/file-system/trigger-send-email-managed-standard.png)
226226

227227
> [!TIP]
228228
>
@@ -265,7 +265,7 @@ The example logic app workflow starts with the [Dropbox trigger](/connectors/dro
265265

266266
The following example shows the connection information for the File System managed connector action:
267267

268-
![Screenshot showing connection information for File System managed connector action.](media/connect-file-systems/file-system-connection-consumption.png)
268+
![Screenshot showing connection information for File System managed connector action.](media/file-system/file-system-connection-consumption.png)
269269

270270
1. When you're done, select **Create**.
271271

@@ -277,7 +277,7 @@ The example logic app workflow starts with the [Dropbox trigger](/connectors/dro
277277

278278
For this example, select the folder path on your file system server to use, which is the root folder here. Enter the file name and content, based on the file uploaded to Dropbox.
279279

280-
![Screenshot showing Consumption workflow designer and the File System managed connector action named Create file.](media/connect-file-systems/action-file-system-create-file-consumption.png)
280+
![Screenshot showing Consumption workflow designer and the File System managed connector action named Create file.](media/file-system/action-file-system-create-file-consumption.png)
281281

282282
> [!TIP]
283283
>
@@ -286,7 +286,7 @@ The example logic app workflow starts with the [Dropbox trigger](/connectors/dro
286286
287287
1. To test your workflow, add an Outlook action that sends you an email when the File System action creates a file. Enter the email recipients, subject, and body. For testing, you can use your own email address.
288288

289-
![Screenshot showing Consumption workflow designer, managed connector "Create file" action, and "Send an email" action.](media/connect-file-systems/action-file-system-send-email-consumption.png)
289+
![Screenshot showing Consumption workflow designer, managed connector "Create file" action, and "Send an email" action.](media/file-system/action-file-system-send-email-consumption.png)
290290

291291
1. When you're done, save your workflow.
292292

@@ -317,7 +317,7 @@ These steps apply only to Standard logic apps in an App Service Environment v3 w
317317

318318
The following example shows the connection information for the File System built-in connector action:
319319

320-
![Screenshot showing Standard workflow designer and connection information for File System built-in connector action.](media/connect-file-systems/action-file-system-connection-built-in-standard.png)
320+
![Screenshot showing Standard workflow designer and connection information for File System built-in connector action.](media/file-system/action-file-system-connection-built-in-standard.png)
321321

322322
Azure Logic Apps creates and tests your connection, making sure that the connection works properly. If the connection is set up correctly, the setup options appear for your selected action.
323323

@@ -335,11 +335,11 @@ These steps apply only to Standard logic apps in an App Service Environment v3 w
335335

336336
When you're done, the **File Content** trigger output appears in the **File content** parameter:
337337

338-
![Screenshot showing Standard workflow designer and the File System built-in connector "Create file" action.](media/connect-file-systems/action-file-system-create-file-built-in-standard.png)
338+
![Screenshot showing Standard workflow designer and the File System built-in connector "Create file" action.](media/file-system/action-file-system-create-file-built-in-standard.png)
339339

340340
1. To test your workflow, add an Outlook action that sends you an email when the File System action creates a file. Enter the email recipients, subject, and body. For testing, you can use your own email address.
341341

342-
![Screenshot showing Standard workflow designer, built-in connector "Create file" action, and "Send an email" action.](media/connect-file-systems/action-file-system-send-email-built-in-standard.png)
342+
![Screenshot showing Standard workflow designer, built-in connector "Create file" action, and "Send an email" action.](media/file-system/action-file-system-send-email-built-in-standard.png)
343343

344344
1. When you're done, save your workflow.
345345

@@ -368,7 +368,7 @@ If successful, your workflow creates a file on your file system server, based on
368368

369369
The following example shows the connection information for the File System managed connector action:
370370

371-
![Screenshot showing connection information for File System managed connector action.](media/connect-file-systems/action-file-system-connection-managed-standard.png)
371+
![Screenshot showing connection information for File System managed connector action.](media/file-system/action-file-system-connection-managed-standard.png)
372372

373373
Azure Logic Apps creates and tests your connection, making sure that the connection works properly. If the connection is set up correctly, the setup options appear for your selected action.
374374

@@ -386,11 +386,11 @@ If successful, your workflow creates a file on your file system server, based on
386386

387387
When you're done, the **File Content** trigger output appears in the **File content** parameter:
388388

389-
![Screenshot showing Standard workflow designer and the File System managed connector "Create file" action.](media/connect-file-systems/action-file-system-create-file-managed-standard.png)
389+
![Screenshot showing Standard workflow designer and the File System managed connector "Create file" action.](media/file-system/action-file-system-create-file-managed-standard.png)
390390

391391
1. To test your workflow, add an Outlook action that sends you an email when the File System action creates a file. Enter the email recipients, subject, and body. For testing, you can use your own email address.
392392

393-
![Screenshot showing Standard workflow designer, managed connector "Create file" action, and "Send an email" action.](media/connect-file-systems/action-file-system-send-email-managed-standard.png)
393+
![Screenshot showing Standard workflow designer, managed connector "Create file" action, and "Send an email" action.](media/file-system/action-file-system-send-email-managed-standard.png)
394394

395395
1. When you're done, save your workflow.
396396

articles/connectors/managed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ For more information, review the following documentation:
356356
[azure-sql-data-warehouse-doc]: /connectors/sqldw/ "Connect to Azure Synapse Analytics so that you can view your data"
357357
[azure-table-storage-doc]: /connectors/azuretables/ "Connect to your Azure Storage account so that you can create, update, and query tables and more"
358358
[biztalk-server-doc]: /connectors/biztalk/ "Connect to your BizTalk Server so that you can run BizTalk-based applications side by side with Azure Logic Apps"
359-
[file-system-doc]: ../logic-apps/logic-apps-using-file-connector.md "Connect to an on-premises file system"
359+
[file-system-doc]: file-system.md "Connect to an on-premises file system"
360360
[ftp-doc]: ./connectors-create-api-ftp.md "Connect to an FTP / FTPS server for FTP tasks, like uploading, getting, deleting files, and more"
361361
[github-doc]: ./connectors-create-api-github.md "Connect to GitHub and track issues"
362362
[google-calendar-doc]: ./connectors-create-api-googlecalendar.md "Connects to Google Calendar and can manage calendar"

0 commit comments

Comments
 (0)