0

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?

4
  • New Function App --> PowerShell? Commented 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. Commented Aug 13, 2017 at 17:52
  • 1
    Then it would help to provide a decent level of detail with your question. Do you want to call a PowerShell script from Python? Commented 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. Commented Aug 13, 2017 at 20:25

1 Answer 1

1

This blog post may be able to help.

https://blogs.msdn.microsoft.com/powershell/2017/02/24/using-powershell-modules-in-azure-functions/

Sign up to request clarification or add additional context in comments.

2 Comments

Thank You, I will tell you the result
it's using Classic Portal, but it help me so much. thanks for your advice

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.