Handle the HTTP 500 Response in APIM
APIM Add Retry Policy using Policy FragmentA connection that was expected to be kept alive was closed by the serverWe were seeing many API responses with status code 500 in…
APIM Add Retry Policy using Policy FragmentA connection that was expected to be kept alive was closed by the serverWe were seeing many API responses with status code 500 in…
The policy below adds the "Authorization" header to the backend request. All token request parameters are added to APIM as Named values. The "D365-secret" named value points to a secret…
A small reminder for myself:delete t from (SELECT *, DupRank = ROW_NUMBER() OVER ( PARTITION BY PurchaseOrderNumber, LineNumber …
RequirementTo deploy a new version of an Azure Durable Function using Terraform to a Function App with zero downtimeRelease PipelineThe production deployment is triggered when a modification to the main…