---
title: "Azure Proxy Route"
method: GET
path: "/azure/{endpoint}"
tags: ["Azure Pass-through", "pass-through"]
---

# Azure Proxy Route

`GET /azure/{endpoint}`

Call any azure endpoint using the proxy.

Just use `{PROXY_BASE_URL}/azure/{endpoint:path}`

Checks if the deployment id in the url is a litellm model name. If so, it will route using the llm_router.allm_passthrough_route.

## Path parameters

- `endpoint` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
