Terraform third party providers on AZure Devops

Hi,
im trying to use a third-party provider in Azure DevOps.

i have the executable (binary or exe for windows), but where should i place the provider?
Should i use this https://www.terraform.io/docs/configuration/providers.html ?

or update my .terraformrc (or terraform.rc on windows)?

Im not having any output from terraform in azure pipelines.

Looks like i will answer myself:

plugins should be registered in
%appdata%/terraform.d/plugins/windows_amd64/mypluginname.exe
where mypluginname should be:
terraform-provider-example_v0.9.0.exe

a name like this it wont work:
terraform-provider-example_v0.9.0.windows_amd64.exe