Host your own LanguageTool server on Microsoft Azure.
- Create container registry
- Open Azure Cloud Shell
az acr build --file Dockerfile --registry containerregistryname --image languagetool-azure .
- Create container app
- Go to app settings
- Uncheck "Use quickstart image".
- Select registry and image.
- Give 0.5 CPU cores, 1 Gi memory
- Enable HTTP Ingress.
- Set Ingress traffic to Accepting traffic from anywhere
- Set Target port to 8080.