You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/02-development-environments/10-powershell.markdown
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,15 @@ of a Python programmer's
33
33
34
34
*[Getting Started with Windows PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell)
[Windows Command-Line: The Evolution of the Windows Command-Line](https://blogs.msdn.microsoft.com/commandline/2018/06/27/windows-command-line-the-evolution-of-the-windows-command-line/)
40
+
give historical perspective on how the Windows shell has evolved from
41
+
MS-DOS days into the current Windows 10 world.
42
+
43
+
*[PowerShell in Azure Functions](http://www.brianbunke.com/blog/2018/02/27/powershell-in-azure-functions/)
44
+
shows you how to use PowerShell scripting language code in your Azure
45
+
Functions. The language is only in experimental mode on Azure Functions
46
+
but could be useful if you have a bunch of existing scripts that you want
47
+
to use on the [serverless](/serverless.html) platform.
0 commit comments