3 references to GetConfiguredLocation
Aspire.Hosting.Azure (3)
Provisioning\Provisioners\BicepProvisioner.cs (3)
129
var configuredLocation =
GetConfiguredLocation
(stateSection, azureContext.Location);
225
var currentLocation =
GetConfiguredLocation
(stateSection, context.Location.Name);
900
var currentLocation =
GetConfiguredLocation
(stateSection, effectiveLocation);