6 references to GetEffectiveResourceLocationAsync
Aspire.Hosting.Azure (6)
AzureProvisioningController.cs (6)
508
? await controller.
GetEffectiveResourceLocationAsync
(deploymentStateResourceName, context.CancellationToken).ConfigureAwait(false)
668
var currentLocation = await
GetEffectiveResourceLocationAsync
(GetDeploymentStateResourceName(targetResources[0]), cancellationToken).ConfigureAwait(false);
1941
var effectiveLocation = await
GetEffectiveResourceLocationAsync
(GetDeploymentStateResourceName(targetResources[0]), cancellationToken).ConfigureAwait(false);
2121
var effectiveLocation = await
GetEffectiveResourceLocationAsync
(GetDeploymentStateResourceName(targetResources[0]), cancellationToken).ConfigureAwait(false);
2469
var effectiveLocation = await
GetEffectiveResourceLocationAsync
(GetDeploymentStateResourceName(targetResources[0]), cancellationToken).ConfigureAwait(false);
2485
var effectiveLocation = await
GetEffectiveResourceLocationAsync
(GetDeploymentStateResourceName(targetResource), cancellationToken).ConfigureAwait(false);