https://github.com/windos/winsupport
Azure Function for looking up Windows (Desktop and Server) support dates
https://github.com/windos/winsupport
Last synced: 9 months ago
JSON representation
Azure Function for looking up Windows (Desktop and Server) support dates
- Host: GitHub
- URL: https://github.com/windos/winsupport
- Owner: Windos
- License: apache-2.0
- Created: 2019-11-21T03:36:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T03:23:34.000Z (over 5 years ago)
- Last Synced: 2025-08-16T16:32:35.187Z (11 months ago)
- Language: PowerShell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# WinSupport - Windows Support Date Lookup Endpoints
Azure Function for looking up Windows (Desktop and Server) support dates.
[](https://azuredeploy.net/?repository=https://github.com/Windos/WinSupport/tree/master)
Check out [Doug Finke's](https://github.com/dfinke) [Awesome Powershell Azure Functions](https://github.com/dfinke/awesome-powershell-azure-functions).
# Some Prerequisites
- [Install .NET Core SDK 2.2+](https://dotnet.microsoft.com/download) (required by Azure Functions Core Tools and available on all supported platforms).
- Install version 2.x of the [Azure Functions Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#v2).
# How To Run
1. `git clone https://github.com/Windos/WinSupport.git`
1. cd `WinSupport`
1. `func start`
1. Paste into a browser `http://localhost:7071/api/GetDesktopSupportDate?Version=6.3`
# Credit
Thanks to @dfinke for the [README inspiration](https://github.com/dfinke/powershell-azure-function-helloworld).