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 from the createAppRegistration.ps1: You cannot call a method on a null-valued expression #213

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago
Line |
  65 |  $resourceToken = $frontEndWebAppName.substring(4, 13)
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
KSchlobohm commented 1 year ago

Needs further research, there may be some delays between an Azure resource being provisioned and a resource being available for interaction on the Azure Graph.