8 references to _options
Aspire.Hosting.Azure (8)
Provisioning\Internal\DefaultProvisioningContextProvider.cs (8)
31var subscriptionId = _options.SubscriptionId ?? throw new MissingConfigurationException("An Azure subscription id is required. Set the Azure:SubscriptionId configuration value."); 49if (string.IsNullOrEmpty(_options.Location)) 57if (string.IsNullOrEmpty(_options.ResourceGroup)) 63if (!string.IsNullOrWhiteSpace(_options.ResourceGroupPrefix)) 65prefix = _options.ResourceGroupPrefix; 87resourceGroupName = _options.ResourceGroup; 88createIfAbsent = _options.AllowResourceGroupCreation ?? false; 95var location = new AzureLocation(_options.Location);