Azure have a built-in PowerShell in it's portal and you can write your commands directly from Portal without installing PowerShell in your system.
how I can write (execute) my PowerShell commands inside the function Apps?
-
New Function App --> PowerShell?evilSnobu– evilSnobu2017-08-12 15:55:51 +00:00Commented Aug 12, 2017 at 15:55
-
what you mean by New Function app--> PowerShell? I want to write my commands in Function Apps using programming languages like python, javascript and etc.Reza Amya– Reza Amya2017-08-13 17:52:25 +00:00Commented Aug 13, 2017 at 17:52
-
1Then it would help to provide a decent level of detail with your question. Do you want to call a PowerShell script from Python?evilSnobu– evilSnobu2017-08-13 20:02:08 +00:00Commented Aug 13, 2017 at 20:02
-
I don't want to call a PowerShell Script. I want to write PowerShell Commands directly in my code. using Python, C++, C#, Java, Javascript and any other languages that it is possible.Reza Amya– Reza Amya2017-08-13 20:25:06 +00:00Commented Aug 13, 2017 at 20:25
Add a comment
|
1 Answer
This blog post may be able to help.
https://blogs.msdn.microsoft.com/powershell/2017/02/24/using-powershell-modules-in-azure-functions/