Skip to content

Commit

Permalink
Use custom domain for Azure function
Browse files Browse the repository at this point in the history
  • Loading branch information
adesaisma committed May 5, 2021
1 parent 594710c commit 114dd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The application also has the ability to count certain processes (executables) se

After that, it creates a local JSON file with all the daily counts it has along with a breakdown by platform and department. The first time the job runs, it collects all daily counts for the last 1 year. After then, it only collects counts from the last point it left off.

If configured, it also publishes these counts to the cloud database. **Please note that port 443 must be open to talk to https://usagedata.azurewebsites.net**.
If configured, it also publishes these counts to the cloud database. **Please note that port 443 must be open to talk to https://usagedata.smatechnologies.com**.

## Feedback

Expand Down

0 comments on commit 114dd48

Please sign in to comment.