3 references to GetDelegatedSubnetId
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceEnvironmentExtensions.cs (1)
229if (resource.GetDelegatedSubnetId(infra) is { } delegatedSubnetId)
AzureAppServiceWebsiteContext.cs (2)
711var virtualNetworkSubnetId = environmentContext.Environment.GetDelegatedSubnetId(infra); 780var virtualNetworkSubnetId = environmentContext.Environment.GetDelegatedSubnetId(infra);