Software logging saved to Azure table storage
- Generate Resource group (which all resources will be under)
- Create App Registration
- Create new secret
- Create storage account
- Generate azure table
- Set Access policy (right click on the table and choose "Access Policy") and add the client ID of the App Registration
- Add Read & Update
- Generate azure table
- Create App Function
- Add application insights (software monitoring)
- Configure:
- git clone code or copy code to the App Function
- Custom Domains
- Enable HTTPS Only
POST /api/LogSoftware
HOST: https://APPNAME.azurewebsites.net
Content-Type: application/json
{
"BiosSerial": "",
"ComputerModel": "",
"ComputerName": "",
"SoftwareName": "",
"SoftwareVersion": "",
"UserName": "",
"WindowsBuild": "",
"WindowsVersion": ""
}