u/Inevitable_Bet_8151

▲ 3 r/AZURE

Intermittent Azure Function upload failures for files larger than 30MB

We have an application where users sign in via Azure AD B2C and use an HTML frontend to upload/download files. The frontend calls an Azure Function that handles file operations against Azure Blob Storage. In production, the function uses DefaultAzureCredential, as it has been assigned the Storage Blob Data Contributor role.

We're seeing inconsistent behavior when uploading larger files (typically around 30 MB). Sometimes the upload succeeds, and sometimes it fails for files that are greater than 30MB. Smaller files generally work without issue. What's also confusing to me is that when we run the function locally in VS Code and test through Postman, we can successfully upload files up to 100 MB.

We're trying to understand what might be causing the failures in production. Are there any Azure Function settings, request size limits, timeout configurations, authentication considerations, or other Azure services in the request path that we should be looking at? Thanks in advance!

reddit.com
u/Inevitable_Bet_8151 — 6 days ago
▲ 1 r/AZURE

Azure API Management + Entra External ID support?

We are migrating from Azure AD B2C to Entra External ID as the identity provider for our Azure API Management developer portal. Eventually all users will be migrated from B2C to External ID.

However, when we attempt to add Entra External ID as an identity provider in the developer portal, we receive the error "One or more fields contain incorrect values: AAD tenant with name '*' does not exist." I wanted to confirm whether or not Entra External ID is currently supported as an identity provider for Azure API Management's developer portals.

We previously found a Microsoft Learn thread from about a year ago stating it may not yet be supported (https://learn.microsoft.com/en-us/answers/questions/2277126/how-to-add-entra-external-id-as-an-identity-provid) however some Microsoft documentation seems to state that external identity providers are supported, so I just wanted to confirm whether or not it was possible.

u/Inevitable_Bet_8151 — 14 days ago