An Azure communication platform for deploying applications across devices and platforms.
Hi,
A couple of things worth adding to the AI answer above, since they get at what you actually asked.
On billing: yes, it goes up, and it's easy to estimate. ACS Email charges $0.00025 per email plus $0.00012 per MB transferred, and Microsoft's own pricing page confirms attachments count toward that MB total. So a 10 MB email costs roughly 4x what a 1 MB email does, just from the attachment weight. That's true whether you're on the default 10 MB limit or an approved 30 MB one; the cost comes from the data itself, not from having a higher limit. (The AI answer above states billing isn't affected, that's not quite right.)
One thing to double check: the 30 MB limit is a total per-email cap (body plus all attachments combined), not per file. Worth knowing since you're attaching both PDFs and images.
On the 72-hour approval time the AI answer above mentions, That number applies to sending-rate quota requests, which is a different request type. I couldn't find a published timeline specifically for attachment-size increases, so I wouldn't count on it.
Honestly, given you're already bumping into 10 MB, I'd skip the support-request route entirely and just put the files in Blob Storage with a SAS link in the email instead. Same idea Microsoft recommends for anything over 30 MB anyway, and it keeps your emails small (cheaper), so you won't need to go back and ask for another increase later if your files grow.
Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution.