Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
356 stars 114 forks source link

BadRequest: Azure subscription is not registered with CDN Provider. #335

Closed mcp-net closed 2 months ago

mcp-net commented 11 months ago

running "azd provision" getting error:

ERROR: deployment failed: failing invoking action 'provision', error deploying infrastructure: deploying to subscription:

Deployment Error Details: BadRequest: Azure subscription is not registered with CDN Provider.

If this is MANDATORY, why is not part of script?

adrianhall commented 2 months ago

Great point - this is generally a "really-one-time" thing per subscription, so we don't bump into it. Note that adding a registration for something already registered is an error. So I will update the known-issues.md with the relevant information and close this once the PR is merged.