This gist provides links to resources I’ve created on Azure Integration Services.
These repositories provide sample projects that are simple to deploy with the Azure Developer CLI (azd).
- Azure Integration Services Quickstart
- Mask query parameters in Azure API Management and Application Gateway
- OAuth and Azure API Management
- Track Availability in Application Insights
- Catch-All API in Azure API Management: Forward Any Request
- Convert Base64 to multipart/form-data with API Management
- Generic Error Handling in API Management
- Rate Limiting in Azure API Management
- Sanitizing Response Headers in API Management
- Serie: Client Certificates and mTLS in API Management
- Serie: OAuth and Azure API Management
- Protect APIs in Azure API Management with OAuth
- Call OAuth-Protected APIs with Managed Identity from .NET
- Call OAuth-Protected APIs with Managed Identity from Logic Apps
- Call OAuth-Protected APIs with Managed Identity from API Management
- Call OAuth-Protected Backends from API Management using Credential Manager
- Call OAuth-Protected Backends from API Management using Send-Request Policy with Client Secret
- Call OAuth-Protected Backends from API Management using Send-Request Policy with Client Certificate
- Call OAuth-Protected APIs from GitHub Actions Using Federated Credentials
- Call OAuth-Protected APIs from Azure DevOps Using Federated Credentials
- Validate API Management policies with PSRule
- Testing PSRule Rules for API Management Policies with Pester