15 references to AllowInbound
Aspire.Hosting.Azure.Network (2)
AzureServiceTags.cs (1)
17/// <see cref="AzureVirtualNetworkExtensions.AllowInbound"/>, <see cref="AzureVirtualNetworkExtensions.DenyInbound"/>,
AzureVirtualNetworkExtensions.cs (1)
324/// (<see cref="AllowInbound"/>, <see cref="DenyInbound"/>, <see cref="AllowOutbound"/>, <see cref="DenyOutbound"/>).
Aspire.Hosting.Azure.Tests (11)
AzureNetworkSecurityGroupExtensionsTests.cs (1)
274.AllowInbound(port: "443", from: AzureServiceTags.AzureLoadBalancer);
AzureVirtualNetworkExtensionsTests.cs (10)
230.AllowInbound(port: "443", from: "AzureLoadBalancer", protocol: SecurityRuleProtocol.Tcp); 246.AllowInbound(port: "443", from: "AzureLoadBalancer"); 259.AllowInbound(port: "443", from: "AzureLoadBalancer") 277.AllowInbound(port: "443", priority: 500) 292.AllowInbound(port: "443", from: "AzureLoadBalancer") 311.AllowInbound(port: "443", name: "my-custom-rule"); 340.AllowInbound(port: "443", from: AzureServiceTags.AzureLoadBalancer, to: AzureServiceTags.VirtualNetwork); 400.AllowInbound(port: "443", from: "AzureLoadBalancer", protocol: SecurityRuleProtocol.Tcp) 418.AllowInbound(port: "443", from: AzureServiceTags.AzureLoadBalancer, protocol: SecurityRuleProtocol.Tcp) 478.AllowInbound(port: "443")
AzureVirtualNetworkEndToEnd.AppHost (2)
Program.cs (2)
17.AllowInbound(port: "443", from: AzureServiceTags.AzureLoadBalancer, protocol: SecurityRuleProtocol.Tcp) 26.AllowInbound(port: "443", from: AzureServiceTags.VirtualNetwork, protocol: SecurityRuleProtocol.Tcp)