5 references to GetStateValue
Aspire.Hosting.Azure (5)
Provisioning\Provisioners\BicepProvisioner.cs (5)
1456
GetStateValue
(section, "SubscriptionId") ?? deploymentId?.SubscriptionId,
1457
deploymentId is not null ? deploymentId.ResourceGroupName :
GetStateValue
(section, "ResourceGroup"),
1458
GetStateValue
(section, "TenantId"),
1459
GetStateValue
(section, "Tenant"),
1460
GetStateValue
(section, "Location"));