2 instantiations of MissingConfigurationException
Aspire.Hosting.Azure (2)
Provisioning\Internal\DefaultProvisioningContextProvider.cs (2)
31var subscriptionId = _options.SubscriptionId ?? throw new MissingConfigurationException("An Azure subscription id is required. Set the Azure:SubscriptionId configuration value."); 51throw new MissingConfigurationException("An azure location/region is required. Set the Azure:Location configuration value.");
2 references to MissingConfigurationException
Aspire.Hosting.Azure (2)
Provisioning\Provisioners\AzureProvisioner.cs (2)
100catch (MissingConfigurationException) 253catch (MissingConfigurationException ex)