MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.47k forks source link

SCM URL is not correct for Azure Container Apps variant #120750

Open LarsKemmann opened 8 months ago

LarsKemmann commented 8 months ago

The section on using SSH and Kudu has an incorrect URL for the SCM endpoint when using the Azure Container Apps variant. In fact, I can't get any version of putting scm into the domain to work when running under azurecontainerapps.io. Is that a bug, a known issue, or something else?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Naveenommi-MSFT commented 8 months ago

@LarsKemmann Thanks for your feedback! We will investigate and update as appropriate.

ggailey777 commented 8 months ago

@LarsKemmann you are right functions hosted on Azure Container Apps would have a totally different URL, and I'm not sure that it even supports this in the same way. Let me look into it. In the meantime I'll update the doc to remove that for ACA hosting.

LarsKemmann commented 8 months ago

Yes, it would be a very useful feature to have so please let me know if there's a URL (current or upcoming/announced) for Kudu for this scenario. Thanks!

ggailey777 commented 8 months ago

Let me investigate this.

raorugan commented 8 months ago

kudu is currently not supported for Function on ACA deployments. @LarsKemmann can you provide more details on your scenario? why do you need it?

LarsKemmann commented 8 months ago

I was hoping to be able to inspect the running container instances more closely. Right now, my app starts processing requests for a bit and then randomly closes the connection after just a short couple of seconds. It's hard to diagnose without seeing inside the container and looking at running processes.

ggailey777 commented 8 months ago

Both Azure Functions container hosting and Container Apps already provide this functionality when used independently. I have opened an issue to track this feature request: https://github.com/Azure/azure-functions-on-container-apps/issues/47