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
361 stars 115 forks source link

Error deploying dashboard #277

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Error deploying the dashboard occurs from multiple days/attempts and happens in multiple regions (east us and australiaeast)

{
    "status": "Failed",
    "error": {
        "code": "SubscriptionNotificationFailed",
        "message": "The subscription notification to endpoint '[https://portal.azure.com/ResourceProviders/portal/' failed for resource provider namespace 'Microsoft.Portal'."](link)
    }
}
codemillmatt commented 1 year ago

Front Door isn't being deployed either. Not sure if this is blocking the Front Door deployment?

nishanil commented 1 year ago

@codemillmatt I tested this today on PSCore and Windows. And it deployed successfully. Can you try again and confirm? Probably, an interim Azure error. Here's my config if it helps:

PowerShell 7.3.3 
az version
{
  "azure-cli": "2.46.0",
  "azure-cli-core": "2.46.0",
  "azure-cli-telemetry": "1.0.8",
  "extensions": {
    "aks-preview": "0.5.100",
    "containerapp": "0.3.10",
    "deploy-to-azure": "0.2.0"
  }
}

az bicep version
Bicep CLI version 0.15.31 (3ba6e06a8d)

azd version
azd version 0.7.0-beta.1 (commit 9ce71659f7688d0dc3dda8b84e5accedca58cf01)

dotnet --version
7.0.100

cc @KSchlobohm