Call any azure endpoint using the proxy.
Just use {PROXY_BASE_URL}/azure/{endpoint:path}
{PROXY_BASE_URL}/azure/{endpoint:path}
GET /azure/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
Successful Response
No content
POST /azure/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
PUT /azure/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
DELETE /azure/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
PATCH /azure/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*