Adding Azure Communication Services Email

Adds transactional email to an Azure web app via Azure Communication Services (ACS) Email — verification emails, password resets, notifications. Encodes the three ACS quirks that consistently break Bicep deploys (location:'global' literal, dataLocation in plain English not Azure region IDs, declare-order to avoid circular dependency), and the safeSend() wrapper that prevents email failures from crashing HTTP handlers. Use when adding email sending to a project, fixing ACS Bicep deployment errors, or migrating off SendGrid/Mailgun.

alexpizarro Updated

File contents

alexpizarro/azure-lean-stack-skills/tree/main/skills/adding-azure-communication-services-email commit ae5132fd5f

Frequently asked questions

npx skillmds@latest add alexpizarro/adding-azure-communication-services-email