An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hello @JGG671-9551 ,
Based on the testing you've already done, I would also suspect a service-side issue in the Action Group email verification flow rather than a problem with the receiver configuration.
A few points stand out:
• Microsoft documents that standard email receivers must be verified using a one-time passcode within 30 minutes, and that verification persists for the tenant.
• You've reproduced the failure with multiple newly generated OTPs, including after removing/re-adding the receiver, so this doesn't look like an expired or reused code.
• The fact that the verification request itself returns HTTP 200, but the returned page says Verification failed, suggests the failure may be occurring in the backend verification transaction rather than at the browser/request level.
• Since the Action Group is using West US regional processing, I'd include the region explicitly in the support case. Microsoft supports regional Action Group processing and lists West US as one of the available regions.
I wouldn't recommend trying to manipulate the Action Group through ARM/CLI to bypass the verification requirement. The documented CLI/PowerShell interfaces can manage or enable email receivers, but they don't provide a supported way to mark an unverified email receiver as verified.
One useful diagnostic would be to test a different receiver email in the same tenant and same Action Group region. If multiple unrelated addresses fail OTP verification, that would make the service-side/regional hypothesis much stronger.
Since you already have an active Microsoft support case, I would give them the RequestId, exact failure timestamp in UTC, West US region, and the fact that SubmitVerification returns 200 while the response renders the verification failure. That is much more useful than providing the OTP or session data publicly.
I don't see a documented Microsoft workaround that bypasses OTP verification for normal email receivers, so I would treat this as an Azure Monitor service issue until Microsoft confirms otherwise.