Skip to content

Commit

Permalink
rm comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashuet93 committed Jan 28, 2025
1 parent 291837c commit 784acb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ The easiest way to see the gateway capabilities in action is to deploy the gatew
## Troubleshooting

- The rate limiting API's name changed (June 2024), which causes conflicting paths if you deployed prior to the change and want to redeploy. The error message received is `Cannot create API 'aoai-api-rate-limiting' with the same Path 'rate-limiting/openai' as API 'aoai-api-rate-limting' unless it's a part of the same version set`. To fix the issue, you'll need to delete the existing `aoai-api-rate-limting` API and redeploy the project, or freshly redeploy from scratch.
- The API Management service utilizes a logger with sampling set to 100%, by default. Sampling at this level is not meant for production use cases, as the logging feature can cause a [40%-50% reduction in throughput when request rate exceeded 1,000 requests per second](https://learn.microsoft.com/azure/api-management/api-management-howto-app-insights?tabs=rest#performance-implications-and-log-sampling). The sampling setting can be updated [in the Portal](https://learn.microsoft.com/azure/api-management/api-management-howto-app-insights?tabs=rest#enable-application-insights-logging-for-your-api) or via the [`Microsoft.ApiManagement/service/diagnostics` Bicep resource](./infra/apim-genai/modules/apiManagement.bicep).
- The API Management service utilizes a logger with sampling set to 100%, by default. Sampling at this level is not meant for production use cases as the logging feature can cause a [40%-50% reduction in throughput when request rate exceeded 1,000 requests per second](https://learn.microsoft.com/azure/api-management/api-management-howto-app-insights?tabs=rest#performance-implications-and-log-sampling). The sampling setting can be updated [in the Portal](https://learn.microsoft.com/azure/api-management/api-management-howto-app-insights?tabs=rest#enable-application-insights-logging-for-your-api) or via the [`Microsoft.ApiManagement/service/diagnostics` Bicep resource](./infra/apim-genai/modules/apiManagement.bicep).

0 comments on commit 784acb2

Please sign in to comment.