summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorTommaso Colella <tommasocolella95@gmail.com>2025-10-13 16:33:08 +0200
committerGitHub <noreply@github.com>2025-10-13 16:33:08 +0200
commitc34bb612847ce4584f65077b104164993bfa88c5 (patch)
tree944afa7618aecace49b1e33cf7b162ed2014efb6 /docs/user
parent8baefcc21e289a7ce932d8e7bad4c1fed377c7b3 (diff)
[feat] engines: add Azure resources engine (#5235)
Adds a new engine `searx/engines/azure.py` to search cloud resources on Azure. A lot of enterprise users have to deal with Azure Public Cloud. This helps them easily search for cloud resources without logging in to the Portal first How to test this PR locally? You should create an App Registration on Azure Entra Id with Reader access on the resources you want to search for. You should create a Secret for the App Registration. After that, you should set up appropriate values in the `settings.yml` file [1]:: - name: azure engine: azure ... azure_tenant_id: "your_tenant_id" azure_client_id: "your_client_id" azure_client_secret: "your_client_secret" azure_token_expiration_seconds: 5000 [1] https://github.com/searxng/searxng/pull/5235#issuecomment-3397664928 Co-authored-by: Bnyro <bnyro@tutanota.com> Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/user')
0 files changed, 0 insertions, 0 deletions