By the looks of it, Azure Functions seem to be a refresh of Automation Accounts and Runbooks in Azure (which I've been using for about 3 years to access, Partner Center to give visibility across all our customers in the same way and PS access to other Azure resources.) Any idea why they've moved this refresh to Azure Functions and what they're doing with Automation accounts / Runbooks?
I would say that they serve potentially different purposes. Functions arent really meant for large jobs in my opinion vs runbooks. I cant speak to what microsofts thoughts are really to this right now
There is a couple of different ways you can do this which are referenced here: devblogs.microsoft.com/powershell/using-powershell-modules-in-azure-functions/ tech.nicolonsky.ch/azure-functions-powershell-modules/ rasper87.wordpress.com/2019/01/25/import-powershell-module-package-into-azure-function/
Powershell and Azure powershell shell are both same?? Can you please recommend any course on Udemy for Azure functions development using powershell. Merely learning Azure powershell is enough to start working on Azure functions?
By the looks of it, Azure Functions seem to be a refresh of Automation Accounts and Runbooks in Azure (which I've been using for about 3 years to access, Partner Center to give visibility across all our customers in the same way and PS access to other Azure resources.)
Any idea why they've moved this refresh to Azure Functions and what they're doing with Automation accounts / Runbooks?
I would say that they serve potentially different purposes. Functions arent really meant for large jobs in my opinion vs runbooks. I cant speak to what microsofts thoughts are really to this right now
Does this only work in Azure Functions? Can this be done straight through PS
Thank you for your content! please follow up with Running Powershell in Azure Functions
with http request
Sure thing!
How do we load custom PowerShell modules into the APP
There is a couple of different ways you can do this which are referenced here: devblogs.microsoft.com/powershell/using-powershell-modules-in-azure-functions/
tech.nicolonsky.ch/azure-functions-powershell-modules/
rasper87.wordpress.com/2019/01/25/import-powershell-module-package-into-azure-function/
Powershell and Azure powershell shell are both same?? Can you please recommend any course on Udemy for Azure functions development using powershell. Merely learning Azure powershell is enough to start working on Azure functions?