Last Updated: November 21, 2025
Focus Areas
| Focus |
|---|
Rewrite clean URLs
|
Add rate limit headers
|
Commands & Queries
func azure functionapp publish myapp
Deploy
func start --proxy
Run local
curl https://example.com/api
Test proxy
Summary
Proxies simplify routing and caching for Azure Functions.
💡 Pro Tip:
Use caching headers and route-specific auth keys.