Run Azure Function PowerShell code On-Premises with a Relay Hybrid Connection

Опубликовано: 29 Сентябрь 2024
на канале: Travis Roberts
9,400
142

In this video I walk through setting up a PowerShell based Azure Function and Hybrid Connection to run PowerShell code inside a private network. I use the example of automatically downloading files added to an Azure Storage Account to a local file system inside a private network.

The video starts with an explanation of what the Hybrid Connection is and how it works. After that, I walk through setting up the Relay Hybrid Connection, testing the connection, viewing input into the function and running the final script.

Time:
0:04:00 Create the Function App
0:06:33 Create the hybrid Connection
0:11:08 Test the Hybrid Connection
0:15:21 Create the Event Grid Trigger
0:20:22 Final Code and Test

Links
Microsoft Documentation:
https://docs.microsoft.com/en-us/azur...
https://docs.microsoft.com/windows/wi...
https://docs.microsoft.com/en-us/azur...

GitHub:
https://github.com/tsrob50/AzureFunct...