15 references to AllowInbound
Aspire.Hosting.Azure.Network (2)
AzureServiceTags.cs (1)
17/// <see cref="AzureVirtualNetworkExtensions.AllowInbound"/>, <see cref="AzureVirtualNetworkExtensions.DenyInbound"/>,
AzureVirtualNetworkExtensions.cs (1)
458/// (<see cref="AllowInbound"/>, <see cref="DenyInbound"/>, <see cref="AllowOutbound"/>, <see cref="DenyOutbound"/>).
Aspire.Hosting.Azure.Tests (11)
AzureNetworkSecurityGroupExtensionsTests.cs (1)
268.AllowInbound(port: "443", from: AzureServiceTags.AzureLoadBalancer);
AzureVirtualNetworkExtensionsTests.cs (10)
460.AllowInbound(port: "443", from: "AzureLoadBalancer", protocol: SecurityRuleProtocol.Tcp); 476.AllowInbound(port: "443", from: "AzureLoadBalancer"); 489.AllowInbound(port: "443", from: "AzureLoadBalancer") 507.AllowInbound(port: "443", priority: 500) 522.AllowInbound(port: "443", from: "AzureLoadBalancer") 541.AllowInbound(port: "443", name: "my-custom-rule"); 570.AllowInbound(port: "443", from: AzureServiceTags.AzureLoadBalancer, to: AzureServiceTags.VirtualNetwork); 630.AllowInbound(port: "443", from: "AzureLoadBalancer", protocol: SecurityRuleProtocol.Tcp) 648.AllowInbound(port: "443", from: AzureServiceTags.AzureLoadBalancer, protocol: SecurityRuleProtocol.Tcp) 708.AllowInbound(port: "443")
AzureVirtualNetworkEndToEnd.AppHost (2)
AppHost.cs (2)
19.AllowInbound(port: "443", from: AzureServiceTags.AzureLoadBalancer, protocol: SecurityRuleProtocol.Tcp) 28.AllowInbound(port: "443", from: AzureServiceTags.VirtualNetwork, protocol: SecurityRuleProtocol.Tcp)