flight-list/ ├── main.go # Application entry point ├── config/ │ └── config.go # Configuration constants ├── models/ │ └── flight.go # Data models and structs ├── services/ │ └── flight_service.go # ...
An Azure Developer CLI (azd) template using Bicep that shows multiple ways to call OAuth-protected backend APIs through Azure API Management. This template demonstrates three authentication scenarios: ...