Infrastructure as code for hosting Meilisearch on Azure
You can use these buttons to deploy a Meilisearch app on Azure already configured. Please change the Application Name parameter by something unique and the API Key to secure your instance.
- Ensure you have the Azure CLI installed, update to date and you're logged in.
- Execute the following command line, while replacing the approriate values
az deployment sub create --name meilisearch --template-file .\main.bicep -l eastus --parameters applicationName=MYAPPLICATIONNAME
This template are provided under MIT licence.