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

# Azure Proxy Route

`PATCH /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

## Changes

- **2026-08-13** `048c8fa06968` — 1 info
  - api operation id `azure_proxy_route_azure__endpoint__get` removed and replaced with `azure_proxy_route_azure__endpoint__patch`
- **2026-08-12** `084c0b4dd4d6` — 1 info
  - api operation id `azure_proxy_route_azure__endpoint__post` removed and replaced with `azure_proxy_route_azure__endpoint__get`
- **2026-08-12** `ec660d2b4106` — 1 info
  - api operation id `azure_proxy_route_azure__endpoint__delete` removed and replaced with `azure_proxy_route_azure__endpoint__post`
- **2026-08-11** `82b1b6097006` — 1 info
  - api operation id `azure_proxy_route_azure__endpoint__get` removed and replaced with `azure_proxy_route_azure__endpoint__delete`

[Change history](https://skmtc.dev/sea-lion/apis/litellm-api/changes/azure/:endpoint/patch.md)

---

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