Skip to content

Commit 181ffe9

Browse files
Harold-AndersonHarold Anderson
and
Harold Anderson
authored
SOS Inventory (independent publisher) (microsoft#1819)
* initial commit * Changes requested by Microsoft. * Additional changes requested by Microsoft on July 27, 2022 * Formatting changes requested by Microsoft. Ran VS Code JSON formatter. Co-authored-by: Harold Anderson <[email protected]>
1 parent b8805ef commit 181ffe9

File tree

3 files changed

+2287
-0
lines changed

3 files changed

+2287
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SOS Inventory
2+
SOS Inventory is an ERP system published by Saddle Oak Software.
3+
4+
# Publisher: Harold Anderson (not affilitated with Saddle Oak Software)
5+
6+
7+
# Getting Started
8+
9+
1. You will need an account at SOSInventory.com.
10+
2. Register for a developer account at developer.sosinventory.com
11+
3. Generate a Client ID and Secret key for a new app.
12+
4. Add ClientID and your desired resource group location to a parameters.json file. I have provide an example json file for you.
13+
5. Deploy the Azure Resource Manager template for the custom connector (the file template.json) to Azure with this command:
14+
```
15+
az deployment group create --resource-group my-resource-group --template-file template.json --parameters parameters.json
16+
```
17+
18+
# Disclaimer
19+
20+
I am not associated with Saddle Oak Software, who produces SOS Inventory. This software is provided as-is, with no guarantee. Use this software at your own risk.

0 commit comments

Comments
 (0)