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
387 stars 121 forks source link

Intermittent error missing metricNamespace #141

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Issue

receiving error when running deployments relating to missing metricnamespace. This property was a previously unrequired property relating to horizontal scaling rules for Azure App Service.

Known Workaround

re-run the azd provision command addresses this issue.

Todo

Update the resources.bicep template to include the two metricnamespace properties. The namespace should be set to empty string.

KSchlobohm commented 1 year ago

@nishanil have not been able to repro this issue. will re-open if we see the error resurface.