Skip to content

Commit

Permalink
Merge pull request #170 from fingerprintjs/docs/limitations
Browse files Browse the repository at this point in the history
docs: set proper expectations INTER-352
  • Loading branch information
TheUnderScorer authored Nov 13, 2023
2 parents e7ad67a + a8e79ae commit e3c52ec
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 308 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ This [improves](https://dev.fingerprint.com/docs/azure-proxy-integration#the-ben

- Azure account

## How to install
> [!IMPORTANT]
> The Azure Proxy Integration is accessible and exclusively supported for customers on the Enterprise Plan. Other customers are encouraged to use [Custom subdomain setup](https://dev.fingerprint.com/docs/custom-subdomain-setup) or [Cloudflare Proxy Integration](https://dev.fingerprint.com/docs/cloudflare-integration).
> [!WARNING]
> The underlying data contract in the identification logic can change to keep up with browser updates. Using the Azure Proxy Integration might require occasional manual updates on your side. Ignoring these updates will lead to lower accuracy or service disruption.
## Setup

To set up the Azure integration, you need to:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@azure/storage-blob": "12.14.0",
"@fingerprintjs/fingerprintjs-pro": "^3.8.3",
"cockatiel": "3.1.1",
"semver": "7.5.2"
"semver": "7.5.4"
},
"devDependencies": {
"@azure/arm-frontdoor": "^5.1.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"prettier": "^2.8.0",
"rollup": "^3.21.7",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-typescript2": "^0.34.1",
"tiny-invariant": "^1.3.1",
Expand Down
Loading

0 comments on commit e3c52ec

Please sign in to comment.