7 references to MissingConfigurationException
Aspire.Hosting.Azure (7)
AzureProvisioningController.cs (2)
664
throw new
MissingConfigurationException
("Azure resource location can't be changed because the interaction service is unavailable.");
3083
throw new
MissingConfigurationException
("Azure resources cannot be managed because the Azure subscription ID is missing or invalid.");
Provisioning\Internal\BaseProvisioningContextProvider.cs (2)
93
var subscriptionId = _options.SubscriptionId ?? throw new
MissingConfigurationException
("An Azure subscription id is required. Set the Azure:SubscriptionId configuration value.");
111
throw new
MissingConfigurationException
("An azure location/region is required. Set the Azure:Location configuration value.");
Provisioning\Internal\RunModeProvisioningContextProvider.cs (3)
77
throw new
MissingConfigurationException
("Azure provisioning options can't be changed because the interaction service is unavailable.");
135
throw new
MissingConfigurationException
("Azure provisioning options were not provided.");
181
throw new
MissingConfigurationException
("Azure provisioning options were not provided.");