microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
371 stars 29 forks source link

Roadmap: Multiple ports support #763

Open torosent opened 1 year ago

torosent commented 1 year ago

8/30/2023 Public Preview: https://azure.microsoft.com/en-us/updates/public-preview-azure-container-apps-supports-additional-tcp-ports/ Docs: https://aka.ms/aca/additional-tcp-ports

pizerg commented 7 months ago

@zhenqxuMSFT Now that this feature is not in preview anymore, could you give us an update on the issue related to Azure Pipelines and multiple ports?

boncyrus commented 6 months ago

Is this possible using Azure CLI without yaml config?

Juliehzl commented 6 months ago

Is this possible using Azure CLI without yaml config?

Not yet

bosh-bs commented 6 months ago

We use only TCP ports in our ACA, so we don't really need the default 443 and 80 ports open at all. We don't configure any ACA applications to have an ingress on those ports either. However, if I run nmap against the ACA Environment's IP, it reports that 443 and 80 are open (in addition to our expected other TCP ports).

Is there a possibility to not have 443 and 80 open at all? IMO ACA should not even open those ports if there is no ingress apps configured for them.

jlkardas commented 5 months ago

Any update here?

RP-TSB commented 5 months ago

Hello, any timeframes on making it supported by Terraform, and through Azure CLI without the need to use YAML? Appreciated.